diff options
author | Jeff Law <law@gcc.gnu.org> | 1992-12-12 07:39:24 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1992-12-12 07:39:24 -0700 |
commit | aca49971b61151ad6c0057c2e2087e99d19a1121 (patch) | |
tree | 59151c14ca62ede1cc03b8e9c449dc366ad8666b /gcc | |
parent | 7e9857385393b7ab8de24481093e4b990446abb0 (diff) | |
download | gcc-aca49971b61151ad6c0057c2e2087e99d19a1121.zip gcc-aca49971b61151ad6c0057c2e2087e99d19a1121.tar.gz gcc-aca49971b61151ad6c0057c2e2087e99d19a1121.tar.bz2 |
pa-hpux.h (TARGET_DEFAULT): Do not enable TARGET_SHARED_LIBS by default in 2.3.3 since it doesn't really work.
* pa-hpux.h (TARGET_DEFAULT): Do not enable TARGET_SHARED_LIBS
by default in 2.3.3 since it doesn't really work.
* pa-ghpux.h, pa1-hpux.h, pa1-ghpux.h: Likewise.
From-SVN: r2866
Diffstat (limited to 'gcc')
-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 c7f7ef5..555a9d6 100644 --- a/gcc/config/pa/pa-hpux.h +++ b/gcc/config/pa/pa-hpux.h @@ -18,7 +18,7 @@ along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifndef TARGET_DEFAULT -#define TARGET_DEFAULT 8 /* TARGET_SHARED_LIBS */ +#define TARGET_DEFAULT 0 #endif #include "pa.h" |