* resrc.c: use "gcc -xc" instead of -xc-header
authorDJ Delorie <dj@redhat.com>
Wed, 2 Aug 2000 00:20:30 +0000 (00:20 +0000)
committerDJ Delorie <dj@redhat.com>
Wed, 2 Aug 2000 00:20:30 +0000 (00:20 +0000)
binutils/ChangeLog
binutils/resrc.c

index 09bbef4039914a5bb98275550d44c4b268c65e25..70935a6a824eeb3881d67c1095806f06206224ab 100644 (file)
@@ -1,3 +1,7 @@
+2000-08-08  DJ Delorie  <dj@redhat.com>
+
+       * resrc.c: use "gcc -xc" instead of -xc-header
+
 2000-07-26  Geoff Keating  <geoffk@cygnus.com>
 
        * nm.c (main): Ignore '-X32_64' as an option.
index a30719b1e95d3dace9bad1e20de0ce013e7d34ac..ccc42ea689941f703486a4becc2d6710e500e4ed 100644 (file)
@@ -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.  */
This page took 0.02955 seconds and 4 git commands to generate.