]> Git Repo - qemu.git/commitdiff
target/xtensa: import xtensa/config/core-isa.h
authorMax Filippov <[email protected]>
Sun, 8 Dec 2019 09:54:43 +0000 (01:54 -0800)
committerMax Filippov <[email protected]>
Mon, 6 Jan 2020 19:46:16 +0000 (11:46 -0800)
Import core-isa.h from its canonical place in the configuration overlay.
Drop --xform option from the tar command line.

Signed-off-by: Max Filippov <[email protected]>
target/xtensa/import_core.sh

index e4a2e39f63533a4314059c2d5c9797c50f234a30..97c3219debf039d2b51049c6a9a54035e4b2ed79 100755 (executable)
@@ -19,8 +19,8 @@ exit
 
 [ $# -ge 3 ] && FREQ="$3"
 mkdir -p "$TARGET"
-tar -xf "$OVERLAY" -C "$TARGET" --strip-components=1 \
-    --xform='s/core/core-isa/' config/core.h
+tar -xf "$OVERLAY" -C "$TARGET" --strip-components=2 \
+    xtensa/config/core-isa.h
 tar -xf "$OVERLAY" -O gdb/xtensa-config.c | \
     sed -n '1,/*\//p;/XTREG/,/XTREG_END/p' > "$TARGET"/gdb-config.inc.c
 #
This page took 0.026151 seconds and 4 git commands to generate.