Tell BSD strip to just strip local & debug symbols rather than all symbols.
git-svn-id: svn://10.0.0.236/trunk@107226 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -603,6 +603,7 @@ case "$target" in
|
||||
DSO_LDOPTS='-compatibility_version 1 -current_version 1'
|
||||
MKSHLIB='$(CXX) $(CXXFLAGS) $(DSO_LDOPTS) -o $@'
|
||||
MKCSHLIB='$(CC) $(CFLAGS) $(DSO_LDOPTS) -o $@'
|
||||
STRIP="$STRIP -x -S"
|
||||
case "${target_cpu}" in
|
||||
powerpc*)
|
||||
AC_DEFINE(NO_X11)
|
||||
|
||||
Reference in New Issue
Block a user