diff options
author | Steve Chamberlain <sac@cygnus> | 1995-06-29 00:21:00 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1995-06-29 00:21:00 +0000 |
commit | de71eb7786da1170ae4b4acabeb4c62513c19602 (patch) | |
tree | f50c70017dfe024bdec70297d164e8f34c00edcf /ld/config | |
parent | 1a9924d8b3ff8222fd6bb774990455337a70a4af (diff) | |
download | gdb-de71eb7786da1170ae4b4acabeb4c62513c19602.zip gdb-de71eb7786da1170ae4b4acabeb4c62513c19602.tar.gz gdb-de71eb7786da1170ae4b4acabeb4c62513c19602.tar.bz2 |
Wed Jun 28 17:11:25 1995 Steve Chamberlain <sac@slash.cygnus.com>
* ldmain.c (main): Always initialize PE info in link_info.
* lexsup.c (OPTION_BASE_FILE): New option.
(parse_args): Handle new option.
* emulparams/armpe.sh: Output pei.
* emultempl/i386pe.em: Add newline to end.
* scripttempl/armpe.sc: Change output and quote the $s.
* scripttempl/i386pe.sc: Change output and quote the $s.
Diffstat (limited to 'ld/config')
-rw-r--r-- | ld/config/.Sanitize | 1 | ||||
-rw-r--r-- | ld/config/i386pe.mh | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/ld/config/.Sanitize b/ld/config/.Sanitize index ab50c61..dac6803 100644 --- a/ld/config/.Sanitize +++ b/ld/config/.Sanitize @@ -79,6 +79,7 @@ i386-pe.mt i386bsd.mh i386linux.mh i386lynx.mh +i386pe.mh i386sco.mh i386v.mh i386v.mt diff --git a/ld/config/i386pe.mh b/ld/config/i386pe.mh new file mode 100644 index 0000000..216d6a0 --- /dev/null +++ b/ld/config/i386pe.mh @@ -0,0 +1,5 @@ +CC_FOR_BUILD=gcc +CC=i386-newlib-pe-gcc -O2 + + + |