# HG changeset patch # User Rich Burridge # Date 1415661886 28800 # Node ID 22c15b3296057fe6847516b1affd3b964e9f49cf # Parent 2063c1da2a7a169e58a6da03752ebdefd421a2b5 19989721 Compiling links with Studio generates thousands of warnings. diff -r 2063c1da2a7a -r 22c15b329605 components/links/Makefile --- a/components/links/Makefile Mon Nov 10 14:51:36 2014 -0800 +++ b/components/links/Makefile Mon Nov 10 15:24:46 2014 -0800 @@ -39,12 +39,13 @@ include ../../make-rules/configure.mk include ../../make-rules/ips.mk +# Because the Studio compiler generates thousands of lines of warnings. +COMPILER = gcc + # Configure in links does not understand CC, CXX, etc. Need to generate a # new configure for it to configure and build properly. COMPONENT_PREP_ACTION= (cd $(@D) ; autoconf) -CONFIGURE_OPTIONS += CFLAGS="$(CFLAGS) -xstrconst -Dinline" - ASLR_MODE = $(ASLR_ENABLE) # common targets