Skip to content

Commit fd83ed1

Browse files
rhpvordermangbtucker
authored andcommitted
Add -arch to unsupported arguments in [ny]asm-filters
Change-Id: Ieb53bb225815e204482e74bb383f1b61f12dabfd Signed-off-by: Ruben Vorderman <[email protected]>
1 parent 6d17992 commit fd83ed1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

tools/nasm-cet-filter.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ while [ -n "$*" ]; do
2222
shift
2323
shift
2424
;;
25-
-isysroot | -iframeworkwithsysroot | -iwithsysroot | -framework )
25+
-isysroot | -iframeworkwithsysroot | -iwithsysroot | -framework | -arch )
2626
# Unsupported options with arg
2727
shift
2828
shift

tools/nasm-filter.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ while [ -n "$*" ]; do
1515
shift
1616
shift
1717
;;
18-
-isysroot | -iframeworkwithsysroot | -iwithsysroot | -framework )
18+
-isysroot | -iframeworkwithsysroot | -iwithsysroot | -framework | -arch )
1919
# Unsupported options with arg
2020
shift
2121
shift

tools/yasm-cet-filter.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ while [ -n "$*" ]; do
1717
shift
1818
shift
1919
;;
20-
-isysroot | -iframeworkwithsysroot | -iwithsysroot | -framework )
20+
-isysroot | -iframeworkwithsysroot | -iwithsysroot | -framework | -arch )
2121
# Unsupported options with arg
2222
shift
2323
shift

tools/yasm-filter.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ while [ -n "$*" ]; do
1010
shift
1111
shift
1212
;;
13-
-isysroot | -iframeworkwithsysroot | -iwithsysroot | -framework )
13+
-isysroot | -iframeworkwithsysroot | -iwithsysroot | -framework | -arch )
1414
# Unsupported options with arg
1515
shift
1616
shift

0 commit comments

Comments
 (0)