diff options
| author | Doug Rabson <dfr@FreeBSD.org> | 2001-10-30 09:37:00 +0000 |
|---|---|---|
| committer | Doug Rabson <dfr@FreeBSD.org> | 2001-10-30 09:37:00 +0000 |
| commit | 74ada43be95c9732d04516838fbd46cc4ede7708 (patch) | |
| tree | 0973793ed40e983508efb2f65d7750c165938b23 | |
| parent | dab3d5bca0b9ef0ec8818704d9fbb0ade8e499af (diff) | |
Notes
| -rw-r--r-- | sys/conf/Makefile.ia64 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/Makefile.ia64 b/sys/conf/Makefile.ia64 index d46bcce5aa27..0044e98ababb 100644 --- a/sys/conf/Makefile.ia64 +++ b/sys/conf/Makefile.ia64 @@ -19,7 +19,7 @@ # The Linux cross tools don't understand -fformat-extensions CWARNFLAGS= -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes \ -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual \ - -fno-builtin + -ffreestanding CC= ia64-unknown-linux-gcc LD= ia64-unknown-linux-ld NM= ia64-unknown-linux-nm |
