]> rtime.felk.cvut.cz Git - jailhouse.git/commit
add -fno-stack-protector to supress __strict build error observed on ubuntu12.04...
authorsantosh shukla <santosh.shukla@linaro.org>
Mon, 25 Nov 2013 08:09:02 +0000 (13:39 +0530)
committerJan Kiszka <jan.kiszka@siemens.com>
Mon, 25 Nov 2013 10:05:39 +0000 (11:05 +0100)
commit426462837783e2f4ca41638e644b5f118cef7b7b
treea95952984bdfde6dcf8bdd9dd74ce3325095c354
parente4e7fbe3c618e52acad49eb90794be8134d50363
add -fno-stack-protector to supress __strict build error observed on ubuntu12.04 x86_64 bit machine for me.

Simple "make" gave me this -
jailhouse/hypervisor/printk.o: In function `hex2str':
jailhouse/hypervisor/printk-core.c:90: undefined reference to `__stack_chk_fail'
jailhouse/hypervisor/printk.o: In function `__vprintk':
jailhouse/hypervisor/printk-core.c:200: undefined reference to `__stack_chk_fail'

Signed-off-by: santosh shukla <santosh.shukla@linaro.org>
[Jan: rewrap to respect 80 chars limit]
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
hypervisor/Makefile
inmate/Makefile