summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2003-04-10 06:13:07 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2003-04-10 06:13:07 +0000
commitbae60c2cb0e26e8de6c5761ca33378d382b5f0e5 (patch)
treec94b0843ceb9502f7503b79cc82aeb533dc67463
parent5a79a92042a80b09471b9acfa0919799b2d5f52d (diff)
downloadATCD-bae60c2cb0e26e8de6c5761ca33378d382b5f0e5.tar.gz
ChangeLogTag: Thu Apr 10 08:12:33 2003 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--include/makeinclude/platform_linux_borland.GNU7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/makeinclude/platform_linux_borland.GNU b/include/makeinclude/platform_linux_borland.GNU
index 0b9580a7b7c..a350b2f8435 100644
--- a/include/makeinclude/platform_linux_borland.GNU
+++ b/include/makeinclude/platform_linux_borland.GNU
@@ -100,11 +100,12 @@ CFLAGS = $(WARNINGS_CFLAGS) -q -VP -Vx -a8 -b- -k $(DCFLAGS) \
CPPFLAGS += #$(CFLAGS)
CCFLAGS += $(CFLAGS)
BORLDFLAGS = -c -L$(LIBPATH):$(ACELIBPATH) -x -Gn -v
-BORINITOBJ = borinitso.o borinit.o crt1.o
+BORINITOBJ = borinitso.o borinit.o crt1.o
BORSHAREDOBJ += libborcrtl.so libborstl.so libborunwind.so libc.so libm.so libdl.so
-
+LIBS += $(BORINITOBJ) $(BORSHAREDOBJ)
+
PRELINK=
-SOFLAGS= -Tpd
+SOFLAGS= -Tpd
SOLINK.cc = $(LD) -Tpd
LINK.cc = override