Add -arch to unsupported arguments in [ny]asm-filters

Change-Id: Ieb53bb225815e204482e74bb383f1b61f12dabfd
Signed-off-by: Ruben Vorderman <r.h.p.vorderman@lumc.nl>
This commit is contained in:
Ruben Vorderman 2021-10-12 15:55:54 +02:00 committed by Greg Tucker
parent 6d17992b6d
commit fd83ed1924
4 changed files with 4 additions and 4 deletions

View File

@ -22,7 +22,7 @@ while [ -n "$*" ]; do
shift
shift
;;
-isysroot | -iframeworkwithsysroot | -iwithsysroot | -framework )
-isysroot | -iframeworkwithsysroot | -iwithsysroot | -framework | -arch )
# Unsupported options with arg
shift
shift

View File

@ -15,7 +15,7 @@ while [ -n "$*" ]; do
shift
shift
;;
-isysroot | -iframeworkwithsysroot | -iwithsysroot | -framework )
-isysroot | -iframeworkwithsysroot | -iwithsysroot | -framework | -arch )
# Unsupported options with arg
shift
shift

View File

@ -17,7 +17,7 @@ while [ -n "$*" ]; do
shift
shift
;;
-isysroot | -iframeworkwithsysroot | -iwithsysroot | -framework )
-isysroot | -iframeworkwithsysroot | -iwithsysroot | -framework | -arch )
# Unsupported options with arg
shift
shift

View File

@ -10,7 +10,7 @@ while [ -n "$*" ]; do
shift
shift
;;
-isysroot | -iframeworkwithsysroot | -iwithsysroot | -framework )
-isysroot | -iframeworkwithsysroot | -iwithsysroot | -framework | -arch )
# Unsupported options with arg
shift
shift