components/gnump/Makefile
changeset 3823 8a78c695182b
parent 3817 30b42c38bbc4
child 4252 891a844655c4
--- a/components/gnump/Makefile	Tue Feb 17 13:07:15 2015 -0800
+++ b/components/gnump/Makefile	Tue Feb 17 18:43:54 2015 -0800
@@ -56,7 +56,7 @@
 CFLAGS += $(studio_C99_ENABLE) $(CPP_XPG6MODE)
 CFLAGS += $(studio_PIC)
 CXXFLAGS = -mt -features=anachronisms,except,rtti,export,extensions,nestedaccess,tmplife,tmplrefstatic
-CXXFLAGS += -instances=global -template=geninlinefuncs -verbose=template
+CXXFLAGS += -instances=global -template=geninlinefuncs
 CXXFLAGS += -xbuiltin=%none -xinline=%auto -xlibmil
 CXXFLAGS += -xustr=ascii_utf16_ushort -xlibmopt
 CXXFLAGS += $(studio_cplusplus_C99_ENABLE) $(studio_PIC)
@@ -67,6 +67,16 @@
 CPPFLAGS += $(CPP_POSIX) $(CPP_LARGEFILES)
 LDFLAGS += $(LD_Z_REDLOCSYM) $(LD_Z_RESCAN_NOW)
 
+COMPONENT_TEST_TRANSFORMS += \
+     '-e "/libtool/d"' \
+     '-e "/-m32/d"' \
+     '-e "/-m64/d"' \
+     '-e "/DEPDIR=/d"' \
+     '-e "/ld: warning/d"' \
+     '-e "/creating /d"' \
+     '-e "/gm4 /d"' \
+     '-e "s/^make\[[0-9]\{1,\}\]/make/g"'
+
 # assembler detection for GNU MP and GNU MPFR is done via MPN_PATH
 # at ./configure time. GNU MPFR wants to know GNU MP's MPN_PATH.
 MPN32_i386 = x86/pentium x86 generic
@@ -161,6 +171,5 @@
 
 test: $(TEST_32_and_64)
 
-
 REQUIRED_PACKAGES += system/library
 REQUIRED_PACKAGES += system/library/c++-runtime