SiCortex port

This commit is contained in:
mattijs
2009-01-06 21:41:20 +00:00
parent bbed85ab94
commit eb2e37b296
17 changed files with 101 additions and 2 deletions

View File

@ -0,0 +1,11 @@
CPP = /lib/cpp $(GFLAGS)
LD = ld -A64
PROJECT_LIBS = -l$(WM_PROJECT) -liberty -ldl
include $(GENERAL_RULES)/standard
include $(RULES)/X
include $(RULES)/c
include $(RULES)/c++
include $(GENERAL_RULES)/cint