COMP: remove linking against lib iberty, now using add2line

This commit is contained in:
Mark Olesen
2011-03-07 13:35:59 +01:00
parent d8b4ebde05
commit 4d418eccf7
22 changed files with 30 additions and 26 deletions

View File

@ -1,7 +1,7 @@
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