BUILD: Remove mention of GCC 2.95

Since we require C++11 support.
This commit is contained in:
Donovan Watteau 2022-05-18 13:29:17 +02:00 committed by Filippos Karapetis
parent f4fa731c4c
commit 0e489206fe

View File

@ -192,7 +192,7 @@ base/version.o: base/version.cpp
else
# Dumb compile rule, for C++ compilers that don't allow dependency tracking or
# where it is broken (such as GCC 2.95).
# where it is broken
%.o: %.cpp
$(QUIET)$(MKDIR) $(*D)
$(QUIET_CXX)$(CXX) $(CXXFLAGS) $(CPPFLAGS) -c $(<) -o $@