Explorar o código

Remove libtheora config.sub and config.guess workaround for ARM64.

Miku AuahDark hai 1 mes
pai
achega
a8d167fcf6
Modificáronse 1 ficheiros con 0 adicións e 7 borrados
  1. 0 7
      Makefile

+ 0 - 7
Makefile

@@ -132,13 +132,6 @@ $(LIBTHEORA_FILE).tar.gz:
 
 
 $(LIBTHEORA_FILE)/configure: $(LIBTHEORA_FILE).tar.gz
 $(LIBTHEORA_FILE)/configure: $(LIBTHEORA_FILE).tar.gz
 	tar xzf $(LIBTHEORA_FILE).tar.gz
 	tar xzf $(LIBTHEORA_FILE).tar.gz
-# Their config.guess and config.sub can't detect ARM64
-ifeq ($(ARCH),aarch64)
-	curl $(CURL_DOH_URL) -Lfo $(LIBTHEORA_FILE)/config.guess "https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD"
-	chmod u+x $(LIBTHEORA_FILE)/config.guess
-	curl $(CURL_DOH_URL) -Lfo $(LIBTHEORA_FILE)/config.sub "https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD"
-	chmod u+x $(LIBTHEORA_FILE)/config.sub
-endif
 	touch $(LIBTHEORA_FILE)/configure
 	touch $(LIBTHEORA_FILE)/configure
 
 
 $(LIBTHEORA_FILE)/build/Makefile: $(LIBTHEORA_FILE)/configure installdir/lib/libogg.so
 $(LIBTHEORA_FILE)/build/Makefile: $(LIBTHEORA_FILE)/configure installdir/lib/libogg.so