diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-05-01 00:43:16 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-05-01 00:43:16 +0000 |
commit | cee3371c5f808806adc9ee148362d46e7fd28ced (patch) | |
tree | d7bea88f74aa9024eec38222c4c0ac460d0c0fa7 /toolchain/gcc/gcc-uclibc-3.x.mk | |
parent | 172f4c76b3476f95e9ae1478da97d245acf7b0b0 (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.mk | 2 |
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 |