gcc: drop TARGET_SYS workaround

This is no longer needed, as the external toolchain no longer sets
TARGET_PREFIX.

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
This commit is contained in:
Christopher Larson
2018-03-09 07:58:50 +05:00
parent 52e9e14cb4
commit fd7916fa83

View File

@@ -1,6 +1,3 @@
# Align TARGET_SYS and TARGET_PREFIX to avoid binary links which include both
TARGET_SYS := "${@TARGET_PREFIX[:-1]}"
# FIXME: resolve gcc version mismatch issues with ${libdir}/gcc/*/<version>
# filesystem paths
python () {