mirror of
git://git.musl-libc.org/musl
synced 2025-04-07 01:31:47 +00:00
fix failure to build time32 compat shims with out-of-tree builds
commit de90f38e3b
omitted $(srcdir) from
the makefile include pathname it added. since the include directive
was prefixed with - to make it optional (for archs that don't use it),
the failure to find arch/$(ARCH)/arch.mak was silent.
This commit is contained in:
parent
028092b61f
commit
129118db4d
2
Makefile
2
Makefile
@ -75,7 +75,7 @@ WRAPCC_CLANG = clang
|
|||||||
LDSO_PATHNAME = $(syslibdir)/ld-musl-$(ARCH)$(SUBARCH).so.1
|
LDSO_PATHNAME = $(syslibdir)/ld-musl-$(ARCH)$(SUBARCH).so.1
|
||||||
|
|
||||||
-include config.mak
|
-include config.mak
|
||||||
-include arch/$(ARCH)/arch.mak
|
-include $(srcdir)/arch/$(ARCH)/arch.mak
|
||||||
|
|
||||||
ifeq ($(ARCH),)
|
ifeq ($(ARCH),)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user