Changeset 3e05a69 in mainline


Ignore:
Timestamp:
2023-11-01T07:56:56Z (6 months ago)
Author:
Vojtech Horky <vojtech.horky@…>
Branches:
master, topic/msim-upgrade, topic/simplify-dev-export
Children:
dcd8214
Parents:
1170cfc7
Message:

Fix toolchain.sh —test-version

We use only $TARGET now (probably forgotten change in the cleanup in
commit 0b5aa1f073776eb55ebd8bb41de4d74d4ccb147c).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/toolchain.sh

    r1170cfc7 r3e05a69  
    142142        for PLATFORM in $PLATFORMS ; do
    143143                set_target_from_platform "$PLATFORM"
    144                 PREFIX="${CROSS_PREFIX}/bin/${HELENOS_TARGET}"
     144                PREFIX="${CROSS_PREFIX}/bin/${TARGET}"
    145145
    146146                echo "== $PLATFORM =="
Note: See TracChangeset for help on using the changeset viewer.