Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Marc Valin <jmvalin@jmvalin.ca>2014-06-19 12:11:20 +0400
committerJean-Marc Valin <jmvalin@jmvalin.ca>2014-06-19 12:11:20 +0400
commitaa8c5f64d95d5ad0a36814ccee77a45467bda440 (patch)
treeff14f2b7bf0317b1815f2df73fed4c10dbefaa8f /Makefile.unix
parentf133bac6f9199ca79b6e63dabf1c9839d35d207f (diff)
Using Makefile.mips to buidl the MIPS code
Diffstat (limited to 'Makefile.unix')
-rw-r--r--Makefile.unix6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile.unix b/Makefile.unix
index 464ca6bd..82b3d13b 100644
--- a/Makefile.unix
+++ b/Makefile.unix
@@ -1,7 +1,7 @@
#################### COMPILE OPTIONS #######################
# Uncomment this for fixed-point build
-FIXED_POINT=1
+#FIXED_POINT=1
# It is strongly recommended to uncomment one of these
# VAR_ARRAYS: Use C99 variable-length arrays for stack allocation
@@ -45,9 +45,7 @@ ldflags-from-ldlibdirs = $(addprefix -L,$(1))
ldlibs-from-libs = $(addprefix -l,$(1))
WARNINGS = -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow
-
-CFLAGS += -mips32r2 -mno-mips16 -std=gnu99 -O2 -g $(WARNINGS) -DENABLE_ASSERTIONS -DMIPSr1_ASM -DOPUS_BUILD -mdspr2 -march=74kc -mtune=74kc -mmt -mgp32
-
+CFLAGS += -O2 -g $(WARNINGS) -DOPUS_BUILD
CINCLUDES = include silk celt
ifdef FIXED_POINT