mirror of
https://github.com/opnsense/src.git
synced 2026-05-19 16:35:42 -04:00
Sync with sys/i386/conf/Makefile.i386 revision 1.160.
This commit is contained in:
parent
7639f2ba3d
commit
279fefa67d
2 changed files with 8 additions and 0 deletions
|
|
@ -70,6 +70,10 @@ PROF+= -mprofiler-epilogue
|
|||
.endif
|
||||
.endif
|
||||
|
||||
# Put configuration-specific C flags last (except for ${PROF}) so that they
|
||||
# can override the others.
|
||||
CFLAGS+= ${CONF_CFLAGS}
|
||||
|
||||
NORMAL_C= ${CC} -c ${CFLAGS} ${PROF} $<
|
||||
NORMAL_C_C= ${CC} -c ${CFLAGS} ${PROF} $<
|
||||
NORMAL_S= ${CC} -c ${ASM_CFLAGS} $<
|
||||
|
|
|
|||
|
|
@ -70,6 +70,10 @@ PROF+= -mprofiler-epilogue
|
|||
.endif
|
||||
.endif
|
||||
|
||||
# Put configuration-specific C flags last (except for ${PROF}) so that they
|
||||
# can override the others.
|
||||
CFLAGS+= ${CONF_CFLAGS}
|
||||
|
||||
NORMAL_C= ${CC} -c ${CFLAGS} ${PROF} $<
|
||||
NORMAL_C_C= ${CC} -c ${CFLAGS} ${PROF} $<
|
||||
NORMAL_S= ${CC} -c ${ASM_CFLAGS} $<
|
||||
|
|
|
|||
Loading…
Reference in a new issue