summaryrefslogtreecommitdiff
path: root/external/hyphen
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/hyphen
parent43dcbc8a6daa0dcca6f46934ee8900d8c5655321 (diff)
fdo#72598: remove last uses of "C52"
Change-Id: Ibf43da89c88596589c8e81f790c9d57c2a4e9701
Diffstat (limited to 'external/hyphen')
-rw-r--r--external/hyphen/ExternalProject_hyphen.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/external/hyphen/ExternalProject_hyphen.mk b/external/hyphen/ExternalProject_hyphen.mk
index 6687265c2304..28b83232710b 100644
--- a/external/hyphen/ExternalProject_hyphen.mk
+++ b/external/hyphen/ExternalProject_hyphen.mk
@@ -20,7 +20,6 @@ $(call gb_ExternalProject_get_state_target,hyphen,build):
./configure --disable-shared \
$(if $(filter-out IOS,$(OS)),--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) \
)