emulators/rpcs3: drop GCC < 6 after r478266/r475856
USES=compiler:c++17-lang defines USE_GCC=yes but anything older than lang/gcc7 have incomplete C++17 support. As this port is amd64-only supporting old GCC is of little value. https://gcc.gnu.org/projects/cxx-status.html
This commit is contained in:
parent
87036016b6
commit
0792e62ec8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=478311
@ -45,7 +45,6 @@ CMAKE_OFF= USE_NATIVE_INSTRUCTIONS
|
||||
EXTRA_PATCHES+= ${EXTRA_PATCHES_${COMPILER_FEATURES:Mlib*}_${OPSYS}_${OSREL}}
|
||||
EXTRA_PATCHES_libc++_FreeBSD_10.4= ${PATCHDIR}/extra-patch-c++14
|
||||
EXTRA_PATCHES_libc++_FreeBSD_11.1= ${PATCHDIR}/extra-patch-c++14
|
||||
CXXFLAGS+= -D_GLIBCXX_USE_C99 # XXX ports/193528
|
||||
CXXFLAGS+= -Wno-macro-redefined # __STDC_*_MACROS sys/cdefs.h vs. llvm-config
|
||||
LDFLAGS+= -Wl,--as-needed # GLU
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user