1.0.10.2: Don't link unnecessary undefines.c on FreeBSD/i386
authorNIIMI Satoshi <sa2c@users.sourceforge.net>
Wed, 26 Sep 2007 11:30:50 +0000 (11:30 +0000)
committerNIIMI Satoshi <sa2c@users.sourceforge.net>
Wed, 26 Sep 2007 11:30:50 +0000 (11:30 +0000)
undefines.c is not required anymore on FreeBSD/i386.  Since I'm not
sure it's required or not on other *BSD, add it to OS_SRC in
Config.x86-*bsd.

src/runtime/Config.x86-bsd
src/runtime/Config.x86-netbsd
src/runtime/Config.x86-openbsd
version.lisp-expr

index 8f1960c..685fdbc 100644 (file)
@@ -13,7 +13,7 @@
 ASSEM_SRC = x86-assem.S 
 ARCH_SRC = x86-arch.c
 
-OS_SRC = bsd-os.c undefineds.c x86-bsd-os.c
+OS_SRC = bsd-os.c x86-bsd-os.c
 OS_LIBS = # -ldl
 
 GC_SRC = gencgc.c
index b478d3d..cd3782c 100644 (file)
@@ -12,6 +12,7 @@
 include Config.x86-bsd
 
 ASSEM_SRC += ldso-stubs.S
+OS_SRC += undefineds.c
 LINKFLAGS += -dynamic -export-dynamic
 
 CFLAGS =  -g -Wall -O2
index 1cf879d..82943f0 100644 (file)
@@ -11,6 +11,8 @@
 
 include Config.x86-bsd
 
+OS_SRC += undefineds.c
+
 # KLUDGE: It might seem as though dynamic libraries should work the
 # same way on both systems, but in fact gcc supports the "-export-dynamic"
 # option on FreeBSD but not on OpenBSD. The documentation I've been
index 0701a42..c54337c 100644 (file)
@@ -17,4 +17,4 @@
 ;;; checkins which aren't released. (And occasionally for internal
 ;;; versions, especially for internal versions off the main CVS
 ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.10.1"
+"1.0.10.2"