Commit e236fe48 authored by Thomas Petazzoni's avatar Thomas Petazzoni Committed by Peter Korsgaard
Browse files

toolchain: switch to using gcc through package infrastructure

parent 4d7c13dd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -224,7 +224,7 @@ BASE_TARGETS += host-ccache
endif

ifeq ($(BR2_TOOLCHAIN_BUILDROOT),y)
BASE_TARGETS += uclibc-configured host-binutils cross_compiler uclibc-target-utils kernel-headers
BASE_TARGETS += toolchain-buildroot
else
BASE_TARGETS += uclibc
endif
+0 −1
Original line number Diff line number Diff line
@@ -74,7 +74,6 @@ source "package/flex/Config.in"
if BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
source "package/gawk/Config.in"
endif
source "toolchain/gcc/Config.in.2"
source "package/gettext/Config.in"
source "package/git/Config.in"
source "package/gperf/Config.in"
+0 −0

File moved.

Loading