This repository has been archived on 2023-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
foam-extend4.1-coherent-io/wmake/rules/linux64Gcc/general
Henrik Rusche 93978be8f3 compiler switches for gcc 4.6
These changes probably break older gcc compilers, but I am not sure!
2012-03-02 16:41:05 +01:00

10 lines
191 B
Text

CPP = cpp -traditional-cpp
LD = ld
PROJECT_LIBS = -l$(WM_PROJECT) -liberty -ldl
include $(GENERAL_RULES)/standard
include $(RULES)/X
include $(RULES)/c
include $(RULES)/c++