diff options
author | Per Bothner <per@bothner.com> | 1992-02-15 22:21:43 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1992-02-15 22:21:43 +0000 |
commit | 15c5ec2e272c81d2358a96a21dd9cd038f18d61b (patch) | |
tree | 41deb7f58757c3e634f90fe5c2ead15bb589e31f /ld/config/news.mh | |
parent | de566389ca05df16872de9b85ca473157d36703d (diff) | |
download | gdb-15c5ec2e272c81d2358a96a21dd9cd038f18d61b.zip gdb-15c5ec2e272c81d2358a96a21dd9cd038f18d61b.tar.gz gdb-15c5ec2e272c81d2358a96a21dd9cd038f18d61b.tar.bz2 |
* config/mt-foo: Changed EMUL=GLDFOO_EMULATION_NAME
to EMUL=foo. (The GLDFOO_EMULATION_NAMEs have bee removed.)
* config/mh-foo: Rename LDEMULATION names as appropriate
(usually 'gldfoo' -> plain 'foo').
Diffstat (limited to 'ld/config/news.mh')
-rwxr-xr-x | ld/config/news.mh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/config/news.mh b/ld/config/news.mh index 41c4647..085fb13 100755 --- a/ld/config/news.mh +++ b/ld/config/news.mh @@ -5,4 +5,4 @@ YACC=yacc -d HOSTING_CRT0=/lib/crt0.o HOSTING_LIBS=-lc -HOSTING_EMU=LDEMULATION=gldnews; export LDEMULATION +HOSTING_EMU=LDEMULATION=news; export LDEMULATION |