mirror of
https://github.com/intel/isa-l.git
synced 2024-12-12 09:23:50 +01:00
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:
parent
6d17992b6d
commit
fd83ed1924
@ -22,7 +22,7 @@ while [ -n "$*" ]; do
|
||||
shift
|
||||
shift
|
||||
;;
|
||||
-isysroot | -iframeworkwithsysroot | -iwithsysroot | -framework )
|
||||
-isysroot | -iframeworkwithsysroot | -iwithsysroot | -framework | -arch )
|
||||
# Unsupported options with arg
|
||||
shift
|
||||
shift
|
||||
|
@ -15,7 +15,7 @@ while [ -n "$*" ]; do
|
||||
shift
|
||||
shift
|
||||
;;
|
||||
-isysroot | -iframeworkwithsysroot | -iwithsysroot | -framework )
|
||||
-isysroot | -iframeworkwithsysroot | -iwithsysroot | -framework | -arch )
|
||||
# Unsupported options with arg
|
||||
shift
|
||||
shift
|
||||
|
@ -17,7 +17,7 @@ while [ -n "$*" ]; do
|
||||
shift
|
||||
shift
|
||||
;;
|
||||
-isysroot | -iframeworkwithsysroot | -iwithsysroot | -framework )
|
||||
-isysroot | -iframeworkwithsysroot | -iwithsysroot | -framework | -arch )
|
||||
# Unsupported options with arg
|
||||
shift
|
||||
shift
|
||||
|
@ -10,7 +10,7 @@ while [ -n "$*" ]; do
|
||||
shift
|
||||
shift
|
||||
;;
|
||||
-isysroot | -iframeworkwithsysroot | -iwithsysroot | -framework )
|
||||
-isysroot | -iframeworkwithsysroot | -iwithsysroot | -framework | -arch )
|
||||
# Unsupported options with arg
|
||||
shift
|
||||
shift
|
||||
|
Loading…
Reference in New Issue
Block a user