summaryrefslogtreecommitdiff
path: root/binutils/resrc.c
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2000-08-02 00:20:30 +0000
committerDJ Delorie <dj@delorie.com>2000-08-02 00:20:30 +0000
commit6cfe07d9f9ed13e36af4f6eff5ffc7407f404ef3 (patch)
treec1fe6679bf9e2c5a8e97d5f987451dc940fa7e3f /binutils/resrc.c
parente605852a915420df09cca2738d93a7dd076245a9 (diff)
downloadbinutils-redhat-6cfe07d9f9ed13e36af4f6eff5ffc7407f404ef3.tar.gz
* resrc.c: use "gcc -xc" instead of -xc-header
Diffstat (limited to 'binutils/resrc.c')
-rw-r--r--binutils/resrc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/resrc.c b/binutils/resrc.c
index a30719b1e9..ccc42ea689 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. */