From 57e6d9ab48219467bee0ab28a96533f98552581c Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Wed, 8 Aug 2012 16:06:51 -0700 Subject: [PATCH] Fix x86 build. Change-Id: Ice50ca71a19f3bf26de7cfd4c02075f1e6e0823f --- linker/arch/x86/begin.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linker/arch/x86/begin.S b/linker/arch/x86/begin.S index 0c0fc3de3..baa386f2e 100644 --- a/linker/arch/x86/begin.S +++ b/linker/arch/x86/begin.S @@ -44,4 +44,4 @@ _start: popl %esp jmp *%eax -#include "__stack_chk_fail_local.S" +#include "arch-x86/bionic/__stack_chk_fail_local.S"