mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-08 09:03:18 +00:00
add STRIP and LIPO as AvailableOptions
llvm-svn: 133481
This commit is contained in:
parent
0a9d652331
commit
3729225576
@ -48,4 +48,5 @@ AvailableOptions := AR ARFLAGS \
|
||||
CC CFLAGS FUNCTIONS OPTIMIZED \
|
||||
RANLIB RANLIBFLAGS \
|
||||
VISIBILITY_HIDDEN \
|
||||
KERNEL_USE
|
||||
KERNEL_USE \
|
||||
STRIP LIPO
|
||||
|
@ -31,3 +31,6 @@ ARFLAGS := cru 2> /dev/null
|
||||
RANLIB := ranlib
|
||||
# FIXME: Remove these pipes once ranlib errors are fixed.
|
||||
RANLIBFLAGS := 2> /dev/null
|
||||
|
||||
STRIP := strip
|
||||
LIPO := lipo
|
||||
|
Loading…
Reference in New Issue
Block a user