Sync with sys/i386/conf/Makefile.i386 revision 1.160.
This commit is contained in:
parent
eef5cc208d
commit
1c220fd9d8
@ -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 New Issue
Block a user