mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-24 22:50:39 +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
|
CPPFLAGS += -I/usr/local/include
|
||||||
else
|
else
|
||||||
ifeq ($(GCC_MAJOR),3)
|
ifeq ($(GCC_MAJOR),3)
|
||||||
LPPFLAGS += -lgcc_s
|
ifeq ($(GCC_MINOR),3)
|
||||||
# LPPFLAGS += -L/usr/local/gcc3.3/lib
|
LPPFLAGS += -lgcc_s
|
||||||
|
# LPPFLAGS += -L/usr/local/gcc3.3/lib
|
||||||
|
endif
|
||||||
else
|
else
|
||||||
ifeq ($(GCC_MAJOR),4) # -PIC is more a thing with AMD64, I think
|
ifeq ($(GCC_MAJOR),4) # -PIC is more a thing with AMD64, I think
|
||||||
ifeq ($(TARGET),Linux)
|
ifeq ($(TARGET),Linux)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue