mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Tweak a comment and fix whitespace in the new ARM support.
This commit is contained in:
parent
f40aab8981
commit
b43ca1a81f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=376814
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue