commit 4c70596bc0426fce04fd014a4388eea1f8747e34
parent 95ba8f8191e990a856682fa0008cce8e5ecddcf0
Author: Alexander Burger <abu@software-lab.de>
Date: Mon, 5 Nov 2012 07:43:09 +0100
Put back 'strip' for Darwin
Diffstat:
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/src64/Makefile b/src64/Makefile
@@ -1,4 +1,4 @@
-# 02nov12abu
+# 05nov12abu
# (c) Software Lab. Alexander Burger
.SILENT:
@@ -66,7 +66,7 @@ else
OS = Darwin
LD-MAIN = -lc -lm -ldl
LD-SHARED = -dynamiclib -undefined dynamic_lookup
- STRIP = strip
+ STRIP = strip -x
endif
endif
endif
@@ -95,9 +95,11 @@ $(bin)/picolisp: $(ARCH)$(SYS).base.o
$(lib)/ext: $(ARCH)$(SYS).ext.o
$(CC) -o $(lib)/ext $(ARCH)$(SYS).ext.o $(LD-SHARED)
+ $(STRIP) $(lib)/ext
$(lib)/ht: $(ARCH)$(SYS).ht.o
$(CC) -o $(lib)/ht $(ARCH)$(SYS).ht.o $(LD-SHARED)
+ $(STRIP) $(lib)/ht
### Assemble ###
.s.o: