summaryrefslogtreecommitdiffstats
path: root/lib/csu/i386/Makefile
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-10-20 20:05:15 +0000
committerphk <phk@FreeBSD.org>1995-10-20 20:05:15 +0000
commita02648920941b83ca72e71a1831aff3e9c491cb3 (patch)
tree8e28b62d950908f0f4f5cdd65f9ca38c313057c3 /lib/csu/i386/Makefile
parent3972a13475c771a57958d1db9994e1ebe6cdfc47 (diff)
downloadFreeBSD-src-a02648920941b83ca72e71a1831aff3e9c491cb3.zip
FreeBSD-src-a02648920941b83ca72e71a1831aff3e9c491cb3.tar.gz
-fomit-frame-pointer is becomming an increasingly popular optimization,
so before somebody screws up royally, make sure this always works by adding a -fno-omit-frame-pointer here.
Diffstat (limited to 'lib/csu/i386/Makefile')
-rw-r--r--lib/csu/i386/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/csu/i386/Makefile b/lib/csu/i386/Makefile
index d6b4e3b..09a6dea 100644
--- a/lib/csu/i386/Makefile
+++ b/lib/csu/i386/Makefile
@@ -1,7 +1,7 @@
# from: @(#)Makefile 5.6 (Berkeley) 5/22/91
-# $Id: Makefile,v 1.18 1995/08/06 12:37:20 bde Exp $
+# $Id: Makefile,v 1.19 1995/10/18 04:19:00 davidg Exp $
-CFLAGS+= -DLIBC_SCCS
+CFLAGS+= -DLIBC_SCCS -fno-omit-frame-pointer
OBJS= scrt0.o crt0.o gcrt0.o c++rt0.o
CLEANFILES+= a.out
MAN3+= dlopen.3
OpenPOWER on IntegriCloud