diff options
author | Jeff Law <law@gcc.gnu.org> | 1992-11-10 07:55:54 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1992-11-10 07:55:54 -0700 |
commit | 6fdb556ec023fadf615bfab7856fc2f54cc7dc16 (patch) | |
tree | 62bdfde6c1e35f927ddf31382b2feb6e817098f5 /gcc/config/pa/pa-hpux.h | |
parent | 12d635bdfc0704e152e403da3f7314b48edf805f (diff) | |
download | gcc-6fdb556ec023fadf615bfab7856fc2f54cc7dc16.zip gcc-6fdb556ec023fadf615bfab7856fc2f54cc7dc16.tar.gz gcc-6fdb556ec023fadf615bfab7856fc2f54cc7dc16.tar.bz2 |
pa-hpux.h (LINK_SPEC): Disable linking against shared libraries.
* pa-hpux.h (LINK_SPEC): Disable linking against shared libraries.
* pa-ghpux.h (LINK_SPEC): Likewise.
From-SVN: r2732
Diffstat (limited to 'gcc/config/pa/pa-hpux.h')
-rw-r--r-- | gcc/config/pa/pa-hpux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/pa/pa-hpux.h b/gcc/config/pa/pa-hpux.h index 579bbfd..c7f7ef5 100644 --- a/gcc/config/pa/pa-hpux.h +++ b/gcc/config/pa/pa-hpux.h @@ -50,4 +50,4 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define CPP_PREDEFINES "-Dhppa -Dhp9000s800 -D__hp9000s800 -Dhp9k8 -DPWB -Dhpux -Dunix -D_HPUX_SOURCE" #undef LINK_SPEC -#define LINK_SPEC "-u main %{g*:-a archive} %{p:-a archive} %{pg:-a archive}" +#define LINK_SPEC "-u main -a archive" |