From: Thomas Petazzoni Date: Mon, 2 Sep 2013 16:06:27 +0000 (+0200) Subject: package/Makefile.in: fix incorrect comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=87bb43994282b875d334cbaeb10f49fc08c6d0a4;p=buildroot.git package/Makefile.in: fix incorrect comment The TARGET_{CC,CXX,LD,...} variables no longer contain any --sysroot option, since we're now using a toolchain wrapper for external toolchains. Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- diff --git a/package/Makefile.in b/package/Makefile.in index dd365be4d6..4adc33d0d5 100644 --- a/package/Makefile.in +++ b/package/Makefile.in @@ -147,8 +147,7 @@ endif # Quotes are needed for spaces et al in path components. TARGET_PATH="$(HOST_DIR)/bin:$(HOST_DIR)/usr/bin:$(HOST_DIR)/usr/sbin/:$(PATH)" -# Define TARGET_xx variables for all common binutils/gcc tools by -# including the --sysroot option where necessary. +# Define TARGET_xx variables for all common binutils/gcc TARGET_AR = $(TARGET_CROSS)ar TARGET_AS = $(TARGET_CROSS)as TARGET_CC = $(TARGET_CROSS)gcc