]> git.gag.com Git - fw/sdcc/commitdiff
fixed bug #462474
authorjohanknol <johanknol@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 1 Oct 2001 08:55:45 +0000 (08:55 +0000)
committerjohanknol <johanknol@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 1 Oct 2001 08:55:45 +0000 (08:55 +0000)
strip doesn't need -s but solaris chocks on it

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1333 4a8a32a2-be11-0410-ad9d-d568d2c75423

as/Makefile
as/mcs51/Makefile.in
packihx/Makefile.in
src/Makefile.in
support/cpp/Makefile.in
support/cpp2/Makefile.in

index f50fd1348ffa981b3f69e1b7e9d478db6f3be57e..65ec66587c3355b326b523f63760844a0b329b31 100644 (file)
@@ -9,9 +9,9 @@ all:
 
 install: all install-doc
        $(INSTALL) $(PRJDIR)/bin/as-z80 `echo $(bindir)/as-z80|sed '$(transform)'`
-       $(STRIP) -s `echo $(bindir)/as-z80|sed '$(transform)'`
+       $(STRIP) `echo $(bindir)/as-z80|sed '$(transform)'`
        $(INSTALL) $(PRJDIR)/bin/as-gbz80 `echo $(bindir)/as-gbz80|sed '$(transform)'`
-       $(STRIP) -s `echo $(bindir)/as-gbz80|sed '$(transform)'`
+       $(STRIP) `echo $(bindir)/as-gbz80|sed '$(transform)'`
 
 install-doc:
        $(INSTALL) -d $(docdir)/aslink
index c33894835bec0a9b9fce2f15c67c06fd957755df..93815ec81fa6794a4558a8840581911164221cb7 100644 (file)
@@ -62,9 +62,9 @@ $(ASLINK): $(LKOBJECTS)
 # ---------------------------------------------------
 install: all installdirs
        $(INSTALL) $(ASX8051) `echo $(bindir)/asx8051|sed '$(transform)'`
-       $(STRIP) -s `echo $(bindir)/asx8051|sed '$(transform)'`
+       $(STRIP) `echo $(bindir)/asx8051|sed '$(transform)'`
        $(INSTALL) $(ASLINK) `echo $(bindir)/aslink|sed '$(transform)'`
-       $(STRIP) -s `echo $(bindir)/aslink|sed '$(transform)'`
+       $(STRIP) `echo $(bindir)/aslink|sed '$(transform)'`
 
 # Deleting all the installed files
 # --------------------------------
index 44b9d2d74790446627a733aeec5ec131dda4c778..d13d006db0cee95cf263b6e13df66497b86e4e2c 100644 (file)
@@ -14,7 +14,7 @@ all: $(TARGET)
 
 install: all installdirs
        $(INSTALL) $(TARGET) `echo $(bindir)/packihx|sed '$(transform)'`
-       $(STRIP) -s `echo $(bindir)/packihx|sed '$(transform)'`
+       $(STRIP) `echo $(bindir)/packihx|sed '$(transform)'`
 
 # Deleting all the installed files
 # --------------------------------
index baf48592aa27a46d9c167f9cee2dd16a955cd1ae..ffff6dbc703c769c67819c93dab7805ce57633bf 100644 (file)
@@ -55,7 +55,7 @@ $(PRJDIR)/support/gc/libgc.a:
 # ---------------------------------------------------
 install: all installdirs
        $(INSTALL) $(TARGET) `echo $(bindir)/sdcc|sed '$(transform)'`
-       $(STRIP) -s `echo $(bindir)/sdcc|sed '$(transform)'`
+       $(STRIP) `echo $(bindir)/sdcc|sed '$(transform)'`
 
 
 # Deleting all the installed files
index d24f28c5976b4915abdacaaaaebf440b188fafe3..3efd4693693bbb48266395455b73491bec45c65a 100644 (file)
@@ -57,7 +57,7 @@ $(TARGET): $(SLIBOBJS) $(OBJECTS)
 # ---------------------------------------------------
 install: all installdirs
        $(INSTALL) $(TARGET) `echo $(bindir)/sdcppold|sed '$(transform)'`
-       $(STRIP) -s `echo $(bindir)/sdcppold|sed '$(transform)'`
+       $(STRIP) `echo $(bindir)/sdcppold|sed '$(transform)'`
 
 # Deleting all the installed files
 # --------------------------------
index ec76da0be8b9cc6d1cb938390d70ec346e5143bc..4871fec1c8d193675e809acb1c828435056ba16a 100644 (file)
@@ -106,7 +106,7 @@ OBSTACK=obstack.o
 
 install: all
        $(INSTALL) $(TARGET) `echo $(bindir)/sdcpp|sed '$(transform)'`
-       $(STRIP) -s `echo $(bindir)/sdcpp|sed '$(transform)'`
+       $(STRIP) `echo $(bindir)/sdcpp|sed '$(transform)'`
 
 clean:
        -rm -f $(TARGET) *.o core libcpp.a