Removed libiberty from PPC
This commit is contained in:
parent
9bdca86e5e
commit
b357f5e043
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
||||||
CPP = cpp -traditional-cpp $(GFLAGS)
|
CPP = cpp -traditional-cpp $(GFLAGS)
|
||||||
LD = ld -m elf64ppc
|
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
|
include $(GENERAL_RULES)/standard
|
||||||
|
|
||||||
|
|
Reference in a new issue