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

This commit is contained in:
Gerald Pfeifer 2015-01-12 04:16:23 +00:00
parent f40aab8981
commit b43ca1a81f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=376814

View file

@ -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