diff options
| author | Doug Rabson <dfr@FreeBSD.org> | 2001-10-30 09:09:13 +0000 |
|---|---|---|
| committer | Doug Rabson <dfr@FreeBSD.org> | 2001-10-30 09:09:13 +0000 |
| commit | dab3d5bca0b9ef0ec8818704d9fbb0ade8e499af (patch) | |
| tree | 7d713a6249c7fdb11a84e82366c0bfdafc491f2c | |
| parent | 43cfcf106d6ad40497f1b74134085cc5c8020dc2 (diff) | |
Notes
| -rw-r--r-- | sys/conf/Makefile.ia64 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/Makefile.ia64 b/sys/conf/Makefile.ia64 index 44fd95738f84..d46bcce5aa27 100644 --- a/sys/conf/Makefile.ia64 +++ b/sys/conf/Makefile.ia64 @@ -19,8 +19,8 @@ # The Linux cross tools don't understand -fformat-extensions CWARNFLAGS= -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes \ -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual \ - -ansi -Wp,-+ -CC= ia64-unknown-linux-gcc -D__FreeBSD__ -U__linux__ + -fno-builtin +CC= ia64-unknown-linux-gcc LD= ia64-unknown-linux-ld NM= ia64-unknown-linux-nm SIZE= ia64-unknown-linux-size |
