summaryrefslogtreecommitdiff
path: root/toolchain/gcc/gcc-uclibc-3.x.mk
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2005-05-01 00:43:16 +0000
committerEric Andersen <andersen@codepoet.org>2005-05-01 00:43:16 +0000
commitcee3371c5f808806adc9ee148362d46e7fd28ced (patch)
treed7bea88f74aa9024eec38222c4c0ac460d0c0fa7 /toolchain/gcc/gcc-uclibc-3.x.mk
parent172f4c76b3476f95e9ae1478da97d245acf7b0b0 (diff)
Weed out older, no longer maintained versions of gcc
Diffstat (limited to 'toolchain/gcc/gcc-uclibc-3.x.mk')
-rw-r--r--toolchain/gcc/gcc-uclibc-3.x.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/toolchain/gcc/gcc-uclibc-3.x.mk b/toolchain/gcc/gcc-uclibc-3.x.mk
index 3f731eb1f..6027cf8b7 100644
--- a/toolchain/gcc/gcc-uclibc-3.x.mk
+++ b/toolchain/gcc/gcc-uclibc-3.x.mk
@@ -17,7 +17,6 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-ifneq ($(findstring 2.95,$(GCC_VERSION)),2.95)
GCC_VERSION:=$(strip $(GCC_VERSION))
#GCC_SITE:=ftp://ftp.gnu.org/gnu/gcc/releases/gcc-$(GCC_VERSION)
@@ -340,4 +339,3 @@ gcc_target-clean:
gcc_target-dirclean:
rm -rf $(GCC_BUILD_DIR3)
-endif