diff options
author | Alexey Neyman <stilor@att.net> | 2022-02-08 17:25:12 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2022-02-11 00:47:51 -0800 |
commit | 5a0be8b4ec0f1b7ff4fe30c8caaa5285b4f11ae4 (patch) | |
tree | 445d5ef14391e40f904d868e790c586e4ef397ed /ct-ng.in | |
parent | 93be629f2b255e348d0139558c5cd346a13787d2 (diff) | |
download | crosstool-ng-5a0be8b4ec0f1b7ff4fe30c8caaa5285b4f11ae4.tar.gz crosstool-ng-5a0be8b4ec0f1b7ff4fe30c8caaa5285b4f11ae4.tar.bz2 crosstool-ng-5a0be8b4ec0f1b7ff4fe30c8caaa5285b4f11ae4.zip |
Unify core passes
With libc_headers step before pass-1, there is no need to distinguish
pass-1 and pass-2; they are configured identically (note that with the
current configuration, core pass-2 is only used for win32 - hence, uses
build_libgcc=yes and mode=static).
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'ct-ng.in')
-rw-r--r-- | ct-ng.in | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -268,7 +268,6 @@ build.%: # but are actual steps for canadian and cross-native. # Please keep the last line with a '\' and keep the following empty line: # it helps when diffing and merging. -# TBD move kernel headers and unify pass_1/pass_2? CT_STEPS := \ companion_tools_for_build \ companion_libs_for_build \ @@ -277,9 +276,8 @@ CT_STEPS := \ companion_libs_for_host \ binutils_for_host \ libc_headers \ - cc_core_pass_1 \ kernel_headers \ - cc_core_pass_2 \ + cc_core \ libc_main \ cc_for_build \ cc_for_host \ |