mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-17 13:10:12 +08:00
* resrc.c: use "gcc -xc" instead of -xc-header
This commit is contained in:
parent
3f9dfb2cd9
commit
2efaf10b6d
@ -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.
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user