From fab34eb54fffaaf1fc32a0901436d8940f6c8b43 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Wed, 18 Dec 2013 18:02:40 +0100 Subject: fdo#72598: remove last uses of "C52" Change-Id: Ibf43da89c88596589c8e81f790c9d57c2a4e9701 --- external/mythes/ExternalProject_mythes.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'external/mythes') diff --git a/external/mythes/ExternalProject_mythes.mk b/external/mythes/ExternalProject_mythes.mk index 88e2a616e9fb..2428aa2d1ac8 100644 --- a/external/mythes/ExternalProject_mythes.mk +++ b/external/mythes/ExternalProject_mythes.mk @@ -19,7 +19,6 @@ $(call gb_ExternalProject_get_state_target,mythes,build): $(call gb_ExternalProject_run,build,\ LIBS="$(gb_STDLIBS) $(LIBS)" ./configure --disable-shared --with-pic \ $(if $(filter YES,$(CROSS_COMPILING)),--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM) gio_can_sniff=no) \ - $(if $(filter C52-SPARC64,$(COM)-$(CPUNAME)),CFLAGS="-m64") \ && $(MAKE) \ ) -- cgit