Sync with sys/i386/conf/Makefile.i386 revision 1.160.

This commit is contained in:
kato 1999-10-13 10:59:23 +00:00
parent eef5cc208d
commit 1c220fd9d8
2 changed files with 8 additions and 0 deletions

View File

@ -70,6 +70,10 @@ PROF+= -mprofiler-epilogue
.endif .endif
.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= ${CC} -c ${CFLAGS} ${PROF} $<
NORMAL_C_C= ${CC} -c ${CFLAGS} ${PROF} $< NORMAL_C_C= ${CC} -c ${CFLAGS} ${PROF} $<
NORMAL_S= ${CC} -c ${ASM_CFLAGS} $< NORMAL_S= ${CC} -c ${ASM_CFLAGS} $<

View File

@ -70,6 +70,10 @@ PROF+= -mprofiler-epilogue
.endif .endif
.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= ${CC} -c ${CFLAGS} ${PROF} $<
NORMAL_C_C= ${CC} -c ${CFLAGS} ${PROF} $< NORMAL_C_C= ${CC} -c ${CFLAGS} ${PROF} $<
NORMAL_S= ${CC} -c ${ASM_CFLAGS} $< NORMAL_S= ${CC} -c ${ASM_CFLAGS} $<