1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

patch st and srs for arm build, allow user to specifies the gcc/g++

This commit is contained in:
winlin 2014-03-01 00:17:41 +08:00
parent 7fa031e7fb
commit ac3be10435
4 changed files with 33 additions and 4 deletions

6
trunk/configure vendored
View file

@ -82,10 +82,12 @@ CppStd="-ansi"
CXXFLAGS="${CppStd} ${WarnLevel} ${GDBDebug}"
#CXXFLAGS="${CppStd} ${WarnLevel} ${GDBDebug} ${Performance}"
cat << END > ${SRS_OBJS}/${SRS_MAKEFILE}
CXXFLAGS ?= ${CXXFLAGS}
CC ?= gcc
GCC ?= gcc
CXX ?= g++
LINK ?= \$(CXX)
AR ?= ar
CXXFLAGS = ${CXXFLAGS}
LINK = g++
.PHONY: default srs bandwidth