diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1993-08-27 15:43:01 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1993-08-27 15:43:01 -0400 |
commit | 561260fe8008a156728f311e04d3c0fff1caef53 (patch) | |
tree | e23f6ac2d23fd8fad98b4cacda2b44ab7a9da571 /gcc | |
parent | 642a35f1b4db429d4f5c00e0af47cab74f112274 (diff) | |
download | gcc-561260fe8008a156728f311e04d3c0fff1caef53.zip gcc-561260fe8008a156728f311e04d3c0fff1caef53.tar.gz gcc-561260fe8008a156728f311e04d3c0fff1caef53.tar.bz2 |
(LINK_SPEC): Add -bexport:/usr/lib/libg.exp when -g.
From-SVN: r5220
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/rs6000/rs6000.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/rs6000.h b/gcc/config/rs6000/rs6000.h index a7c6b15..05c0f8d 100644 --- a/gcc/config/rs6000/rs6000.h +++ b/gcc/config/rs6000/rs6000.h @@ -51,7 +51,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ csects. See AIX documentation for more information about this. */ #define LINK_SPEC "-T512 -H512 -btextro -bhalt:4 -bnodelcsect\ - %{static:-bnso -bI:/lib/syscalls.exp}" + %{static:-bnso -bI:/lib/syscalls.exp} %{g*:-bexport:/usr/lib/libg.exp}" /* Profiled library versions are used by linking with special directories. */ #define LIB_SPEC "%{pg:-L/lib/profiled -L/usr/lib/profiled}\ |