summaryrefslogtreecommitdiffstats
path: root/lib/csu/i386/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/csu/i386/Makefile')
-rw-r--r--lib/csu/i386/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/csu/i386/Makefile b/lib/csu/i386/Makefile
index ef1befa..c5728fc 100644
--- a/lib/csu/i386/Makefile
+++ b/lib/csu/i386/Makefile
@@ -1,7 +1,10 @@
# from: @(#)Makefile 5.6 (Berkeley) 5/22/91
-# $Id: Makefile,v 1.9 1994/03/09 17:12:57 nate Exp $
+# $Id: Makefile,v 1.10 1994/08/22 15:13:41 bde Exp $
CFLAGS+= -DLIBC_SCCS -DDYNAMIC
+.if defined(STARTUP_LOCALE)
+CFLAGS+= -DSTARTUP_LOCALE
+.endif
OBJS= crt0.o gcrt0.o c++rt0.o
CLEANFILES+= a.out
OpenPOWER on IntegriCloud