mirror of
https://github.com/opnsense/src.git
synced 2026-03-29 22:23:16 -04:00
Fixed compilation warnings.
This commit is contained in:
parent
33f6a2533d
commit
f94ec97d48
1 changed files with 2 additions and 1 deletions
|
|
@ -28,7 +28,8 @@ INCSDIR=${INCLUDEDIR}/objc
|
|||
CFLAGS+= -fpic
|
||||
.endif
|
||||
|
||||
CFLAGS+= -fgnu-runtime -DHAVE_GTHR_DEFAULT -DIN_GCC -DIN_TARGET_LIBS
|
||||
OBJCFLAGS= -fgnu-runtime ${CFLAGS}
|
||||
CFLAGS+= -DHAVE_GTHR_DEFAULT -DIN_GCC -DIN_TARGET_LIBS
|
||||
CFLAGS+= -I. -I${.CURDIR}/../../usr.bin/cc/cc_tools
|
||||
CFLAGS+= -I${OBJCDIR}/objc -I${OBJCDIR}
|
||||
CFLAGS+= -I${GCCDIR}/config -I${GCCDIR}
|
||||
|
|
|
|||
Loading…
Reference in a new issue