mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
defs.mk: Remove non-standard lib search path for gcc3 under /usr/local/gcc3.3
This commit is contained in:
parent
fa87315089
commit
75e85c0747
1 changed files with 2 additions and 1 deletions
|
|
@ -256,7 +256,8 @@ CFLAGS += -I/usr/local/include
|
|||
CPPFLAGS += -I/usr/local/include
|
||||
else
|
||||
ifeq ($(GCC_MAJOR),3)
|
||||
LPPFLAGS += -L/usr/local/gcc3.3/lib -lgcc_s
|
||||
LPPFLAGS += -lgcc_s
|
||||
# LPPFLAGS += -L/usr/local/gcc3.3/lib
|
||||
else
|
||||
ifeq ($(GCC_MAJOR),4) # -PIC is more a thing with AMD64, I think
|
||||
CPPFLAGS += -fPIC
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue