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 8748900b011534373426d2d9a0ee4fb33d01fe8c
parent cd46104a56b6d96c0ce26fd64b49c136ea824a7b
Author: Commit-Bot <unknown>
Date:   Thu, 12 Aug 2010 07:53:23 +0000

Automatic commit from picoLisp.tgz, From: Thu, 12 Aug 2010 07:53:23 GMT
Diffstat:
Msrc/Makefile | 6+++---
Msrc64/version.l | 4++--
2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/Makefile b/src/Makefile @@ -1,4 +1,4 @@ -# 09dec09abu +# 12aug10abu # 27feb08rdo # (c) Software Lab. Alexander Burger @@ -23,9 +23,9 @@ ifeq ($(shell uname), Linux) else ifeq ($(shell uname), OpenBSD) OS = OpenBSD - PICOLISP-FLAGS = -m32 -rdynamic + PICOLISP-FLAGS = -m32 -rdynamic -Wl,-E LIB-FLAGS = -lc -lm - DYNAMIC-LIB-FLAGS = -m32 -shared -export-dynamic + DYNAMIC-LIB-FLAGS = -Wl,-E -Wl,-shared STRIP = strip else ifeq ($(shell uname), FreeBSD) diff --git a/src64/version.l b/src64/version.l @@ -1,6 +1,6 @@ -# 11aug10abu +# 12aug10abu # (c) Software Lab. Alexander Burger -(de *Version 3 0 3 13) +(de *Version 3 0 3 14) # vi:et:ts=3:sw=3