# HG changeset patch # User Norm Jacobs # Date 1460150355 25200 # Node ID b08ada1b6001b62f14f365ade876455b138a795b # Parent f6513c88489e7de75c1d5c3acad3c977ef1b111b 23059379 gcc49 should specify the C standard to use when building diff -r f6513c88489e -r b08ada1b6001 components/gcc49/Makefile --- a/components/gcc49/Makefile Thu Apr 07 23:00:22 2016 -0700 +++ b/components/gcc49/Makefile Fri Apr 08 14:19:15 2016 -0700 @@ -68,6 +68,9 @@ CC += $(CC_BITS) CXX += $(CC_BITS) +# Specify the C Standard to use when building +CC += -std=gnu89 + CFLAGS.i386 = -mtune=opteron -march=opteron -fno-strict-aliasing CFLAGS.sparc = -mtune=ultrasparc3 -mcpu=ultrasparc3 -mvis2 \ -mno-unaligned-doubles -mhard-float -fno-strict-aliasing