mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 09:12:44 +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
|
OBJS+= gcrt1.o
|
||||||
CFLAGS+= -I${.CURDIR}/../common \
|
CFLAGS+= -I${.CURDIR}/../common \
|
||||||
-I${.CURDIR}/../../libc/include
|
-I${.CURDIR}/../../libc/include
|
||||||
|
CFLAGS+= -fno-omit-frame-pointer
|
||||||
|
|
||||||
all: ${OBJS}
|
all: ${OBJS}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user