Changeset e0507947 for scripts/scripts/cross-scripts/cross-gcc-shared.sh
- Timestamp:
- Mar 10, 2006, 11:00:39 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- de2a4b2
- Parents:
- bbbdb98
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/scripts/cross-scripts/cross-gcc-shared.sh
rbbbdb98 re0507947 81 81 cd ${SRC}/${PKGDIR} 82 82 case ${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 88 89 ;; 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 92 97 ;; 93 98 esac
Note:
See TracChangeset
for help on using the changeset viewer.