2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2025-04-13 14:31:36 +08:00

ia64.h (CC1_SPEC): Define.

* config/ia64/ia64.h (CC1_SPEC): Define.
	* config/ia64/linux.h (CC1_SPEC): Define.

From-SVN: r41549
This commit is contained in:
Jakub Jelinek 2001-04-25 23:06:10 +02:00 committed by Jakub Jelinek
parent 9e65a913b6
commit ad5042df72
3 changed files with 11 additions and 1 deletions

@ -1,3 +1,8 @@
2001-04-25 Jakub Jelinek <jakub@redhat.com>
* config/ia64/ia64.h (CC1_SPEC): Define.
* config/ia64/linux.h (CC1_SPEC): Define.
Wed Apr 25 17:09:50 2001 J"orn Rennecke <amylaar@redhat.com>
* emit-rtl.c (constant_subword): Also do sign extension in

@ -227,7 +227,8 @@ extern const char *ia64_fixed_range_string;
`cc1'. It can also specify how to translate options you give to GNU CC into
options for GNU CC to pass to the `cc1'. */
/* #define CC1_SPEC "" */
#undef CC1_SPEC
#define CC1_SPEC "%{G*}"
/* A C string constant that tells the GNU CC driver program options to pass to
`cc1plus'. It can also specify how to translate options you give to GNU CC

@ -3,6 +3,10 @@
#include <linux.h>
#include "sysv4.h"
/* This is for -profile to use -lc_p instead of -lc. */
#undef CC1_SPEC
#define CC1_SPEC "%{profile:-p} %{G*}"
/* ??? Maybe this should be in sysv4.h? */
#define CPP_PREDEFINES "\
-D__ia64 -D__ia64__ -D__linux -D__linux__ -D_LONGLONG -Dlinux -Dunix \