diff options
-rw-r--r-- | ld/config/coff-h8300.mt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/config/coff-h8300.mt b/ld/config/coff-h8300.mt index ac5b7d3..56b5abf 100644 --- a/ld/config/coff-h8300.mt +++ b/ld/config/coff-h8300.mt @@ -1 +1,7 @@ +EMUL=h8300h EMUL=h8300 + +# We need to also include h8300h support. Not sure what's the "Right Way." + +# This first line of this file is a hack. Somehow we need to get h8300h +# into EMULATION_OFILES. "EMUL=h8300" *must* be last. |