Ignore:
Timestamp:
Mar 10, 2006, 11:00:39 AM (19 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
de2a4b2
Parents:
bbbdb98
Message:

r2503@server (orig r1242): ryan | 2006-03-10 02:06:12 -0800

r1292@rei: lfs | 2006-03-07 20:00:23 +1100
gcc build script updates for gcc-4.1.0


File:
1 edited

Legend:

Unmodified
Added
Removed
  • scripts/scripts/target-scripts/target-gcc.sh

    rbbbdb98 re0507947  
    9191cd ${SRC}/${PKGDIR}
    9292case ${target_gcc_ver} in
    93    3.4.3 ) apply_patch gcc-3.4.3-linkonce-1
    94            apply_patch gcc-3.4.0-arm-bigendian
    95            apply_patch gcc-3.4.0-arm-nolibfloat
    96            apply_patch gcc-3.4.0-arm-lib1asm
    97            apply_patch gcc-3.4.3-clean_exec_and_lib_search_paths_when_cross-1
    98    ;;
    99    4.0.0 ) apply_patch gcc-4.0.0-fix_tree_optimisation_PR21173
    100            apply_patch gcc-4.0.0-reload_check_uninitialized_pseudos_PR20973
    101            apply_patch gcc-4.0.0-clean_exec_and_lib_search_paths_when_cross-1
    102    ;;
    103    4.0.* ) apply_patch gcc-4.0.0-clean_exec_and_lib_search_paths_when_cross-1 ;;
    104    4.1.* ) apply_patch gcc-4.0.0-clean_exec_and_lib_search_paths_when_cross-1 ;;
     93   3.4.3 )
     94      apply_patch gcc-3.4.3-linkonce-1
     95      apply_patch gcc-3.4.0-arm-bigendian
     96      apply_patch gcc-3.4.0-arm-nolibfloat
     97      apply_patch gcc-3.4.0-arm-lib1asm
     98      apply_patch gcc-3.4.3-clean_exec_and_lib_search_paths_when_cross-1
     99   ;;
     100   4.0.0 )
     101      apply_patch gcc-4.0.0-fix_tree_optimisation_PR21173
     102      apply_patch gcc-4.0.0-reload_check_uninitialized_pseudos_PR20973
     103      apply_patch gcc-4.0.0-clean_exec_and_lib_search_paths_when_cross-1
     104   ;;
     105   4.0.* | 4.1.* )
     106      apply_patch gcc-4.0.0-clean_exec_and_lib_search_paths_when_cross-1
     107   ;;
    105108esac
    106109
Note: See TracChangeset for help on using the changeset viewer.