From 1f16f7a6f75786ccc89c268d389d624a826a2e48 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sun, 8 Jul 2007 17:44:59 +0000 Subject: Add a utility to populate a root directory with libraries from the toolchain. --- scripts/build/cc_gcc.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'scripts/build') diff --git a/scripts/build/cc_gcc.sh b/scripts/build/cc_gcc.sh index dc427cf0..bbb7e37b 100644 --- a/scripts/build/cc_gcc.sh +++ b/scripts/build/cc_gcc.sh @@ -137,5 +137,9 @@ do_cc() { # ;; #esac + # 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 -s "${CT_TARGET}-gcc" "${CT_PREFIX_DIR}/bin/${CT_TARGET}-cc" + CT_EndStep } -- cgit v1.2.3