picolisp

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/picolisp.git/
Log | Files | Refs | README | LICENSE

commit 702c9616193f58004ccbcc6f64a0e76ebb99c8ca
parent 6779bc89ec5d918288d23743d339c4cf27910dff
Author: Alexander Burger <abu@software-lab.de>
Date:   Wed, 23 Feb 2011 18:00:02 +0100

Removed the Darwin entry
Diffstat:
Msrc64/Makefile | 13+------------
1 file changed, 1 insertion(+), 12 deletions(-)

diff --git a/src64/Makefile b/src64/Makefile @@ -1,4 +1,4 @@ -# 22feb11abu +# 23feb11abu # (c) Software Lab. Alexander Burger .SILENT: @@ -23,17 +23,6 @@ ifeq ($(shell uname), SunOS) LD-MAIN = gcc -m64 -lc -lm -ldl -lsocket -lnsl LD-SHARED = gcc -m64 -shared STRIP = strip -else -ifeq ($(shell uname), Darwin) - OS = Darwin - SYS = darwin - ARCH = x86-64 - AS = as - LD-MAIN = gcc -lc -lm -ldl - LD-SHARED = gcc -dynamiclib -undefined dynamic_lookup -export-dynamic - export MACOSX_DEPLOYMENT_TARGET=10.4 - STRIP = : -endif endif endif