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/cross-scripts/cross-gcc-shared.sh

    rbbbdb98 re0507947  
    8181cd ${SRC}/${PKGDIR}
    8282case ${target_gcc_ver} in
    83    3.4.3 ) apply_patch gcc-3.4.3-linkonce-1
    84            apply_patch gcc-3.4.0-arm-bigendian
    85            apply_patch gcc-3.4.0-arm-nolibfloat
    86            apply_patch gcc-3.4.0-arm-lib1asm
    87            apply_patch gcc-3.4.3-clean_exec_and_lib_search_paths_when_cross-1
     83   3.4.3 )
     84      apply_patch gcc-3.4.3-linkonce-1
     85      apply_patch gcc-3.4.0-arm-bigendian
     86      apply_patch gcc-3.4.0-arm-nolibfloat
     87      apply_patch gcc-3.4.0-arm-lib1asm
     88      apply_patch gcc-3.4.3-clean_exec_and_lib_search_paths_when_cross-1
    8889   ;;
    89    4.0.0 ) apply_patch gcc-4.0.0-fix_tree_optimisation_PR21173
    90            apply_patch gcc-4.0.0-reload_check_uninitialized_pseudos_PR20973
    91            apply_patch gcc-4.0.0-clean_exec_and_lib_search_paths_when_cross-1
     90   4.0.0 )
     91      apply_patch gcc-4.0.0-fix_tree_optimisation_PR21173
     92      apply_patch gcc-4.0.0-reload_check_uninitialized_pseudos_PR20973
     93      apply_patch gcc-4.0.0-clean_exec_and_lib_search_paths_when_cross-1
     94   ;;
     95   4.0.* | 4.1.* )
     96      apply_patch gcc-4.0.0-clean_exec_and_lib_search_paths_when_cross-1
    9297   ;;
    9398esac
Note: See TracChangeset for help on using the changeset viewer.