Changeset bbe5e34 in mainline for contrib/tools/random_check.sh


Ignore:
Timestamp:
2018-08-31T14:32:39Z (7 years ago)
Author:
GitHub <noreply@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
58e7b26
Parents:
fa86fff
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2018-08-31 14:32:39)
git-committer:
GitHub <noreply@…> (2018-08-31 14:32:39)
Message:

Switch completely to HelenOS-specific toolchain target (#44)

As previously discussed, utilizing the compiler-provided headers and libraries would
allow us to avoid a number of problems and reduce the amount of architecture-support
code that we have to implement ourselves. With this change, the support for using
Linux-targeted toolchain, or even the host toolchain itself, is removed, due to the
inherent issues caused by such setup.

Additionally, the toolchain installation is a bit simplified to install all targets into a single
prefix. This prefix can be added to the PATH so that one can simply execute
e.g. amd64-helenos-gcc instead of needing to use the whole path.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/tools/random_check.sh

    rfa86fff rbbe5e34  
    5050                ;;
    5151        s)
    52                 echo "COMPILER=gcc_native" >>"$PRUNE_CONFIG_FILE"
    53                 echo "COMPILER=gcc_helenos" >>"$PRUNE_CONFIG_FILE"
    5452                ;;
    5553        *|h)
Note: See TracChangeset for help on using the changeset viewer.