summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/arch/alpha/conf/Makefile.alpha4
-rw-r--r--sys/arch/amd64/conf/Makefile.amd645
-rw-r--r--sys/arch/armish/conf/Makefile.armish5
-rw-r--r--sys/arch/beagle/conf/Makefile.beagle5
-rw-r--r--sys/arch/gumstix/conf/Makefile.gumstix5
-rw-r--r--sys/arch/hppa/conf/Makefile.hppa5
-rw-r--r--sys/arch/hppa64/conf/Makefile.hppa647
-rw-r--r--sys/arch/i386/conf/Makefile.i3865
-rw-r--r--sys/arch/landisk/conf/Makefile.landisk5
-rw-r--r--sys/arch/loongson/conf/Makefile.loongson5
-rw-r--r--sys/arch/macppc/conf/Makefile.macppc5
-rw-r--r--sys/arch/moko/conf/Makefile.moko5
-rw-r--r--sys/arch/mvmeppc/conf/Makefile.mvmeppc5
-rw-r--r--sys/arch/palm/conf/Makefile.palm5
-rw-r--r--sys/arch/sgi/conf/Makefile.sgi5
-rw-r--r--sys/arch/socppc/conf/Makefile.socppc5
-rw-r--r--sys/arch/sparc64/conf/Makefile.sparc645
-rw-r--r--sys/arch/zaurus/conf/Makefile.zaurus5
18 files changed, 54 insertions, 37 deletions
diff --git a/sys/arch/alpha/conf/Makefile.alpha b/sys/arch/alpha/conf/Makefile.alpha
index 0f9119dcd66..3b5a1a403b1 100644
--- a/sys/arch/alpha/conf/Makefile.alpha
+++ b/sys/arch/alpha/conf/Makefile.alpha
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.alpha,v 1.56 2010/04/27 06:46:25 deraadt Exp $
+# $OpenBSD: Makefile.alpha,v 1.57 2010/04/27 16:50:14 jsg Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
@@ -32,7 +32,7 @@ CDIAGFLAGS?= -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes \
-Wstack-larger-than-2047 -Wvariable-decl
CMACHFLAGS= -mno-fp-regs -fno-builtin-printf -fno-builtin-log \
- -Wa,-mev56
+ -fno-builtin-log2 -fno-builtin-malloc -Wa,-mev56
.if ${IDENT:M-DNO_PROPOLICE}
CMACHFLAGS+= -fno-stack-protector
.endif
diff --git a/sys/arch/amd64/conf/Makefile.amd64 b/sys/arch/amd64/conf/Makefile.amd64
index ce15041a75c..20b5f49cbe8 100644
--- a/sys/arch/amd64/conf/Makefile.amd64
+++ b/sys/arch/amd64/conf/Makefile.amd64
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.amd64,v 1.31 2010/04/27 06:46:25 deraadt Exp $
+# $OpenBSD: Makefile.amd64,v 1.32 2010/04/27 16:50:14 jsg Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
@@ -32,7 +32,8 @@ CDIAGFLAGS= -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes \
CMACHFLAGS+= -mcmodel=kernel -mno-red-zone -fno-strict-aliasing \
-mno-sse2 -mno-sse -mno-3dnow -mno-mmx -msoft-float \
- -fno-builtin-printf -fno-builtin-log -fno-omit-frame-pointer
+ -fno-builtin-printf -fno-builtin-log -fno-builtin-log2 \
+ -fno-builtin-malloc -fno-omit-frame-pointer
.if ${IDENT:M-DNO_PROPOLICE}
CMACHFLAGS+= -fno-stack-protector
.endif
diff --git a/sys/arch/armish/conf/Makefile.armish b/sys/arch/armish/conf/Makefile.armish
index 795f65d304b..48f2084053e 100644
--- a/sys/arch/armish/conf/Makefile.armish
+++ b/sys/arch/armish/conf/Makefile.armish
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.armish,v 1.23 2010/04/27 16:43:42 deraadt Exp $
+# $OpenBSD: Makefile.armish,v 1.24 2010/04/27 16:50:14 jsg Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
@@ -35,7 +35,8 @@ CMACHFLAGS= -ffreestanding
.if ${IDENT:M-DNO_PROPOLICE}
CMACHFLAGS+= -fno-stack-protector
.endif
-CMACHFLAGS+= -msoft-float -fno-builtin-printf -fno-builtin-log
+CMACHFLAGS+= -msoft-float -fno-builtin-printf -fno-builtin-log \
+ -fno-builtin-log2 -fno-builtin-malloc
COPTS?= -O2
CFLAGS= ${DEBUG} ${CDIAGFLAGS} ${CMACHFLAGS} ${COPTS} ${PIPE}
diff --git a/sys/arch/beagle/conf/Makefile.beagle b/sys/arch/beagle/conf/Makefile.beagle
index cc0154915e2..626091b5e95 100644
--- a/sys/arch/beagle/conf/Makefile.beagle
+++ b/sys/arch/beagle/conf/Makefile.beagle
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.beagle,v 1.17 2010/04/27 15:33:08 deraadt Exp $
+# $OpenBSD: Makefile.beagle,v 1.18 2010/04/27 16:50:14 jsg Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
@@ -34,7 +34,8 @@ CMACHFLAGS= -ffreestanding
.if ${IDENT:M-DNO_PROPOLICE}
CMACHFLAGS+= -fno-stack-protector
.endif
-CMACHFLAGS+= -msoft-float -fno-builtin-printf -fno-builtin-log
+CMACHFLAGS+= -msoft-float -fno-builtin-printf -fno-builtin-log \
+ -fno-builtin-log2 -fno-builtin-malloc
COPTS?= -O2
CFLAGS= ${DEBUG} ${CDIAGFLAGS} ${CMACHFLAGS} ${COPTS} ${PIPE}
diff --git a/sys/arch/gumstix/conf/Makefile.gumstix b/sys/arch/gumstix/conf/Makefile.gumstix
index dfcb6543577..4980308c66a 100644
--- a/sys/arch/gumstix/conf/Makefile.gumstix
+++ b/sys/arch/gumstix/conf/Makefile.gumstix
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.gumstix,v 1.16 2010/04/27 16:43:42 deraadt Exp $
+# $OpenBSD: Makefile.gumstix,v 1.17 2010/04/27 16:50:14 jsg Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
@@ -35,7 +35,8 @@ CMACHFLAGS= -ffreestanding
.if ${IDENT:M-DNO_PROPOLICE}
CMACHFLAGS+= -fno-stack-protector
.endif
-CMACHFLAGS+= -msoft-float -fno-builtin-printf -fno-builtin-log
+CMACHFLAGS+= -msoft-float -fno-builtin-printf -fno-builtin-log \
+ -fno-builtin-log2 -fno-builtin-malloc
COPTS?= -O2
CFLAGS= ${DEBUG} ${CDIAGFLAGS} ${CMACHFLAGS} ${COPTS} ${PIPE}
diff --git a/sys/arch/hppa/conf/Makefile.hppa b/sys/arch/hppa/conf/Makefile.hppa
index 83cf7fd51cf..3922d6ac89f 100644
--- a/sys/arch/hppa/conf/Makefile.hppa
+++ b/sys/arch/hppa/conf/Makefile.hppa
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.hppa,v 1.46 2010/04/27 06:46:25 deraadt Exp $
+# $OpenBSD: Makefile.hppa,v 1.47 2010/04/27 16:50:15 jsg Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
@@ -31,7 +31,8 @@ CWARNFLAGS= -Werror -Wall -Wstrict-prototypes -Wno-uninitialized \
-Wno-format -Wno-main \
-Wstack-larger-than-2047 -Wvariable-decl
CMACHFLAGS= -mfast-indirect-calls -mportable-runtime -mno-space-regs \
- -fno-stack-protector -fno-builtin-printf -fno-builtin-log
+ -fno-stack-protector -fno-builtin-printf -fno-builtin-log \
+ -fno-builtin-log2 -fno-builtin-malloc
COPTS?= -Os
CFLAGS= ${DEBUG} ${COPTS} ${CWARNFLAGS} ${CMACHFLAGS} ${PIPE}
AFLAGS= -x assembler-with-cpp -traditional-cpp -D_LOCORE
diff --git a/sys/arch/hppa64/conf/Makefile.hppa64 b/sys/arch/hppa64/conf/Makefile.hppa64
index 51c1952111e..fd15cbe48de 100644
--- a/sys/arch/hppa64/conf/Makefile.hppa64
+++ b/sys/arch/hppa64/conf/Makefile.hppa64
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.hppa64,v 1.20 2010/04/27 06:46:25 deraadt Exp $
+# $OpenBSD: Makefile.hppa64,v 1.21 2010/04/27 16:50:15 jsg Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
@@ -30,8 +30,9 @@ CPPFLAGS= ${INCLUDES} ${IDENT} ${PARAM} -D_KERNEL \
CWARNFLAGS= -Werror -Wall -Wstrict-prototypes -Wno-uninitialized \
-Wno-format -Wno-main \
-Wstack-larger-than-2047 -Wvariable-decl
-CMACHFLAGS= -fno-stack-protector -fno-builtin-log -fno-builtin-printf \
- -fno-builtin-snprintf -fno-builtin-vsnprintf
+CMACHFLAGS= -fno-stack-protector -fno-builtin-log -fno-builtin-log2 \
+ -fno-builtin-printf -fno-builtin-snprintf \
+ -fno-builtin-vsnprintf -fno-builtin-malloc
COPTS?= -Os -mpa-risc-2-0 -mno-space-regs -mdisable-fpregs
CFLAGS= ${DEBUG} ${COPTS} ${CWARNFLAGS} ${CMACHFLAGS} ${PIPE}
AFLAGS= -x assembler-with-cpp -traditional-cpp -D_LOCORE
diff --git a/sys/arch/i386/conf/Makefile.i386 b/sys/arch/i386/conf/Makefile.i386
index fc4a8b8ef43..5bd152aac51 100644
--- a/sys/arch/i386/conf/Makefile.i386
+++ b/sys/arch/i386/conf/Makefile.i386
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.i386,v 1.63 2010/04/27 06:46:26 deraadt Exp $
+# $OpenBSD: Makefile.i386,v 1.64 2010/04/27 16:50:15 jsg Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
@@ -33,7 +33,8 @@ CDIAGFLAGS= -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes \
.if ${IDENT:M-DNO_PROPOLICE}
CMACHFLAGS+= -fno-stack-protector
.endif
-CMACHFLAGS+= -fno-builtin-printf -fno-builtin-log
+CMACHFLAGS+= -fno-builtin-printf -fno-builtin-log -fno-builtin-log2 \
+ -fno-builtin-malloc
COPTS?= -O2
CFLAGS= ${DEBUG} ${CDIAGFLAGS} ${CMACHFLAGS} ${COPTS} ${PIPE}
diff --git a/sys/arch/landisk/conf/Makefile.landisk b/sys/arch/landisk/conf/Makefile.landisk
index c188fa4b238..775694556d2 100644
--- a/sys/arch/landisk/conf/Makefile.landisk
+++ b/sys/arch/landisk/conf/Makefile.landisk
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.landisk,v 1.23 2010/04/27 15:33:46 deraadt Exp $
+# $OpenBSD: Makefile.landisk,v 1.24 2010/04/27 16:50:15 jsg Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
@@ -30,7 +30,8 @@ CWARNFLAGS= -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes \
-Wno-uninitialized -Wno-format -Wno-main \
-Wstack-larger-than-2047 -Wvariable-decl
CMACHFLAGS= -m4-nofpu \
- -fno-builtin-printf -fno-builtin-log -fno-builtin-main
+ -fno-builtin-printf -fno-builtin-log -fno-builtin-log2 \
+ -fno-builtin-main -fno-builtin-malloc
.if ${IDENT:M-DNO_PROPOLICE}
CMACHFLAGS+= -fno-stack-protector
.endif
diff --git a/sys/arch/loongson/conf/Makefile.loongson b/sys/arch/loongson/conf/Makefile.loongson
index e9ad83081d3..765af143ebe 100644
--- a/sys/arch/loongson/conf/Makefile.loongson
+++ b/sys/arch/loongson/conf/Makefile.loongson
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.loongson,v 1.13 2010/04/27 15:40:23 deraadt Exp $
+# $OpenBSD: Makefile.loongson,v 1.14 2010/04/27 16:50:15 jsg Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
@@ -41,7 +41,8 @@ CDIAGFLAGS= -Werror -Wall -Wmissing-prototypes -Wstrict-prototypes \
-Wstack-larger-than-2047 -Wvariable-decl
CMACHFLAGS+= -mno-abicalls ${ABI} -msoft-float \
-Wa,-mfix-loongson2f-btb \
- -fno-builtin-printf -fno-builtin-log
+ -fno-builtin-printf -fno-builtin-log -fno-builtin-log2 \
+ -fno-builtin-malloc
.if ${IDENT:M-DNO_PROPOLICE}
CMACHFLAGS+= -fno-stack-protector
.endif
diff --git a/sys/arch/macppc/conf/Makefile.macppc b/sys/arch/macppc/conf/Makefile.macppc
index fcad7cbe8c0..959c6553bbf 100644
--- a/sys/arch/macppc/conf/Makefile.macppc
+++ b/sys/arch/macppc/conf/Makefile.macppc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.macppc,v 1.43 2010/04/27 06:46:26 deraadt Exp $
+# $OpenBSD: Makefile.macppc,v 1.44 2010/04/27 16:50:15 jsg Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
@@ -30,7 +30,8 @@ CPPFLAGS= ${INCLUDES} ${IDENT} -D_KERNEL \
CWARNFLAGS= -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes \
-Wno-uninitialized -Wno-format -Wno-main \
-Wstack-larger-than-2047 -Wvariable-decl
-CMACHFLAGS= -msoft-float -Wa,-many -fno-builtin-printf -fno-builtin-log
+CMACHFLAGS= -msoft-float -Wa,-many -fno-builtin-printf -fno-builtin-log \
+ -fno-builtin-log2 -fno-builtin-malloc
.if ${IDENT:M-DNO_PROPOLICE}
CMACHFLAGS+= -fno-stack-protector
.endif
diff --git a/sys/arch/moko/conf/Makefile.moko b/sys/arch/moko/conf/Makefile.moko
index a4fa049b21d..679f04310bc 100644
--- a/sys/arch/moko/conf/Makefile.moko
+++ b/sys/arch/moko/conf/Makefile.moko
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.moko,v 1.16 2010/04/27 16:43:42 deraadt Exp $
+# $OpenBSD: Makefile.moko,v 1.17 2010/04/27 16:50:15 jsg Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
@@ -35,7 +35,8 @@ CMACHFLAGS= -ffreestanding
.if ${IDENT:M-DNO_PROPOLICE}
CMACHFLAGS+= -fno-stack-protector
.endif
-CMACHFLAGS+= -msoft-float -fno-builtin-printf -fno-builtin-log
+CMACHFLAGS+= -msoft-float -fno-builtin-printf -fno-builtin-log \
+ -fno-builtin-log2 -fno-builtin-malloc
COPTS?= -O2
CFLAGS= ${DEBUG} ${CDIAGFLAGS} ${CMACHFLAGS} ${COPTS} ${PIPE}
diff --git a/sys/arch/mvmeppc/conf/Makefile.mvmeppc b/sys/arch/mvmeppc/conf/Makefile.mvmeppc
index ec5c824c34c..07a6deea18a 100644
--- a/sys/arch/mvmeppc/conf/Makefile.mvmeppc
+++ b/sys/arch/mvmeppc/conf/Makefile.mvmeppc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.mvmeppc,v 1.41 2010/04/27 06:46:26 deraadt Exp $
+# $OpenBSD: Makefile.mvmeppc,v 1.42 2010/04/27 16:50:15 jsg Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
@@ -30,7 +30,8 @@ CPPFLAGS= ${INCLUDES} ${IDENT} -D_KERNEL \
CWARNFLAGS= -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes \
-Wno-uninitialized -Wno-format -Wno-main \
-Wstack-larger-than-2047 -Wvariable-decl
-CMACHFLAGS= -msoft-float -Wa,-m7400 -fno-builtin-printf -fno-builtin-log
+CMACHFLAGS= -msoft-float -Wa,-m7400 -fno-builtin-printf -fno-builtin-log \
+ -fno-builtin-log2 -fno-builtin-malloc
.if ${IDENT:M-DNO_PROPOLICE}
CMACHFLAGS+= -fno-stack-protector
.endif
diff --git a/sys/arch/palm/conf/Makefile.palm b/sys/arch/palm/conf/Makefile.palm
index 7edb7502194..171f65d5aa5 100644
--- a/sys/arch/palm/conf/Makefile.palm
+++ b/sys/arch/palm/conf/Makefile.palm
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.palm,v 1.13 2010/04/27 16:43:42 deraadt Exp $
+# $OpenBSD: Makefile.palm,v 1.14 2010/04/27 16:50:15 jsg Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
@@ -35,7 +35,8 @@ CMACHFLAGS= -ffreestanding
.if ${IDENT:M-DNO_PROPOLICE}
CMACHFLAGS+= -fno-stack-protector
.endif
-CMACHFLAGS+= -msoft-float -fno-builtin-printf -fno-builtin-log
+CMACHFLAGS+= -msoft-float -fno-builtin-printf -fno-builtin-log \
+ -fno-builtin-log2 -fno-builtin-malloc
COPTS?= -O2
CFLAGS= ${DEBUG} ${CDIAGFLAGS} ${CMACHFLAGS} ${COPTS} ${PIPE}
diff --git a/sys/arch/sgi/conf/Makefile.sgi b/sys/arch/sgi/conf/Makefile.sgi
index 642e388772f..ab58495d989 100644
--- a/sys/arch/sgi/conf/Makefile.sgi
+++ b/sys/arch/sgi/conf/Makefile.sgi
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.sgi,v 1.35 2010/04/27 06:46:26 deraadt Exp $
+# $OpenBSD: Makefile.sgi,v 1.36 2010/04/27 16:50:15 jsg Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
@@ -40,7 +40,8 @@ CDIAGFLAGS= -Werror -Wall -Wmissing-prototypes -Wstrict-prototypes \
-Wno-uninitialized -Wno-format -Wno-main \
-Wstack-larger-than-2047 -Wvariable-decl
CMACHFLAGS+= -mno-abicalls ${ABI} -msoft-float \
- -fno-builtin-printf -fno-builtin-log
+ -fno-builtin-printf -fno-builtin-log -fno-builtin-log2 \
+ -fno-builtin-malloc
.if ${IDENT:M-DNO_PROPOLICE}
CMACHFLAGS+= -fno-stack-protector
.endif
diff --git a/sys/arch/socppc/conf/Makefile.socppc b/sys/arch/socppc/conf/Makefile.socppc
index 8719c871405..a0360aa01d6 100644
--- a/sys/arch/socppc/conf/Makefile.socppc
+++ b/sys/arch/socppc/conf/Makefile.socppc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.socppc,v 1.15 2010/04/27 06:46:26 deraadt Exp $
+# $OpenBSD: Makefile.socppc,v 1.16 2010/04/27 16:50:15 jsg Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
@@ -30,7 +30,8 @@ CPPFLAGS= ${INCLUDES} ${IDENT} -D_KERNEL \
CWARNFLAGS= -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes \
-Wno-uninitialized -Wno-format -Wno-main \
-Wstack-larger-than-2047 -Wvariable-decl
-CMACHFLAGS= -msoft-float -Wa,-many -fno-builtin-printf -fno-builtin-log
+CMACHFLAGS= -msoft-float -Wa,-many -fno-builtin-printf -fno-builtin-log \
+ -fno-builtin-log2 -fno-builtin-malloc
.if ${IDENT:M-DNO_PROPOLICE}
CMACHFLAGS+= -fno-stack-protector
.endif
diff --git a/sys/arch/sparc64/conf/Makefile.sparc64 b/sys/arch/sparc64/conf/Makefile.sparc64
index f38b3d7e04c..7559fc8a7bb 100644
--- a/sys/arch/sparc64/conf/Makefile.sparc64
+++ b/sys/arch/sparc64/conf/Makefile.sparc64
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.sparc64,v 1.42 2010/04/27 06:46:26 deraadt Exp $
+# $OpenBSD: Makefile.sparc64,v 1.43 2010/04/27 16:50:15 jsg Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
@@ -31,7 +31,8 @@ CDIAGFLAGS= -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes \
-Wno-uninitialized -Wno-format -Wno-main \
-Wstack-larger-than-2047 -Wvariable-decl
-CMACHFLAGS= -Wa,-Av9b, -mno-fpu -fno-builtin-printf -fno-builtin-log
+CMACHFLAGS= -Wa,-Av9b, -mno-fpu -fno-builtin-printf -fno-builtin-log \
+ -fno-builtin-log2 -fno-builtin-malloc
.if ${IDENT:M-DNO_PROPOLICE}
CMACHFLAGS+= -fno-stack-protector
.endif
diff --git a/sys/arch/zaurus/conf/Makefile.zaurus b/sys/arch/zaurus/conf/Makefile.zaurus
index 61f6942b2c1..85a5d2d8b14 100644
--- a/sys/arch/zaurus/conf/Makefile.zaurus
+++ b/sys/arch/zaurus/conf/Makefile.zaurus
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.zaurus,v 1.26 2010/04/27 16:43:41 deraadt Exp $
+# $OpenBSD: Makefile.zaurus,v 1.27 2010/04/27 16:50:15 jsg Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
@@ -35,7 +35,8 @@ CMACHFLAGS= -ffreestanding
.if ${IDENT:M-DNO_PROPOLICE}
CMACHFLAGS+= -fno-stack-protector
.endif
-CMACHFLAGS+= -msoft-float -fno-builtin-printf -fno-builtin-log
+CMACHFLAGS+= -msoft-float -fno-builtin-printf -fno-builtin-log \
+ -fno-builtin-log2 -fno-builtin-malloc
COPTS?= -O2
CFLAGS= ${DEBUG} ${CDIAGFLAGS} ${CMACHFLAGS} ${COPTS} ${PIPE}