From 2de8d7230f771f0640dc41231b6f4743c3f1afad Mon Sep 17 00:00:00 2001 From: Toomas Soome Date: Tue, 8 Nov 2016 16:44:54 +0200 Subject: [PATCH] 7555 libstand build is using non-gcc options Reviewed by: Igor Kozhukhov Reviewed by: Robert Mustacchi Approved by: Richard Lowe --- usr/src/boot/sys/boot/libstand/Makefile.com | 8 +++----- 1 file 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 -- 2.11.4.GIT