summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Lowe <richlowe@richlowe.net>2012-07-15 15:11:54 -0400
committerRobert Mustacchi <rm@joyent.com>2012-07-16 17:17:24 +0000
commiteba6b6b72086d19f3d6ef1b1d31d33be0812a3ab (patch)
treef6d06d338e566fd6ae9e46c4141a8df2b40f7741
parent2f538a66aa75324ef013e35cb904ea06eae1fae8 (diff)
downloadillumos-kvm-eba6b6b72086d19f3d6ef1b1d31d33be0812a3ab.tar.gz
illumos-kvm#9 Don't use the obsolete -fno-dwarf2-indirect-strings201208092012072620120626
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index eb37285..90bfdb7 100644
--- a/Makefile
+++ b/Makefile
@@ -107,14 +107,12 @@ KERNEL_CFLAGS = \
-Wpointer-arith \
-gdwarf-2 \
-std=gnu99 \
- -fno-dwarf2-indirect-strings \
-mno-red-zone
USER_CFLAGS = \
-finline \
-gdwarf-2 \
-std=gnu89 \
- -fno-dwarf2-indirect-strings \
-Wno-missing-braces \
-Wno-sign-compare \
-Wno-parentheses \