mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-18 18:30:59 +00:00
BUILD: Remove mention of GCC 2.95
Since we require C++11 support.
This commit is contained in:
parent
f4fa731c4c
commit
0e489206fe
@ -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 $@
|
||||
|
Loading…
x
Reference in New Issue
Block a user