mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-21 21:57:48 +00:00
Remove support for gcc-2.95.3, it has never ever been tested.
/trunk/config/cc/gcc.in | 6 0 6 0 ------ /trunk/scripts/build/libc/glibc.sh | 4 0 4 0 ---- /trunk/scripts/build/libc/uClibc.sh | 4 0 4 0 ---- 3 files changed, 14 deletions(-)
This commit is contained in:
parent
7593ffbf36
commit
f2d6a84135
@ -17,11 +17,6 @@ choice
|
||||
bool
|
||||
prompt "gcc version"
|
||||
|
||||
config CC_V_2_95_3
|
||||
bool
|
||||
prompt "2.95.3 (OBSOLETE)"
|
||||
depends on OBSOLETE
|
||||
|
||||
config CC_V_3_2_3
|
||||
bool
|
||||
prompt "3.2.3 (OBSOLETE)"
|
||||
@ -117,7 +112,6 @@ endchoice
|
||||
|
||||
config CC_VERSION
|
||||
string
|
||||
default "2.95.3" if CC_V_2_95_3
|
||||
default "3.2.3" if CC_V_3_2_3
|
||||
default "3.3.6" if CC_V_3_3_6
|
||||
default "3.4.6" if CC_V_3_4_6
|
||||
|
@ -79,10 +79,6 @@ do_libc_check_config() {
|
||||
|
||||
# This function installs the glibc headers needed to build the core compiler
|
||||
do_libc_headers() {
|
||||
# Only need to install bootstrap glibc headers for gcc-3.0 and above? Or maybe just gcc-3.3 and above?
|
||||
# See also http://gcc.gnu.org/PR8180, which complains about the need for this step.
|
||||
grep -q 'gcc-[34]' "${CT_SRC_DIR}/${CT_CC_FILE}/ChangeLog" 2>/dev/null || return 0
|
||||
|
||||
CT_DoStep INFO "Installing C library headers"
|
||||
|
||||
mkdir -p "${CT_BUILD_DIR}/build-libc-headers"
|
||||
|
@ -45,10 +45,6 @@ do_libc_check_config() {
|
||||
|
||||
# This functions installs uClibc's headers
|
||||
do_libc_headers() {
|
||||
# Only need to install bootstrap uClibc headers for gcc-3.0 and above? Or maybe just gcc-3.3 and above?
|
||||
# See also http://gcc.gnu.org/PR8180, which complains about the need for this step.
|
||||
grep -q 'gcc-[34]' "${CT_SRC_DIR}/${CT_CC_FILE}/ChangeLog" 2>/dev/null || return 0
|
||||
|
||||
CT_DoStep INFO "Installing C library headers"
|
||||
|
||||
mkdir -p "${CT_BUILD_DIR}/build-libc-headers"
|
||||
|
Loading…
Reference in New Issue
Block a user