summaryrefslogtreecommitdiff
path: root/ld/Makefile
diff options
context:
space:
mode:
authorRobert de Bath <rdebath@poboxes.com>1996-12-01 16:58:31 +0100
committerLubomir Rintel <lkundrak@v3.sk>2013-10-23 23:34:16 +0200
commitf8de35da65c5d93bb733073cf40da154bc1c0748 (patch)
treed28c7644739a24402376d24cb0020ea410a9ccff /ld/Makefile
parentc218c617b5be443b7968308506969ad2b726d73c (diff)
downloaddev86-f8de35da65c5d93bb733073cf40da154bc1c0748.tar.gz
Import Dev86src-0.0.9.tar.gzv0.0.9
Diffstat (limited to 'ld/Makefile')
-rw-r--r--ld/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/ld/Makefile b/ld/Makefile
index a4d2bb7..6351f10 100644
--- a/ld/Makefile
+++ b/ld/Makefile
@@ -1,11 +1,11 @@
ifneq ($(TOPDIR),)
include $(TOPDIR)/Make.defs
-
-CFLAGS=$(CCFLAGS) -DREL_OUTPUT
+CFLAGS =$(CCFLAGS) -DREL_OUTPUT
else
-CC=bcc -3 -N
-LDFLAGS=
+LDFLAGS =-s
+LIBDIR =/usr/bin
+CFLAGS =-O -DREL_OUTPUT
endif
# May need some of these if the auto-sense fails.