Changeset ad31873f
- Timestamp:
- Mar 10, 2006, 6:25:11 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:
- c9946b3
- Parents:
- 14f25d6
- Location:
- scripts
- Files:
-
- 1 added
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/scripts/cross-scripts/cross-gcc-final.sh
r14f25d6 rad31873f 102 102 apply_patch gcc-4.0.0-clean_exec_and_lib_search_paths_when_cross-1 103 103 ;; 104 4.1.0 ) 105 apply_patch gcc-4.0.0-clean_exec_and_lib_search_paths_when_cross-1 106 apply_patch gcc-4.1.0-fix_PR20425 107 ;; 104 108 4.0.* | 4.1.* ) 105 109 apply_patch gcc-4.0.0-clean_exec_and_lib_search_paths_when_cross-1 -
scripts/scripts/cross-scripts/cross-gcc-shared.sh
r14f25d6 rad31873f 93 93 apply_patch gcc-4.0.0-clean_exec_and_lib_search_paths_when_cross-1 94 94 ;; 95 4.1.0 ) 96 apply_patch gcc-4.0.0-clean_exec_and_lib_search_paths_when_cross-1 97 apply_patch gcc-4.1.0-fix_PR20425 98 ;; 95 99 4.0.* | 4.1.* ) 96 100 apply_patch gcc-4.0.0-clean_exec_and_lib_search_paths_when_cross-1 -
scripts/scripts/cross-scripts/cross-gcc-static-no-thread.sh
r14f25d6 rad31873f 73 73 cd ${SRC}/${PKGDIR} 74 74 case ${target_gcc_ver} in 75 3.4.3 ) apply_patch gcc-3.4.3-linkonce-1 76 apply_patch gcc-3.4.0-arm-bigendian 77 apply_patch gcc-3.4.0-arm-nolibfloat 78 apply_patch gcc-3.4.0-arm-lib1asm 79 apply_patch gcc-3.4.3-clean_exec_and_lib_search_paths_when_cross-1 75 3.4.3 ) 76 apply_patch gcc-3.4.3-linkonce-1 77 apply_patch gcc-3.4.0-arm-bigendian 78 apply_patch gcc-3.4.0-arm-nolibfloat 79 apply_patch gcc-3.4.0-arm-lib1asm 80 apply_patch gcc-3.4.3-clean_exec_and_lib_search_paths_when_cross-1 80 81 ;; 81 4.0.0 ) apply_patch gcc-4.0.0-fix_tree_optimisation_PR21173 82 apply_patch gcc-4.0.0-reload_check_uninitialized_pseudos_PR20973 83 apply_patch gcc-4.0.0-clean_exec_and_lib_search_paths_when_cross-1 82 4.0.0 ) 83 apply_patch gcc-4.0.0-fix_tree_optimisation_PR21173 84 apply_patch gcc-4.0.0-reload_check_uninitialized_pseudos_PR20973 85 apply_patch gcc-4.0.0-clean_exec_and_lib_search_paths_when_cross-1 86 ;; 87 4.1.0 ) 88 apply_patch gcc-4.0.0-clean_exec_and_lib_search_paths_when_cross-1 89 apply_patch gcc-4.1.0-fix_PR20425 90 ;; 91 4.0.* | 4.1.* ) 92 apply_patch gcc-4.0.0-clean_exec_and_lib_search_paths_when_cross-1 84 93 ;; 85 94 esac -
scripts/scripts/cross-scripts/cross-gcc-static.sh
r14f25d6 rad31873f 90 90 apply_patch gcc-4.0.0-clean_exec_and_lib_search_paths_when_cross-1 91 91 ;; 92 4.1.0 ) 93 apply_patch gcc-4.0.0-clean_exec_and_lib_search_paths_when_cross-1 94 apply_patch gcc-4.1.0-fix_PR20425 95 ;; 92 96 4.0.* | 4.1.* ) 93 97 apply_patch gcc-4.0.0-clean_exec_and_lib_search_paths_when_cross-1 -
scripts/scripts/native-scripts/native-gcc.sh
r14f25d6 rad31873f 87 87 apply_patch gcc-4.0.0-reload_check_uninitialized_pseudos_PR20973 88 88 apply_patch gcc-4.0.0-remove_standard_startfile_prefix_from_startfile_prefixes-1 89 ;; 90 4.1.0 ) 91 apply_patch gcc-4.0.0-clean_exec_and_lib_search_paths_when_cross-1 92 apply_patch gcc-4.1.0-fix_PR20425 89 93 ;; 90 94 4.0.* | 4.1.* ) -
scripts/scripts/target-scripts/target-gcc.sh
r14f25d6 rad31873f 102 102 apply_patch gcc-4.0.0-reload_check_uninitialized_pseudos_PR20973 103 103 apply_patch gcc-4.0.0-clean_exec_and_lib_search_paths_when_cross-1 104 ;; 105 4.1.0 ) 106 apply_patch gcc-4.0.0-clean_exec_and_lib_search_paths_when_cross-1 107 apply_patch gcc-4.1.0-fix_PR20425 104 108 ;; 105 109 4.0.* | 4.1.* )
Note:
See TracChangeset
for help on using the changeset viewer.