summaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-03-02 21:17:10 +0100
committerMichael Stahl <mstahl@redhat.com>2015-03-03 16:57:50 +0100
commit08ce45c94fcf3d5d0e937fb01e90f16ef4d9c88f (patch)
tree852a7dc6a95e2f1c75ca97f10f5c8136eaf46a76 /external
parent9a3f8cc7fc015443007395dffbde38adf7483c84 (diff)
remove more SunStudio cruft
Change-Id: I1e1ca09e870461990c919938ed0902c8b90c4413
Diffstat (limited to 'external')
-rw-r--r--external/hunspell/ExternalProject_hunspell.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/external/hunspell/ExternalProject_hunspell.mk b/external/hunspell/ExternalProject_hunspell.mk
index 2b1ab8bdd4e3..160f2b1864fd 100644
--- a/external/hunspell/ExternalProject_hunspell.mk
+++ b/external/hunspell/ExternalProject_hunspell.mk
@@ -19,7 +19,6 @@ $(call gb_ExternalProject_get_state_target,hunspell,build):
./configure --disable-shared --disable-nls --with-pic \
$(if $(CROSS_COMPILING),--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM))\
$(if $(filter AIX,$(OS)),CFLAGS="-D_LINUX_SOURCE_COMPAT") \
- $(if $(filter C53,$(COM)),CFLAGS="-xc99=none") \
$(if $(filter-out WNTGCC,$(OS)$(COM)),,LDFLAGS="-Wl,--enable-runtime-pseudo-reloc-v2") \
&& $(MAKE) \
)