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/binutils-uclibc.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/binutils-uclibc.mk')
-rw-r--r-- | make/binutils-uclibc.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/make/binutils-uclibc.mk b/make/binutils-uclibc.mk index 8c4c6dcae..ebf584439 100644 --- a/make/binutils-uclibc.mk +++ b/make/binutils-uclibc.mk @@ -1,4 +1,3 @@ -ifeq ($(USE_LINUX_UCLIBC),true) ############################################################# # # build binutils for use on the host system @@ -102,4 +101,3 @@ binutils_target-clean: binutils_target-dirclean: rm -rf $(BINUTILS_DIR2) -endif #ifeq ($(USE_LINUX_UCLIBC),true) |