From a1125164a19399284d247a1bb2d46b7a4b5da187 Mon Sep 17 00:00:00 2001 From: wilson Date: Mon, 31 Jan 1994 20:35:27 +0000 Subject: [PATCH] (TARGET_DEFFAULT): Add -mapp-regs. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6441 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/config/sparc/lite.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/sparc/lite.h b/gcc/config/sparc/lite.h index da7671e..f7fa1d9 100644 --- a/gcc/config/sparc/lite.h +++ b/gcc/config/sparc/lite.h @@ -29,4 +29,4 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Enable sparclite and epilogue options. Do not enable the fpu. */ #undef TARGET_DEFAULT -#define TARGET_DEFAULT 130 +#define TARGET_DEFAULT 1024+130 -- 2.7.4