Ignore:
Timestamp:
Mar 10, 2006, 3:00:39 AM (18 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-static.sh

    rbbbdb98 re0507947  
    7878cd ${SRC}/${PKGDIR}
    7979case ${target_gcc_ver} in
    80    3.4.3 ) apply_patch gcc-3.4.3-linkonce-1
    81            apply_patch gcc-3.4.0-arm-bigendian
    82            apply_patch gcc-3.4.0-arm-nolibfloat
    83            apply_patch gcc-3.4.0-arm-lib1asm
    84            apply_patch gcc-3.4.3-clean_exec_and_lib_search_paths_when_cross-1
     80   3.4.3 )
     81      apply_patch gcc-3.4.3-linkonce-1
     82      apply_patch gcc-3.4.0-arm-bigendian
     83      apply_patch gcc-3.4.0-arm-nolibfloat
     84      apply_patch gcc-3.4.0-arm-lib1asm
     85      apply_patch gcc-3.4.3-clean_exec_and_lib_search_paths_when_cross-1
    8586   ;;
    86    4.0.0 ) apply_patch gcc-4.0.0-fix_tree_optimisation_PR21173
    87            apply_patch gcc-4.0.0-reload_check_uninitialized_pseudos_PR20973
    88            apply_patch gcc-4.0.0-clean_exec_and_lib_search_paths_when_cross-1
     87   4.0.0 )
     88      apply_patch gcc-4.0.0-fix_tree_optimisation_PR21173
     89      apply_patch gcc-4.0.0-reload_check_uninitialized_pseudos_PR20973
     90      apply_patch gcc-4.0.0-clean_exec_and_lib_search_paths_when_cross-1
     91   ;;
     92   4.0.* | 4.1.* )
     93      apply_patch gcc-4.0.0-clean_exec_and_lib_search_paths_when_cross-1
    8994   ;;
    9095esac
Note: See TracChangeset for help on using the changeset viewer.