From 7ffe5e47dac3b251180fd15a39620f2b3110b54f Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Mon, 6 Feb 1995 09:57:29 -0700 Subject: [PATCH] * pa-osf.h (TARGET_DEFAULT): Protect definition. From-SVN: r8874 --- gcc/config/pa/pa-osf.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gcc/config/pa/pa-osf.h b/gcc/config/pa/pa-osf.h index 5df17118234..410f271a335 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 -- 2.30.2