diff options
Diffstat (limited to 'cpp/options-rhel3.mk')
| -rw-r--r-- | cpp/options-rhel3.mk | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/cpp/options-rhel3.mk b/cpp/options-rhel3.mk deleted file mode 100644 index be5741e8c6..0000000000 --- a/cpp/options-rhel3.mk +++ /dev/null @@ -1,18 +0,0 @@ -# -# Expects dependencies in ~/local -# - -# Configure Boost. -BOOST_CXXFLAGS := -I$(HOME)/local/boost-1.33.1/include/boost-1_33_1 -CXXFLAGS := $(CXXFLAGS) $(BOOST_CXXFLAGS) - -# Configure CppUnit. -CPPUNIT_CFLAGS := `cppunit-config --cflags` -CPPUNIT_LDFLAGS := `cppunit-config --libs` -CXXFLAGS := $(CXXFLAGS) $(CPPUNIT_CFLAGS) - -# -# RedHat Enterprise 3 g++ can't handle -Wextra etc so remove them. -# - -WARN := -Werror -pedantic -Wall -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wno-system-headers |
