aboutsummaryrefslogtreecommitdiff
path: root/libgcc/config/t-slibgcc-darwin
diff options
context:
space:
mode:
authorJack Howarth <howarth@bromo.med.uc.edu>2010-02-02 08:18:48 +0000
committerAndreas Tobler <andreast@gcc.gnu.org>2010-02-02 09:18:48 +0100
commit1bcb71c4595c9cb2d61cdf2691edbbd3a589da71 (patch)
tree83561280af178bab48deac8cf999e73bbccf7c2c /libgcc/config/t-slibgcc-darwin
parentfc15bd031910e85fde8856fa32e4f79efdf0478a (diff)
downloadgcc-1bcb71c4595c9cb2d61cdf2691edbbd3a589da71.zip
gcc-1bcb71c4595c9cb2d61cdf2691edbbd3a589da71.tar.gz
gcc-1bcb71c4595c9cb2d61cdf2691edbbd3a589da71.tar.bz2
re PR java/41991 (gcj segfaults on i686-apple-darwin9 and x86_64-apple-darwin9)
2010-02-02 Jack Howarth <howarth@bromo.med.uc.edu> PR java/41991 * config/t-slibgcc-darwin: Add libgcc-libsystem.ver to SHLIB_MAPFILES. From-SVN: r156445
Diffstat (limited to 'libgcc/config/t-slibgcc-darwin')
-rw-r--r--libgcc/config/t-slibgcc-darwin2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgcc/config/t-slibgcc-darwin b/libgcc/config/t-slibgcc-darwin
index 9154b3a..0ba8f79 100644
--- a/libgcc/config/t-slibgcc-darwin
+++ b/libgcc/config/t-slibgcc-darwin
@@ -24,7 +24,7 @@ SHLIB_LINK = $(CC) $(LIBGCC2_CFLAGS) -dynamiclib -nodefaultlibs \
SHLIB_MKMAP = $(gcc_srcdir)/mkmap-flat.awk
SHLIB_MKMAP_OPTS = -v leading_underscore=1
-SHLIB_MAPFILES += $(gcc_srcdir)/libgcc-std.ver
+SHLIB_MAPFILES += $(gcc_srcdir)/libgcc-std.ver $(gcc_srcdir)/libgcc-libsystem.ver
# we're only going to build the stubs if the target slib is /usr/lib
# there is no other case in which they're useful in a live system.