Removed libiberty from PPC

This commit is contained in:
Hrvoje Jasak 2014-06-13 17:50:38 +01:00
parent 9bdca86e5e
commit b357f5e043

View file

@ -1,7 +1,8 @@
CPP = cpp -traditional-cpp $(GFLAGS)
LD = ld -m elf64ppc
PROJECT_LIBS = -l$(WM_PROJECT) -liberty -ldl
#PROJECT_LIBS = -l$(WM_PROJECT) -liberty -ldl
PROJECT_LIBS = -l$(WM_PROJECT) -ldl
include $(GENERAL_RULES)/standard