diff options
author | Jeff Law <law@gcc.gnu.org> | 1995-02-06 09:57:29 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1995-02-06 09:57:29 -0700 |
commit | 7ffe5e47dac3b251180fd15a39620f2b3110b54f (patch) | |
tree | 1c4b496b7693077b2c7ec8272599cf4f3009e232 | |
parent | cfe8fed0ff6ed1e626e5311f364cfb87f7bf7ae0 (diff) | |
download | gcc-7ffe5e47dac3b251180fd15a39620f2b3110b54f.zip gcc-7ffe5e47dac3b251180fd15a39620f2b3110b54f.tar.gz gcc-7ffe5e47dac3b251180fd15a39620f2b3110b54f.tar.bz2 |
* pa-osf.h (TARGET_DEFAULT): Protect definition.
From-SVN: r8874
-rw-r--r-- | gcc/config/pa/pa-osf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/pa/pa-osf.h b/gcc/config/pa/pa-osf.h index 5df1711..410f271 100644 --- a/gcc/config/pa/pa-osf.h +++ b/gcc/config/pa/pa-osf.h @@ -18,7 +18,9 @@ You should have received a copy of the GNU General Public License 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 0x88 /* TARGET_GAS + TARGET_JUMP_IN_DELAY */ +#endif #include "pa/pa.h" #undef CPP_PREDEFINES |