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

This commit is contained in:
KATO Takenori 1999-10-13 10:59:23 +00:00
parent 7639f2ba3d
commit 279fefa67d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=52203
2 changed files with 8 additions and 0 deletions

View file

@ -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} $<

View file

@ -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} $<