diff options
author | J.T. Conklin <jtc@acorntoolworks.com> | 1994-10-14 22:57:12 +0000 |
---|---|---|
committer | J.T. Conklin <jtc@acorntoolworks.com> | 1994-10-14 22:57:12 +0000 |
commit | 9ff30f20cd9d575c1615057ad8271bdeeb1487a1 (patch) | |
tree | 01982324cf7284b1142678c44553ca03050848ee /ld/config | |
parent | bd5e713033c3eb768e39f70f91e05a66619ae5b3 (diff) | |
download | gdb-9ff30f20cd9d575c1615057ad8271bdeeb1487a1.zip gdb-9ff30f20cd9d575c1615057ad8271bdeeb1487a1.tar.gz gdb-9ff30f20cd9d575c1615057ad8271bdeeb1487a1.tar.bz2 |
* Makefile.in (ALL_EMULATIONS): Add ei386nw.o and eppcnw.o.
(ei386nw.c, eppcnw.c): New targets.
* config/{i386,ppc}-nw.mt, emulparams/{i386,ppc}nw.sh,
scripttmpl/nw.sc: New files, for i386 and powerpc netware.
* configure.in: Changed netware ld_target name to be {i386,ppc}-nw
instead of {i386,ppc}-elf.
* configure.in (sparc*-*-netware): Removed. There is no such
thing anymore.
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 |