aboutsummaryrefslogtreecommitdiff
path: root/libgcc/config
diff options
context:
space:
mode:
authorBernd Schmidt <bernds@codesourcery.com>2011-05-27 07:53:51 +0000
committerBernd Schmidt <bernds@gcc.gnu.org>2011-05-27 07:53:51 +0000
commitad5f3d7b395b741f736b67feb6d053d8ea5a8382 (patch)
tree35043acb51ec5e7d8729ca70f4e52e365be00914 /libgcc/config
parent866e414678bba1426d1a777eb4a2ae591915b092 (diff)
downloadgcc-ad5f3d7b395b741f736b67feb6d053d8ea5a8382.zip
gcc-ad5f3d7b395b741f736b67feb6d053d8ea5a8382.tar.gz
gcc-ad5f3d7b395b741f736b67feb6d053d8ea5a8382.tar.bz2
re PR bootstrap/49173 (No rule to make target `../../../../work/libgcc/../gcc/libgcc-std.ver', needed by `libgcc.map'.)
PR bootstrap/49173 * config/t-slibgcc-darwin (SHLIB_MAPFILES): Look for libgcc-std.ver in the build directory. * config/s390/t-linux (SHLIB_MAPFILES): Likewise. * config/sh/t-linux (SHLIB_MAPFILES): Likewise. From-SVN: r174321
Diffstat (limited to 'libgcc/config')
-rw-r--r--libgcc/config/s390/t-linux2
-rw-r--r--libgcc/config/sh/t-linux2
-rw-r--r--libgcc/config/t-slibgcc-darwin2
3 files changed, 3 insertions, 3 deletions
diff --git a/libgcc/config/s390/t-linux b/libgcc/config/s390/t-linux
index a0f10cb..b767082 100644
--- a/libgcc/config/s390/t-linux
+++ b/libgcc/config/s390/t-linux
@@ -2,6 +2,6 @@ DFP_ENABLE = true
# Override t-slibgcc-elf-ver to export some libgcc symbols with
# the symbol versions that glibc used.
-SHLIB_MAPFILES = $(gcc_srcdir)/libgcc-std.ver $(srcdir)/config/s390/libgcc-glibc.ver
+SHLIB_MAPFILES = libgcc-std.ver $(srcdir)/config/s390/libgcc-glibc.ver
HOST_LIBGCC2_CFLAGS += -mlong-double-128 \ No newline at end of file
diff --git a/libgcc/config/sh/t-linux b/libgcc/config/sh/t-linux
index 8fce109..a98fb18 100644
--- a/libgcc/config/sh/t-linux
+++ b/libgcc/config/sh/t-linux
@@ -5,7 +5,7 @@ HOST_LIBGCC2_CFLAGS = -fpic -mieee -DNO_FPSCR_VALUES
# routines which should not be called via PLT. We have to create
# the list from scratch.
SHLIB_MAPFILES = \
- $(gcc_srcdir)/libgcc-std.ver \
+ libgcc-std.ver \
$(gcc_srcdir)/config/sh/libgcc-excl.ver \
$(gcc_srcdir)/config/sh/libgcc-glibc.ver
diff --git a/libgcc/config/t-slibgcc-darwin b/libgcc/config/t-slibgcc-darwin
index 0ba8f79..bb6569a 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 $(gcc_srcdir)/libgcc-libsystem.ver
+SHLIB_MAPFILES += 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.