summaryrefslogtreecommitdiff
path: root/external/mythes
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-11-06 18:32:40 +0100
committerMichael Stahl <mstahl@redhat.com>2013-11-07 01:34:42 +0100
commit9487456637abc1f26eda26f9e38f260b5f49edc2 (patch)
treed688d198d5019099c5111e3a888c631f1c3dd70f /external/mythes
parent8c85ae050f7205e5cb8f56abb48ea88eb7a4eb7a (diff)
configure: add vars for Solaris/SPARC64 (already checked in vcl)
Change-Id: Ic27986d8d45f61facedf2400b77334aaf1da7c1e
Diffstat (limited to 'external/mythes')
-rw-r--r--external/mythes/ExternalProject_mythes.mk2
1 files changed, 1 insertions, 1 deletions
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) \
)