diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-10-22 06:44:40 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-10-22 06:44:40 +0000 |
commit | bc9faa3363a06bbae7bf86b7389fe3e63060839a (patch) | |
tree | 3e655072cd317af2b9fe3dd3e7b7aae6b9e68edf | |
parent | 74c1635746b350272281639c3f9d9172811b3906 (diff) | |
download | buildroot-novena-bc9faa3363a06bbae7bf86b7389fe3e63060839a.tar.gz buildroot-novena-bc9faa3363a06bbae7bf86b7389fe3e63060839a.zip |
Stock buildroot is not supposed to build gcc_target
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.... |