summaryrefslogtreecommitdiff
path: root/make/uclibc_toolchain.mk
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-02-04 12:37:32 +0000
committerEric Andersen <andersen@codepoet.org>2003-02-04 12:37:32 +0000
commit18e33c254e32c90dff3fb3b8058882599561abe3 (patch)
tree7964842859de8884d516fbf98cf4d08163c25256 /make/uclibc_toolchain.mk
parent39eb7da8788d5f98b37fe8d730b2fbe121ce105e (diff)
Support building a gcc-2.95 toolchain instead
Diffstat (limited to 'make/uclibc_toolchain.mk')
-rw-r--r--make/uclibc_toolchain.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/make/uclibc_toolchain.mk b/make/uclibc_toolchain.mk
index b9077322c..eaa6e8d21 100644
--- a/make/uclibc_toolchain.mk
+++ b/make/uclibc_toolchain.mk
@@ -17,6 +17,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
ifeq ($(USE_UCLIBC_TOOLCHAIN),true)
+ifeq ($(GCC_2_95__TOOLCHAIN),false)
#############################################################
#
@@ -471,3 +472,4 @@ $(ARCH)-uclibc-toolchain.tar.bz2: gcc_final
tarball: $(ARCH)-uclibc-toolchain.tar.bz2
endif
+endif