• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisiónb1b9e0dc78a8e98704c2ff255b3b18aed44e8d78 (tree)
Tiempo2019-05-21 23:56:30
AutorCornelia Huck <cohuck@redh...>
CommiterCornelia Huck

Log Message

update-linux-headers: handle new header file

We need to copy sve_context.h for aarch64.

Signed-off-by: Cornelia Huck <cohuck@redhat.com>

Cambiar Resumen

Diferencia incremental

--- a/scripts/update-linux-headers.sh
+++ b/scripts/update-linux-headers.sh
@@ -122,6 +122,9 @@ for arch in $ARCHLIST; do
122122 cp "$tmpdir/include/asm/unistd-oabi.h" "$output/linux-headers/asm-arm/"
123123 cp "$tmpdir/include/asm/unistd-common.h" "$output/linux-headers/asm-arm/"
124124 fi
125+ if [ $arch = arm64 ]; then
126+ cp "$tmpdir/include/asm/sve_context.h" "$output/linux-headers/asm-arm64/"
127+ fi
125128 if [ $arch = x86 ]; then
126129 cp "$tmpdir/include/asm/unistd_32.h" "$output/linux-headers/asm-x86/"
127130 cp "$tmpdir/include/asm/unistd_x32.h" "$output/linux-headers/asm-x86/"