summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/rbspeex/Makefile4
-rw-r--r--tools/ucl/src/Makefile1
2 files changed, 0 insertions, 5 deletions
diff --git a/tools/rbspeex/Makefile b/tools/rbspeex/Makefile
index 87ce08f3e7..6385c8a869 100644
--- a/tools/rbspeex/Makefile
+++ b/tools/rbspeex/Makefile
@@ -22,10 +22,6 @@ CFLAGS = $(SPEEXOPTS) $(INCLUDES) -O3 -fomit-frame-pointer -Wno-unused-parameter
22ifeq ($(findstring CYGWIN,$(shell uname)),CYGWIN) 22ifeq ($(findstring CYGWIN,$(shell uname)),CYGWIN)
23CFLAGS+=-mno-cygwin 23CFLAGS+=-mno-cygwin
24endif 24endif
25# on mingw32, make sure CC is set to gcc
26ifeq ($(findstring MINGW,$(shell uname)),MINGW)
27CC = gcc
28endif
29 25
30ifdef RBARCH 26ifdef RBARCH
31CFLAGS += -arch $(RBARCH) 27CFLAGS += -arch $(RBARCH)
diff --git a/tools/ucl/src/Makefile b/tools/ucl/src/Makefile
index 14ca1f35eb..018c29aa70 100644
--- a/tools/ucl/src/Makefile
+++ b/tools/ucl/src/Makefile
@@ -7,7 +7,6 @@
7# $Id$ 7# $Id$
8# 8#
9CFLAGS = -I../include 9CFLAGS = -I../include
10CC = gcc
11 10
12ifndef V 11ifndef V
13SILENT = @ 12SILENT = @