mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
defs.mk: Fix LPPFLAGS for gcc 3.3
This commit is contained in:
parent
6994f08ef2
commit
83f79c4826
1 changed files with 4 additions and 2 deletions
|
|
@ -348,8 +348,10 @@ CFLAGS += -I/usr/local/include
|
|||
CPPFLAGS += -I/usr/local/include
|
||||
else
|
||||
ifeq ($(GCC_MAJOR),3)
|
||||
LPPFLAGS += -lgcc_s
|
||||
# LPPFLAGS += -L/usr/local/gcc3.3/lib
|
||||
ifeq ($(GCC_MINOR),3)
|
||||
LPPFLAGS += -lgcc_s
|
||||
# LPPFLAGS += -L/usr/local/gcc3.3/lib
|
||||
endif
|
||||
else
|
||||
ifeq ($(GCC_MAJOR),4) # -PIC is more a thing with AMD64, I think
|
||||
ifeq ($(TARGET),Linux)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue