mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
crtstuff needs isn't compilable with C99 on Sparc64, so set CSTD to gnu89.
This commit is contained in:
parent
28c3f28e32
commit
e56d2b1be6
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ CCDIR= ${.CURDIR}/../../usr.bin/cc
|
|||
SRCS= crtstuff.c tconfig.h
|
||||
OBJS= crtbegin.o crtend.o
|
||||
SOBJS= crtbegin.So crtend.So
|
||||
CSTD= gnu89
|
||||
CFLAGS+= -DIN_GCC -DHAVE_LD_EH_FRAME_HDR
|
||||
CFLAGS+= -finhibit-size-directive -fno-inline-functions \
|
||||
-fno-exceptions -fno-omit-frame-pointer
|
||||
|
|
|
|||
Loading…
Reference in a new issue