mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 04:30:28 +00:00
remove duplicate CFLAGS and SOLINK definitions that are
already in the top level Makefile git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@14351 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -20,10 +20,6 @@ ifeq ($(OSARCH),SunOS)
|
|||||||
LIBS=-lsocket -lnsl ../strcompat.o
|
LIBS=-lsocket -lnsl ../strcompat.o
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(findstring BSD,${OSARCH}),BSD)
|
|
||||||
CFLAGS+=-I$(CROSS_COMPILE_TARGET)/usr/local/include -L$(CROSS_COMPILE_TARGET)/usr/local/lib
|
|
||||||
endif
|
|
||||||
|
|
||||||
all: depend $(AGIS)
|
all: depend $(AGIS)
|
||||||
|
|
||||||
install: all
|
install: all
|
||||||
|
@@ -37,11 +37,6 @@ else
|
|||||||
CFLAGS+=-fPIC
|
CFLAGS+=-fPIC
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(findstring BSD,${OSARCH}),BSD)
|
|
||||||
CFLAGS+=-I$(CROSS_COMPILE_TARGET)/usr/local/include
|
|
||||||
SOLINK+=-L$(CROSS_COMPILE_TARGET)/usr/local/lib
|
|
||||||
endif
|
|
||||||
|
|
||||||
#The problem with sparc is the best stuff is in newer versions of gcc (post 3.0) only.
|
#The problem with sparc is the best stuff is in newer versions of gcc (post 3.0) only.
|
||||||
#This works for even old (2.96) versions of gcc and provides a small boost either way.
|
#This works for even old (2.96) versions of gcc and provides a small boost either way.
|
||||||
#A ultrasparc cpu is really v9 but the stock debian stable 3.0 gcc doesn.t support it.
|
#A ultrasparc cpu is really v9 but the stock debian stable 3.0 gcc doesn.t support it.
|
||||||
|
Reference in New Issue
Block a user