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/SiCortex64Gcc/general
wyldckat 21c7743640 Removed dependency on 'libiberty.so', since this dependency is no longer needed.
Note: This dependency was dropped in OpenFOAM 1.7.x, in commit 7217fce0239f4dfc105121335eb8bd28418c90be.
2016-08-25 23:14:40 +01:00

10 lines
180 B
Text

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