From: Eric Andersen Date: Wed, 22 Oct 2003 06:44:40 +0000 (-0000) Subject: Stock buildroot is not supposed to build gcc_target X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bc9faa3363a06bbae7bf86b7389fe3e63060839a;p=buildroot.git Stock buildroot is not supposed to build gcc_target --- diff --git a/Makefile b/Makefile index 68f6900ee2..7e8bc3191e 100644 --- a/Makefile +++ b/Makefile @@ -124,7 +124,7 @@ TARGETS+=busybox tinylogin #If you want a development system, you probably want gcc built # with uClibc so it can run within your dev system... #TARGETS+=gcc2_95_target -TARGETS+=gcc3_3_target +#TARGETS+=gcc3_3_target # Of course, if you are installing a development system, you # may want some header files so you can compile stuff....