lang/gcc5: Remove Dragonfly's Makefile; it's no longer needed
Now that the JAVA exclusion is part of the main Makefile, the only thing Makefile.DragonFly was doing was supporting pre-gcc5 dev branch. Those users have a static package available to them, and in general they are expected to upgrade to post-gcc5 in base anyway. Thus the DF makefile is no longer necessary.
This commit is contained in:
parent
397b53e40d
commit
33b254a7d0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=384888
1 changed files with 0 additions and 9 deletions
|
@ -1,9 +0,0 @@
|
|||
# $FreeBSD$
|
||||
|
||||
# The following modification to CXXFLAGS is needed in the case of DragonFly
|
||||
# 4.1+ building lang/gcc5 with the gcc50 base compiler when the system
|
||||
# libraries were built by the gcc47 base compiler. The sys.mk file
|
||||
# automatically adds -D_GLIBCXX_USE_CXX11_ABI=0 to CXXFLAGS in that case,
|
||||
# which will break the build.
|
||||
|
||||
CXXFLAGS:= ${CXXFLAGS:N-D_GLIBCXX_USE_CXX11_ABI*}
|
Loading…
Reference in a new issue