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.
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
include Config.x86-bsd
ASSEM_SRC += ldso-stubs.S
+OS_SRC += undefineds.c
LINKFLAGS += -dynamic -export-dynamic
CFLAGS = -g -Wall -O2
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
;;; 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"