mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 18:50:31 -04:00
Use ?= before someone brings it up.
This commit is contained in:
parent
0ff4c492b4
commit
3dca32d865
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ CCDIR= ${.CURDIR}/../../usr.bin/cc
|
|||
SRCS= crtstuff.c tconfig.h
|
||||
OBJS= crtbegin.o crtend.o
|
||||
SOBJS= crtbegin.So crtend.So
|
||||
CSTD= gnu89
|
||||
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