portability fix for MacOS X: use more common options for the "strip" command

This commit is contained in:
Volker Grabsch 2009-03-10 18:42:00 +01:00
parent 3587c309b1
commit 643bed3b5c
1 changed files with 2 additions and 2 deletions

View File

@ -99,11 +99,11 @@ strip:
'$(PREFIX)/$(TARGET)/man' \
'$(PREFIX)/$(TARGET)/sbin' \
'$(PREFIX)/$(TARGET)/share'
-strip -s \
-strip -Sx \
'$(PREFIX)/bin'/* \
'$(PREFIX)/libexec/gcc/$(TARGET)'/*/* \
'$(PREFIX)/$(TARGET)/bin'/*
-$(TARGET)-strip -g \
-$(TARGET)-strip -S \
'$(PREFIX)/lib/gcc/$(TARGET)'/*/*.a \
'$(PREFIX)/lib/gcc/$(TARGET)'/*/*.o \
'$(PREFIX)/$(TARGET)/lib'/*.a \