From 2efaf10b6d39f9168e4d421092bd3a913e7a9fda Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Wed, 2 Aug 2000 00:20:30 +0000 Subject: * resrc.c: use "gcc -xc" instead of -xc-header --- binutils/ChangeLog | 4 ++++ binutils/resrc.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'binutils') diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 09bbef4..70935a6 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2000-08-08 DJ Delorie + + * resrc.c: use "gcc -xc" instead of -xc-header + 2000-07-26 Geoff Keating * nm.c (main): Ignore '-X32_64' as an option. diff --git a/binutils/resrc.c b/binutils/resrc.c index a30719b..ccc42ea 100644 --- a/binutils/resrc.c +++ b/binutils/resrc.c @@ -78,7 +78,7 @@ /* The default preprocessor. */ -#define DEFAULT_PREPROCESSOR "gcc -E -xc-header -DRC_INVOKED" +#define DEFAULT_PREPROCESSOR "gcc -E -xc -DRC_INVOKED" /* We read the directory entries in a cursor or icon file into instances of this structure. */ -- cgit v1.1