aboutsummaryrefslogtreecommitdiff
path: root/binutils/resrc.c
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2000-08-02 00:20:30 +0000
committerDJ Delorie <dj@redhat.com>2000-08-02 00:20:30 +0000
commit2efaf10b6d39f9168e4d421092bd3a913e7a9fda (patch)
treeaa249b823fa92cdaf1b48a2698c4cd02b9eee17f /binutils/resrc.c
parent3f9dfb2cd93fb41169fe5edfe0268d759ba59420 (diff)
downloadfsf-binutils-gdb-2efaf10b6d39f9168e4d421092bd3a913e7a9fda.zip
fsf-binutils-gdb-2efaf10b6d39f9168e4d421092bd3a913e7a9fda.tar.gz
fsf-binutils-gdb-2efaf10b6d39f9168e4d421092bd3a913e7a9fda.tar.bz2
* 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 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. */