summaryrefslogtreecommitdiff
path: root/scripts/build/libc/uClibc-ng.sh
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2022-02-09 01:25:12 (GMT)
committerAlexey Neyman <stilor@att.net>2022-02-11 08:47:51 (GMT)
commit5a0be8b4ec0f1b7ff4fe30c8caaa5285b4f11ae4 (patch)
tree445d5ef14391e40f904d868e790c586e4ef397ed /scripts/build/libc/uClibc-ng.sh
parent93be629f2b255e348d0139558c5cd346a13787d2 (diff)
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 'scripts/build/libc/uClibc-ng.sh')
-rw-r--r--scripts/build/libc/uClibc-ng.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/libc/uClibc-ng.sh b/scripts/build/libc/uClibc-ng.sh
index 5b26049..7b81d92 100644
--- a/scripts/build/libc/uClibc-ng.sh
+++ b/scripts/build/libc/uClibc-ng.sh
@@ -34,7 +34,7 @@ uClibc_ng_backend_once()
# Construct make arguments:
# - uClibc uses the CROSS environment variable as a prefix to the compiler
- # tools to use. Since it requires core pass-1, thusly named compiler is
+ # tools to use. Since it requires core compiler, thusly named compiler is
# already available.
# - Note about CFLAGS: In uClibc, CFLAGS are generated by Rules.mak,
# depending on the configuration of the library. That is, they are tailored