summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sal/osl/unx/util.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sal/osl/unx/util.c b/sal/osl/unx/util.c
index b344f2b9c520..eca61a86175f 100644
--- a/sal/osl/unx/util.c
+++ b/sal/osl/unx/util.c
@@ -349,7 +349,8 @@ void osl_interlockedCountCheckForSingleCPU(void)
#endif /* defined(_SC_NPROCESSORS_CONF) */
#endif
-#if defined(__GNUC__)
+//might be useful on other platforms, but doesn't compiler under MACOSX anyway
+#if defined(__GNUC__) && defined(LINUX)
//force the __data_start symbol to exist in any executables that link against
//libuno_sal so that dlopening of the libgcj provided libjvm.so on some
//platforms where it needs that symbol will succeed. e.g. Debian mips/lenny