From a61794f27a351a307d6112d2fb1a78309d9b87dd Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Tue, 8 Dec 2015 16:39:17 +0100 Subject: fixup_ptxconfigs.sh: add more fake options for glibc-headers on mips Signed-off-by: Michael Olbrich --- fixup_ptxconfigs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fixup_ptxconfigs.sh b/fixup_ptxconfigs.sh index 4845693..5b7f46d 100755 --- a/fixup_ptxconfigs.sh +++ b/fixup_ptxconfigs.sh @@ -101,7 +101,7 @@ fixup() PTXCONF_GLIBC_HEADERS_FAKE_CROSS="-D__ARM_EABI__" ;; mips*) - PTXCONF_GLIBC_HEADERS_FAKE_CROSS="-DBOOTSTRAP_GCC" + PTXCONF_GLIBC_HEADERS_FAKE_CROSS="-DBOOTSTRAP_GCC -D_MIPS_SIM=_ABIO32" ;; *) ;; -- cgit v1.2.3