diff options
author | Andreas Tobler <a.tobler@schweiz.org> | 2007-12-08 19:23:58 +0000 |
---|---|---|
committer | Andreas Tobler <andreast@gcc.gnu.org> | 2007-12-08 20:23:58 +0100 |
commit | 417e7bed131e9fbb05e1766c722d87f76f1868e7 (patch) | |
tree | d401774a93a831901d00b5fb20b5620d25dfe2b5 /libjava/Makefile.am | |
parent | c9f7e8258a6a36303f7ba5b41528679eb0e74855 (diff) | |
download | gcc-417e7bed131e9fbb05e1766c722d87f76f1868e7.zip gcc-417e7bed131e9fbb05e1766c722d87f76f1868e7.tar.gz gcc-417e7bed131e9fbb05e1766c722d87f76f1868e7.tar.bz2 |
configure.host: Add bits for i?86-*-darwin9 and x86_64-*-darwin9.
2007-12-08 Andreas Tobler <a.tobler@schweiz.org>
* configure.host: Add bits for i?86-*-darwin9 and x86_64-*-darwin9.
* configure.ac: Add darwin-signal.h to x86_64-*-darwin9 and
i?86-*darwin9.
* configure.in: Regenerate.
* darwin.cc: Add definitions for Darwin specific functions for 64-bit.
(darwin_java_register_dyld_add_image_hook): Use this specific
functions.
* Makefile.am (gij_LDFLAGS): Add extra_gij_ldflags for Darwin9.
* Makefile.in: Regenerate.
* include/Makefile.in: Likewise.
* gcj/Makefile.in: Likewise.
* testsuite/Makefile.in: Likewise.
* testsuite/lib/libjava.exp (libjava_arguments): Add allow_stack_execute
for *-*-darwin9*.
From-SVN: r130709
Diffstat (limited to 'libjava/Makefile.am')
-rw-r--r-- | libjava/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libjava/Makefile.am b/libjava/Makefile.am index 83a20e4..d906c2e 100644 --- a/libjava/Makefile.am +++ b/libjava/Makefile.am @@ -675,7 +675,8 @@ gij_SOURCES = ## need this because we are explicitly using libtool to link using the ## `.la' file. gij_LDFLAGS = -rpath $(dbexecdir) -rpath $(toolexeclibdir) \ - -shared-libgcc $(THREADLDFLAGS) $(extra_ldflags) + -shared-libgcc $(THREADLDFLAGS) $(extra_ldflags) \ + $(extra_gij_ldflags) gij_LINK = $(GCJLINK) ## See jv_convert_LDADD. gij_LDADD = -L$(here)/.libs libgij.la |