From e58af8f79ed50126d4e148b1ef509ef6068e2b38 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Wed, 15 Aug 2007 10:14:43 +0000 Subject: Get rid of the core cc selection. It is now the same as the final compiler. --- scripts/build/binutils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/build/binutils.sh') diff --git a/scripts/build/binutils.sh b/scripts/build/binutils.sh index 22be8409..edb0e5ac 100644 --- a/scripts/build/binutils.sh +++ b/scripts/build/binutils.sh @@ -43,7 +43,7 @@ do_binutils() { CT_DoLog EXTRA "Installing binutils" make install 2>&1 |CT_DoLog ALL - # Make those new tools available to the core C compilers to come: + # Make those new tools available to the core C compilers to come. # Note: some components want the ${TARGET}-{ar,as,ld,strip} commands as # well. Create that. mkdir -p "${CT_CC_CORE_STATIC_PREFIX_DIR}/${CT_TARGET}/bin" -- cgit v1.2.3