diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-12-18 18:02:40 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-12-18 18:03:50 +0100 |
commit | fab34eb54fffaaf1fc32a0901436d8940f6c8b43 (patch) | |
tree | 263243d764b8457bb5562db3986ce24b33af7d30 /external | |
parent | 43dcbc8a6daa0dcca6f46934ee8900d8c5655321 (diff) |
fdo#72598: remove last uses of "C52"
Change-Id: Ibf43da89c88596589c8e81f790c9d57c2a4e9701
Diffstat (limited to 'external')
-rw-r--r-- | external/hyphen/ExternalProject_hyphen.mk | 1 | ||||
-rw-r--r-- | external/mythes/ExternalProject_mythes.mk | 1 |
2 files changed, 0 insertions, 2 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) \ ) 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) \ ) |