summaryrefslogtreecommitdiff
path: root/java/jdk13/files/patch-gcc30.make (follow)
Commit message (Collapse)AuthorAgeFilesLines
* . Fix the build with gcc 3.4 part 2/2. Don't use the flagGreg Lewis2004-11-271-0/+15
-fmemoize-lookups as gcc 3.4 doesn't understand it. [1] . Use CXX and CXXFLAGS for compiling C++ code, not CPP and CPPFLAGS. Also, respect the setting of CXX and CXXFLAGS. PR: 71516 [1] Submitted by: Damir Kiramov <damirycha@damirycha.net.ru> [1] Notes: svn path=/head/; revision=122563