diff options
Diffstat (limited to 'external/mythes')
-rw-r--r-- | external/mythes/ExternalProject_mythes.mk | 1 |
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) \ ) |