diff options
author | danglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-02-25 19:45:13 +0000 |
---|---|---|
committer | danglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-02-25 19:45:13 +0000 |
commit | cacee710b3bbe9d010c6dce2e7ede23a1329941a (patch) | |
tree | 0b37c80cee12b5ae7e0c6c6ca928cfe81f30bfcf /gcc/config/pa/pa-hpux.h | |
parent | 33d67be7268a870a8c25225e6295f9f47de54279 (diff) | |
download | gcc-cacee710b3bbe9d010c6dce2e7ede23a1329941a.tar.gz |
* config.gcc (hppa*-*-*, parisc*-*-*): Add MASK_BIG_SWITCH to all
target_cpu_default defines.
* pa-hpux.h (TARGET_DEFAULT): Add MASK_BIG_SWITCH to define.
* pa.h (TARGET_DEFAULT): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78446 138bc75d-0d04-0410-961f-82ee72b054a4
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 24aefc32bf3..02c46b20c93 100644 --- a/gcc/config/pa/pa-hpux.h +++ b/gcc/config/pa/pa-hpux.h @@ -19,7 +19,7 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #undef TARGET_DEFAULT -#define TARGET_DEFAULT 0 +#define TARGET_DEFAULT MASK_BIG_SWITCH /* Make GCC agree with types.h. */ #undef SIZE_TYPE |