Changeset 9e5cc73 in mainline


Ignore:
Timestamp:
2018-05-01T17:40:15Z (6 years ago)
Author:
Jiří Zárevúcky <jiri.zarevucky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5261062, 7465910
Parents:
0cb53ea5
Message:

Fix inadvertent discrepancy between toolchain.sh and autotool.py

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/toolchain.sh

    r0cb53ea5 r9e5cc73  
    238238        HELENOS_TARGET="${GNU_ARCH}-helenos"
    239239
     240        # TODO: Clean up this mess.
    240241        case "$1" in
    241242                "amd64")
    242243                        LINUX_TARGET="${GNU_ARCH}-unknown-elf"
    243244                        ;;
     245                "ia32" | "ia64")
     246                        LINUX_TARGET="${GNU_ARCH}-pc-linux-gnu"
     247                        ;;
    244248                "arm32")
    245249                        LINUX_TARGET="${GNU_ARCH}-linux-gnueabi"
     250                        ;;
     251                "riscv64")
     252                        LINUX_TARGET="${GNU_ARCH}-unknown-linux-gnu"
    246253                        ;;
    247254                *)
Note: See TracChangeset for help on using the changeset viewer.