Browse Source
Merge pull request #960 from cmuellner/build-libc-deps
Fix typo in build-libc dependencies
pull/963/head
2021.09.16
Kito Cheng
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Makefile.in
|
|
|
@ -113,7 +113,7 @@ build-binutils: stamps/build-binutils-@default_target@ |
|
|
|
build-gdb: stamps/build-gdb-@default_target@ |
|
|
|
build-gcc%: stamps/build-gcc-@default_target@-stage% |
|
|
|
ifeq (@default_target@,linux) |
|
|
|
build-libc: $(patsubst %,stamps/build-glibc-linux-%,$(MULTLIB_NAMES)) |
|
|
|
build-libc: $(addprefix stamps/build-glibc-linux-,$(GLIBC_MULTILIB_NAMES)) |
|
|
|
else |
|
|
|
build-libc: stamps/build-newlib stamps/build-newlib-nano \ |
|
|
|
stamps/merge-newlib-nano |
|
|
|
|