diff options
| author | KATO Takenori <kato@FreeBSD.org> | 1999-10-13 10:59:23 +0000 |
|---|---|---|
| committer | KATO Takenori <kato@FreeBSD.org> | 1999-10-13 10:59:23 +0000 |
| commit | 279fefa67df63dd2e9d763324fdbbb84d91e0abf (patch) | |
| tree | 5e71765432e0383d913ed50eb4014de9f2d92b31 /sys/pc98 | |
| parent | 7639f2ba3d29c132e7aa3e3a0c0f62b65ba24dce (diff) | |
Notes
Diffstat (limited to 'sys/pc98')
| -rw-r--r-- | sys/pc98/conf/Makefile.pc98 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/pc98/conf/Makefile.pc98 b/sys/pc98/conf/Makefile.pc98 index 48492d5fc6ea..7bb71648a6c8 100644 --- a/sys/pc98/conf/Makefile.pc98 +++ b/sys/pc98/conf/Makefile.pc98 @@ -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} $< |
