mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-20 12:20:12 +00:00
let the compiler determine whether hardware or software floating point should be used (like we do in the editline subdirectory)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@23638 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
4
Makefile
4
Makefile
@@ -201,9 +201,9 @@ ifeq ($(OSARCH),Linux)
|
|||||||
OPTIONS+=-fsigned-char -mcpu=ep9312
|
OPTIONS+=-fsigned-char -mcpu=ep9312
|
||||||
else
|
else
|
||||||
ifeq ($(SUB_PROC),xscale)
|
ifeq ($(SUB_PROC),xscale)
|
||||||
OPTIONS+=-fsigned-char -msoft-float -mcpu=xscale
|
OPTIONS+=-fsigned-char -mcpu=xscale
|
||||||
else
|
else
|
||||||
OPTIONS+=-fsigned-char -msoft-float
|
OPTIONS+=-fsigned-char
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
Reference in New Issue
Block a user