summaryrefslogtreecommitdiff
path: root/usr
diff options
context:
space:
mode:
authorToomas Soome <tsoome@me.com>2016-11-08 16:44:54 +0200
committerRichard Lowe <richlowe@richlowe.net>2016-11-25 13:15:36 -0500
commit2de8d7230f771f0640dc41231b6f4743c3f1afad (patch)
treebdb5581d4d24bd0c097a953aec69d22951cb39ad /usr
parent8363e80ae72609660f6090766ca8c2c18aa53f0c (diff)
downloadillumos-joyent-2de8d7230f771f0640dc41231b6f4743c3f1afad.tar.gz
7555 libstand build is using non-gcc options
Reviewed by: Igor Kozhukhov <igor@dilos.org> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Richard Lowe <richlowe@richlowe.net>
Diffstat (limited to 'usr')
-rw-r--r--usr/src/boot/sys/boot/libstand/Makefile.com8
1 files changed, 3 insertions, 5 deletions
diff --git a/usr/src/boot/sys/boot/libstand/Makefile.com b/usr/src/boot/sys/boot/libstand/Makefile.com
index b69784ef42..8594b787fd 100644
--- a/usr/src/boot/sys/boot/libstand/Makefile.com
+++ b/usr/src/boot/sys/boot/libstand/Makefile.com
@@ -32,11 +32,9 @@ CPPFLAGS += -I../../../sys -I. -I$(SRC)/common/bzip2
CFLAGS = -O2 -ffreestanding -Wformat
CFLAGS += -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float
-CFLAGS += -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int \
- -Wno-unused-const-variable -Wno-tautological-compare \
- -Wno-unused-value -Wno-parentheses-equality \
- -Wno-unused-function -Wno-enum-conversion -Wno-switch \
- -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses
+CFLAGS += -Wno-pointer-sign -Wno-empty-body -Wno-unused-value \
+ -Wno-unused-function -Wno-switch \
+ -Wno-switch-enum -Wno-parentheses
include ${LIBSTAND_SRC}/Makefile.inc