diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-01-29 23:21:00 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-01-29 23:21:00 +0000 |
commit | ef407d3df8c51487299037681069dc60c430414c (patch) | |
tree | 112f3fa380d6b064e6f81f7740c30f3093a337cb /make/gcc-uclibc-3.3.mk | |
parent | 65eb36c4e927d33765034bb124262620c3841ae7 (diff) | |
download | buildroot-novena-ef407d3df8c51487299037681069dc60c430414c.tar.gz buildroot-novena-ef407d3df8c51487299037681069dc60c430414c.zip |
Remove USE_LINUX_UCLIBC option, since that is now the only
supported way of building toolchains
Diffstat (limited to 'make/gcc-uclibc-3.3.mk')
-rw-r--r-- | make/gcc-uclibc-3.3.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/make/gcc-uclibc-3.3.mk b/make/gcc-uclibc-3.3.mk index 172f112b4..2a6fedb6e 100644 --- a/make/gcc-uclibc-3.3.mk +++ b/make/gcc-uclibc-3.3.mk @@ -16,7 +16,6 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -ifeq ($(USE_LINUX_UCLIBC),true) ifneq ($(GCC_2_95_TOOLCHAIN),true) # Shiny new stuff... @@ -255,4 +254,3 @@ gcc3_3_target-dirclean: rm -rf $(GCC_BUILD_DIR3) endif -endif #ifeq ($(USE_LINUX_UCLIBC),true) |