diff options
author | Jeff Law <law@redhat.com> | 1994-02-08 00:25:39 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1994-02-08 00:25:39 +0000 |
commit | 78b6df412f3f0e930d66cb5d477a1f02cfc70368 (patch) | |
tree | 1d92dab8b166ec5b90cc8308aed730f945846a16 /ld/config/hppaelf.mh | |
parent | 96bae9ceb0a942d5ea436b24f7263b9d5d152670 (diff) | |
download | gdb-78b6df412f3f0e930d66cb5d477a1f02cfc70368.zip gdb-78b6df412f3f0e930d66cb5d477a1f02cfc70368.tar.gz gdb-78b6df412f3f0e930d66cb5d477a1f02cfc70368.tar.bz2 |
Renamed hppaosf.mh to hppaelf.mh
Diffstat (limited to 'ld/config/hppaelf.mh')
-rw-r--r-- | ld/config/hppaelf.mh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ld/config/hppaelf.mh b/ld/config/hppaelf.mh new file mode 100644 index 0000000..681f5bf --- /dev/null +++ b/ld/config/hppaelf.mh @@ -0,0 +1,3 @@ +HOSTING_CRT0=/lib/crt0.o +HOSTING_LIBS=-lc +HOSTING_EMU=LDEMULATION=hppaosf; export LDEMULATION |