diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1992-07-08 06:24:18 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1992-07-08 06:24:18 -0400 |
commit | 0281e6a975cf6bdad3448f6d8653077d6a6406fd (patch) | |
tree | f2f7ca4de166a2554decf925134f4227c7c1f077 /gcc | |
parent | ae04227b3a167158edfdd67ffd0a80fd2ca23453 (diff) | |
download | gcc-0281e6a975cf6bdad3448f6d8653077d6a6406fd.zip gcc-0281e6a975cf6bdad3448f6d8653077d6a6406fd.tar.gz gcc-0281e6a975cf6bdad3448f6d8653077d6a6406fd.tar.bz2 |
(LINK_SPEC): Support -static.
From-SVN: r1512
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/rs6000/rs6000.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config/rs6000/rs6000.h b/gcc/config/rs6000/rs6000.h index 7be040d..ce7edba 100644 --- a/gcc/config/rs6000/rs6000.h +++ b/gcc/config/rs6000/rs6000.h @@ -49,7 +49,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -bnodelcsect undoes a poor choice of default relating to multiply-defined csects. See AIX documentation for more information about this. */ -#define LINK_SPEC "-T512 -H512 -btextro -bhalt:4 -bnodelcsect" +#define LINK_SPEC "-T512 -H512 -btextro -bhalt:4 -bnodelcsect\ + %{static:-bnso -bI:/lib/syscalls.exp" /* Profiled library versions are used by linking with special directories. */ #define LIB_SPEC "%{pg:-L/lib/profiled -L/usr/lib/profiled}\ |