Changeset 8fba93c in freewrt


Ignore:
Timestamp:
Jan 25, 2007, 8:46:54 PM (19 years ago)
Author:
Thorsten Glaser <tg@…>
Children:
d5df4c5
Parents:
c3e21c4
Message:

wbx@ says we only use one gcc version

dnehring@ can resurrect the 4.1 patches for 4.2.x when
we will start using that for the linux 2.6 targets, but
until then, no gcc4 in here

also re-indent

git-svn-id: svn://www.freewrt.org/trunk/freewrt@1750 afb5a338-a214-0410-bd46-81f09a774fd1

Location:
toolchain/gcc
Files:
43 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • toolchain/gcc/Makefile

    rc3e21c4 r8fba93c  
    44include ../rules.mk
    55
    6 GCC_VERSION:=3.4.4
    7 GCC_SITE:=ftp://ftp.fu-berlin.de/unix/languages/gcc/releases/gcc-$(GCC_VERSION) \
    8           http://mirrors.rcn.net/pub/sourceware/gcc/releases/gcc-$(GCC_VERSION)
    9 GCC_MD5SUM:=b594ff4ea4fbef4ba9220887de713dfe
    10 SOURCE:=gcc-$(GCC_VERSION).tar.bz2
    11 GCC_DIR:=$(TOOLCHAIN_BUILD_DIR)/gcc-$(GCC_VERSION)
     6GCC_VERSION:=           3.4.4
     7GCC_SITE:=              ftp://ftp.fu-berlin.de/unix/languages/gcc/releases/gcc-$(GCC_VERSION) \
     8                        http://mirrors.rcn.net/pub/sourceware/gcc/releases/gcc-$(GCC_VERSION)
     9GCC_MD5SUM:=            b594ff4ea4fbef4ba9220887de713dfe
     10SOURCE:=                gcc-$(GCC_VERSION).tar.bz2
     11GCC_DIR:=               $(TOOLCHAIN_BUILD_DIR)/gcc-$(GCC_VERSION)
    1212
    13 TARGET_LANGUAGES:=c,c++
     13TARGET_LANGUAGES:=      c,c++
    1414
    15 GCC_BUILD_DIR1:=$(TOOLCHAIN_BUILD_DIR)/gcc-$(GCC_VERSION)-initial
     15GCC_BUILD_DIR1:=        $(TOOLCHAIN_BUILD_DIR)/gcc-$(GCC_VERSION)-initial
    1616
    1717$(DL_DIR)/$(SOURCE):
Note: See TracChangeset for help on using the changeset viewer.