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/linuxPPC64Gcc/general
2014-06-13 17:50:38 +01:00

11 lines
250 B
Text

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