From 744f11897a509c54ecbac5e8e27facf3c14b2142 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Sun, 23 Feb 2014 23:20:18 -0500 Subject: make the x32 port use the correct ld-musl-x32.path filename previously it was wrongly using the x86_64 one, precluding having both x32 and x86_64 libs present on the same system. --- arch/x32/reloc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/x32') diff --git a/arch/x32/reloc.h b/arch/x32/reloc.h index 28cf7cc1..f294eece 100644 --- a/arch/x32/reloc.h +++ b/arch/x32/reloc.h @@ -2,7 +2,7 @@ #include #include -#define LDSO_ARCH "x86_64" +#define LDSO_ARCH "x32" #define IS_COPY(x) ((x)==R_X86_64_COPY) #define IS_PLT(x) ((x)==R_X86_64_JUMP_SLOT) -- cgit v1.2.1