diff options
Diffstat (limited to 'ld/config')
-rw-r--r-- | ld/config/.Sanitize | 2 | ||||
-rw-r--r-- | ld/config/i386-nw.mt | 1 | ||||
-rw-r--r-- | ld/config/ppc-nw.mt | 1 |
3 files changed, 4 insertions, 0 deletions
diff --git a/ld/config/.Sanitize b/ld/config/.Sanitize index 7c11dde..3729565 100644 --- a/ld/config/.Sanitize +++ b/ld/config/.Sanitize @@ -50,6 +50,7 @@ i386-go32.mt i386-linux.mt i386-lynx.mt i386-mach.mt +i386-nw.mt i386bsd.mh i386sco.mh i386v.mh @@ -76,6 +77,7 @@ mips-lit.mt news.mt ose68.mt ppc-elf32.mt +ppc-nw.mt rtbsd.mh sa29200.mt solaris2.mh diff --git a/ld/config/i386-nw.mt b/ld/config/i386-nw.mt new file mode 100644 index 0000000..2c5f38e --- /dev/null +++ b/ld/config/i386-nw.mt @@ -0,0 +1 @@ +EMUL=i386nw diff --git a/ld/config/ppc-nw.mt b/ld/config/ppc-nw.mt new file mode 100644 index 0000000..56f9727 --- /dev/null +++ b/ld/config/ppc-nw.mt @@ -0,0 +1 @@ +EMUL=ppcnw |