Skip to content

Commit 3729225

Browse files
author
Nick Kledzik
committed
add STRIP and LIPO as AvailableOptions
llvm-svn: 133481
1 parent 0a9d652 commit 3729225

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

compiler-rt/make/lib_info.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,5 @@ AvailableOptions := AR ARFLAGS \
4848
CC CFLAGS FUNCTIONS OPTIMIZED \
4949
RANLIB RANLIBFLAGS \
5050
VISIBILITY_HIDDEN \
51-
KERNEL_USE
51+
KERNEL_USE \
52+
STRIP LIPO

compiler-rt/make/options.mk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,6 @@ ARFLAGS := cru 2> /dev/null
3131
RANLIB := ranlib
3232
# FIXME: Remove these pipes once ranlib errors are fixed.
3333
RANLIBFLAGS := 2> /dev/null
34+
35+
STRIP := strip
36+
LIPO := lipo

0 commit comments

Comments
 (0)