diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-11-06 18:32:40 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-11-07 01:34:42 +0100 |
commit | 9487456637abc1f26eda26f9e38f260b5f49edc2 (patch) | |
tree | d688d198d5019099c5111e3a888c631f1c3dd70f /external | |
parent | 8c85ae050f7205e5cb8f56abb48ea88eb7a4eb7a (diff) |
configure: add vars for Solaris/SPARC64 (already checked in vcl)
Change-Id: Ic27986d8d45f61facedf2400b77334aaf1da7c1e
Diffstat (limited to 'external')
-rw-r--r-- | external/hyphen/ExternalProject_hyphen.mk | 2 | ||||
-rw-r--r-- | external/mythes/ExternalProject_mythes.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/external/hyphen/ExternalProject_hyphen.mk b/external/hyphen/ExternalProject_hyphen.mk index 573fbae00de0..6687265c2304 100644 --- a/external/hyphen/ExternalProject_hyphen.mk +++ b/external/hyphen/ExternalProject_hyphen.mk @@ -20,7 +20,7 @@ $(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 C52U,$(COM)$(CPU)),CFLAGS="-m64") \ + $(if $(filter C52-SPARC64,$(COM)-$(CPUNAME)),CFLAGS="-m64") \ && $(MAKE) \ ) diff --git a/external/mythes/ExternalProject_mythes.mk b/external/mythes/ExternalProject_mythes.mk index 8681cc292e12..88e2a616e9fb 100644 --- a/external/mythes/ExternalProject_mythes.mk +++ b/external/mythes/ExternalProject_mythes.mk @@ -19,7 +19,7 @@ $(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 C52U,$(COM)$(CPU)),CFLAGS="-m64") \ + $(if $(filter C52-SPARC64,$(COM)-$(CPUNAME)),CFLAGS="-m64") \ && $(MAKE) \ ) |