mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-20 17:12:55 +00:00
Fix linking target-cc to target-gcc.
This commit is contained in:
parent
a140410cfa
commit
429be50c73
@ -139,7 +139,7 @@ do_cc() {
|
||||
|
||||
# Create a symlink ${CT_TARGET}-cc to ${CT_TARGET}-gcc to always be able
|
||||
# to call the C compiler with the same, somewhat canonical name.
|
||||
ln "${CT_TARGET}-gcc" "${CT_PREFIX_DIR}/bin/${CT_TARGET}-cc"
|
||||
ln "${CT_PREFIX_DIR}/bin/${CT_TARGET}"-{g,}cc
|
||||
|
||||
CT_EndStep
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user