summaryrefslogtreecommitdiffstats
path: root/lib/csu/i386/Makefile
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1994-09-19 02:00:21 +0000
committerache <ache@FreeBSD.org>1994-09-19 02:00:21 +0000
commit3d1858c2f03e3e90d8a195714ce2351de4ceac9f (patch)
tree42d638df3b285883dec739843e11611d8441e56c /lib/csu/i386/Makefile
parent81f5d9ffb354a2de57e37380b00b00fa798ddd75 (diff)
downloadFreeBSD-src-3d1858c2f03e3e90d8a195714ce2351de4ceac9f.zip
FreeBSD-src-3d1858c2f03e3e90d8a195714ce2351de4ceac9f.tar.gz
Change level of setlocale hack enabling from compile option STARTUP_LOCALE
to check (via getenv) environment variable "ENABLE_STARTUP_LOCALE" at runtime. Submitted by: me per Bruce suggestion
Diffstat (limited to 'lib/csu/i386/Makefile')
-rw-r--r--lib/csu/i386/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/csu/i386/Makefile b/lib/csu/i386/Makefile
index c5728fc..9b860b2 100644
--- a/lib/csu/i386/Makefile
+++ b/lib/csu/i386/Makefile
@@ -2,9 +2,6 @@
# $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