diff options
Diffstat (limited to 'ld')
-rw-r--r-- | ld/config/hppaelf.mh | 2 | ||||
-rw-r--r-- | ld/config/hppaelf.mt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ld/config/hppaelf.mh b/ld/config/hppaelf.mh index 681f5bf..a879616 100644 --- a/ld/config/hppaelf.mh +++ b/ld/config/hppaelf.mh @@ -1,3 +1,3 @@ HOSTING_CRT0=/lib/crt0.o HOSTING_LIBS=-lc -HOSTING_EMU=LDEMULATION=hppaosf; export LDEMULATION +HOSTING_EMU=LDEMULATION=hppaelf; export LDEMULATION diff --git a/ld/config/hppaelf.mt b/ld/config/hppaelf.mt index 8f8cffd..c1fe234 100644 --- a/ld/config/hppaelf.mt +++ b/ld/config/hppaelf.mt @@ -1 +1 @@ -EMUL=hppaosf +EMUL=hppaelf |