svn commit: r376814 - head/lang/gcc

Gerald Pfeifer gerald at FreeBSD.org
Mon Jan 12 04:16:24 UTC 2015


Author: gerald
Date: Mon Jan 12 04:16:23 2015
New Revision: 376814
URL: https://svnweb.freebsd.org/changeset/ports/376814
QAT: https://qat.redports.org/buildarchive/r376814/

Log:
  Tweak a comment and fix whitespace in the new ARM support.

Modified:
  head/lang/gcc/Makefile

Modified: head/lang/gcc/Makefile
==============================================================================
--- head/lang/gcc/Makefile	Mon Jan 12 03:22:17 2015	(r376813)
+++ head/lang/gcc/Makefile	Mon Jan 12 04:16:23 2015	(r376814)
@@ -59,8 +59,8 @@ CONFIGURE_ENV+=	UNAME_m="powerpc64"
 .endif
 
 .if ${ARCH} == "armv6" || ${ARCH} == "armv6hf"
-# We have to override the sys.mk -O CFLAG since it breaks libgomp building.
-CFLAGS:=    ${CFLAGS:S/-O/-O2/g}
+# Override sys.mk including -O in CFLAGS which breaks libgomp building.
+CFLAGS:=	${CFLAGS:S/-O/-O2/g}
 . if ${COMPILER_TYPE} == clang
 .  if empty(PORT_OPTIONS:MBOOTSTRAP)
 MAKE_ARGS+=CXXFLAGS=-fbracket-depth=512


More information about the svn-ports-all mailing list