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 605115d24a7ce9196c458083bcc45188172a5b16
parent 4c70596bc0426fce04fd014a4388eea1f8747e34
Author: Alexander Burger <abu@software-lab.de>
Date:   Mon,  5 Nov 2012 07:53:23 +0100

Removed "-m64" from "lib/native.l"
Diffstat:
Mlib/native.l | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/native.l b/lib/native.l @@ -1,4 +1,4 @@ -# 24mar11abu +# 05nov12abu # (c) Software Lab. Alexander Burger (de gcc (Nm L . Lst) @@ -7,7 +7,7 @@ (("Linux" "FreeBSD") (quote (apply call L 'gcc "-o" (tmp Nm) - "-fPIC" "-m64" "-shared" "-export-dynamic" + "-fPIC" "-shared" "-export-dynamic" "-O" "-falign-functions" "-fomit-frame-pointer" "-W" "-Wimplicit" "-Wreturn-type" "-Wunused" "-Wformat" "-Wuninitialized" "-Wstrict-prototypes" @@ -15,7 +15,7 @@ ("SunOS" (quote (apply call L 'gcc "-o" (tmp Nm) - "-fPIC" "-m64" "-shared" + "-fPIC" "-shared" "-O" "-falign-functions" "-fomit-frame-pointer" "-W" "-Wimplicit" "-Wreturn-type" "-Wunused" "-Wformat" "-Wuninitialized" "-Wstrict-prototypes"