summaryrefslogtreecommitdiff
path: root/external/mythes
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-12-18 18:02:40 +0100
committerMichael Stahl <mstahl@redhat.com>2013-12-18 18:03:50 +0100
commitfab34eb54fffaaf1fc32a0901436d8940f6c8b43 (patch)
tree263243d764b8457bb5562db3986ce24b33af7d30 /external/mythes
parent43dcbc8a6daa0dcca6f46934ee8900d8c5655321 (diff)
fdo#72598: remove last uses of "C52"
Change-Id: Ibf43da89c88596589c8e81f790c9d57c2a4e9701
Diffstat (limited to 'external/mythes')
-rw-r--r--external/mythes/ExternalProject_mythes.mk1
1 files changed, 0 insertions, 1 deletions
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) \
)