mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 04:53:28 +00:00
MFC r181997:
Add -fno-omit-frame-pointer to CFLAGS used to compile crt1.c on amd64.
This commit is contained in:
parent
8d75e62c3f
commit
1ecee6f486
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/stable/7/; revision=182438
@ -7,6 +7,7 @@ OBJS= ${SRCS:N*.h:R:S/$/.o/g}
|
||||
OBJS+= gcrt1.o
|
||||
CFLAGS+= -I${.CURDIR}/../common \
|
||||
-I${.CURDIR}/../../libc/include
|
||||
CFLAGS+= -fno-omit-frame-pointer
|
||||
|
||||
all: ${OBJS}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user