summaryrefslogtreecommitdiff
path: root/lib/rbcodec/codecs/libspeex/libspeex.make
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2021-07-08 20:46:11 -0400
committerSolomon Peachy <pizza@shaftnet.org>2021-07-08 20:47:30 -0400
commit2e9b93dc5df5aff35a64c55493bc2d2d74b4aa0d (patch)
tree612e9d9a70ed50088ee643b7ea3bc6e0edae1ae2 /lib/rbcodec/codecs/libspeex/libspeex.make
parent2c984f3714067a38980dae51d1cb7d66d49f84f8 (diff)
downloadrockbox-2e9b93dc5df5aff35a64c55493bc2d2d74b4aa0d.tar.gz
rockbox-2e9b93dc5df5aff35a64c55493bc2d2d74b4aa0d.zip
build: Nuke the ASMFLAGS workaround for gcc 3.4.x
Change-Id: I0f21e9539d39afd54916fa8d84ce798eef474a2c
Diffstat (limited to 'lib/rbcodec/codecs/libspeex/libspeex.make')
-rw-r--r--lib/rbcodec/codecs/libspeex/libspeex.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rbcodec/codecs/libspeex/libspeex.make b/lib/rbcodec/codecs/libspeex/libspeex.make
index c33fe1f9fa..9883c5d8fc 100644
--- a/lib/rbcodec/codecs/libspeex/libspeex.make
+++ b/lib/rbcodec/codecs/libspeex/libspeex.make
@@ -45,7 +45,7 @@ $(CODECDIR)/libspeex-voice/%.o : $(RBCODECLIB_DIR)/codecs/libspeex/%.c
45 45
46$(CODECDIR)/libspeex-voice/%.o : $(RBCODECLIB_DIR)/codecs/libspeex/%.S 46$(CODECDIR)/libspeex-voice/%.o : $(RBCODECLIB_DIR)/codecs/libspeex/%.S
47 $(SILENT)mkdir -p $(dir $@) 47 $(SILENT)mkdir -p $(dir $@)
48 $(call PRINTS,CC $(subst $(ROOTDIR)/,,$<))$(CC) $(VOICESPEEXFLAGS) $(ASMFLAGS) -c $< -o $@ 48 $(call PRINTS,CC $(subst $(ROOTDIR)/,,$<))$(CC) $(VOICESPEEXFLAGS) -c $< -o $@
49 49
50$(CODECDIR)/libspeex/%.o: $(RBCODECLIB_DIR)/codecs/libspeex/%.c 50$(CODECDIR)/libspeex/%.o: $(RBCODECLIB_DIR)/codecs/libspeex/%.c
51 $(SILENT)mkdir -p $(dir $@) 51 $(SILENT)mkdir -p $(dir $@)
@@ -53,4 +53,4 @@ $(CODECDIR)/libspeex/%.o: $(RBCODECLIB_DIR)/codecs/libspeex/%.c
53 53
54$(CODECDIR)/libspeex/%.o: $(RBCODECLIB_DIR)/codecs/libspeex/%.S 54$(CODECDIR)/libspeex/%.o: $(RBCODECLIB_DIR)/codecs/libspeex/%.S
55 $(SILENT)mkdir -p $(dir $@) 55 $(SILENT)mkdir -p $(dir $@)
56 $(call PRINTS,CC $(subst $(ROOTDIR)/,,$<))$(CC) $(SPEEXFLAGS) $(ASMFLAGS) -c $< -o $@ 56 $(call PRINTS,CC $(subst $(ROOTDIR)/,,$<))$(CC) $(SPEEXFLAGS) -c $< -o $@