diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2015-01-12 12:16:23 +0800 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2015-01-12 12:16:23 +0800 |
commit | b43ca1a81f61821ad7cce739b491e640138f02c7 (patch) | |
tree | 7640a157a4881a026c51115ed661ef68230c151f /lang/gcc | |
parent | f40aab898170ae6da704f369981331693661aa29 (diff) | |
download | freebsd-ports-gnome-b43ca1a81f61821ad7cce739b491e640138f02c7.tar.gz freebsd-ports-gnome-b43ca1a81f61821ad7cce739b491e640138f02c7.tar.zst freebsd-ports-gnome-b43ca1a81f61821ad7cce739b491e640138f02c7.zip |
Tweak a comment and fix whitespace in the new ARM support.
Diffstat (limited to 'lang/gcc')
-rw-r--r-- | lang/gcc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc/Makefile b/lang/gcc/Makefile index d6e69b47886d..aac13b993983 100644 --- a/lang/gcc/Makefile +++ b/lang/gcc/Makefile @@ -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 |