Changeset e0507947 for scripts/scripts/cross-scripts/cross-gcc-static.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-static.sh
rbbbdb98 re0507947 78 78 cd ${SRC}/${PKGDIR} 79 79 case ${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 85 86 ;; 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 89 94 ;; 90 95 esac
Note:
See TracChangeset
for help on using the changeset viewer.