public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/meissner/heads/work050)] Do not pass -rpath to linker with advance toolchain for 64 bit builds
@ 2021-04-29  0:35 Michael Meissner
  0 siblings, 0 replies; only message in thread
From: Michael Meissner @ 2021-04-29  0:35 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:17829888184b9d32f34f9d4a25c51eda39350d79

commit 17829888184b9d32f34f9d4a25c51eda39350d79
Author: Michael Meissner <meissner@linux.ibm.com>
Date:   Wed Apr 28 20:35:40 2021 -0400

    Do not pass -rpath to linker with advance toolchain for 64 bit builds
    
    (#ltc-toolchain on March 3/8).  Fixed to keep the -rpath option for
    32-bit.
    
    gcc/
    2021-04-20  Michael Meissner  <meissner@linux.ibm.com>
    
            * config.gcc (powerpc*-*-*, rs6000-*-*): Do not set
            LINK_OS_EXTRA_SPEC664 for the Advance Toolchain.  Continue to set
            LINK_OS_EXTRA_SPEC32.

Diff:
---
 gcc/config.gcc | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/gcc/config.gcc b/gcc/config.gcc
index e49e40fbfa1..c9fe0c1019d 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -5095,11 +5095,6 @@ case "${target}" in
 			      "\"%(link_os_new_dtags)" \
 			      "-rpath $prefix/lib -rpath $at/lib\""
 			 echo
-			 echo "#undef  LINK_OS_EXTRA_SPEC64"
-			 echo "#define LINK_OS_EXTRA_SPEC64" \
-			      "\"%(link_os_new_dtags)" \
-			      "-rpath $prefix/lib64 -rpath $at/lib64\""
-			 echo
 			 echo "#undef  LINK_OS_NEW_DTAGS_SPEC"
 			 echo "#define LINK_OS_NEW_DTAGS_SPEC" \
 			      "\"--enable-new-dtags\""


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-04-29  0:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-29  0:35 [gcc(refs/users/meissner/heads/work050)] Do not pass -rpath to linker with advance toolchain for 64 bit builds Michael Meissner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).