defs.mk: Remove non-standard lib search path for gcc3 under /usr/local/gcc3.3

This commit is contained in:
Jan Lindemann 2006-03-19 11:03:33 +00:00 committed by Jan Lindemann
commit 75e85c0747

View file

@ -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