Commit f5c5756c authored by Rafaël Carré's avatar Rafaël Carré

tremor: can't generate thumb code because of inline asm

parent 7b98b7be
...@@ -728,7 +728,7 @@ tremor: tremor-$(TREMOR_VERSION).tar.bz2 ...@@ -728,7 +728,7 @@ tremor: tremor-$(TREMOR_VERSION).tar.bz2
endif endif
.tremor: tremor .ogg .tremor: tremor .ogg
(cd $<; $(HOSTCC) ./autogen.sh $(HOSTCONF) --prefix=$(PREFIX) --disable-shared && make && make install) (cd $<; $(HOSTCC) ./autogen.sh $(HOSTCONF) --prefix=$(PREFIX) --disable-shared CFLAGS="$(NOTHUMB)" && make && make install)
$(INSTALL_NAME) $(INSTALL_NAME)
touch $@ touch $@
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment