Commit 9a735993 by Jeff Law

pa-ghpux.h (TARGET_DEFAULT): Enable TARGET_GAS.

        * pa-ghpux.h (TARGET_DEFAULT): Enable TARGET_GAS.
        * pa-gux7.h, pa-utahmach.h, pa.h (TARGET_DEFAULT): Likewise.
        * pa1-ghpux.h, pa1-utahmach.h, pa1.h (TARGET_DEFAULT): Likewise.

From-SVN: r5174
parent c87ba671
......@@ -18,7 +18,7 @@ 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. */
#define TARGET_DEFAULT 0
#define TARGET_DEFAULT 128 /* TARGET_GAS */
#include "pa/pa.h"
#undef CPP_PREDEFINES
......
......@@ -18,7 +18,7 @@ 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. */
#define TARGET_DEFAULT 1 /* TARGET_SNAKE */
#define TARGET_DEFAULT 129 /* TARGET_SNAKE + TARGET_GAS */
/* This is the same as pa.h, except that we generate snake code by
default. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment