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:
seawood%netscape.com
2001-11-03 05:57:04 +00:00
parent 1433be3df4
commit 313a11a974

View File

@@ -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)