debuggers.hg
changeset 16533:01faea565a9b
mini-os: No -fpic when building for x86.
Signed-off-by: Samuel Thibault <samuel.thibault@citrix.com>
Signed-off-by: Samuel Thibault <samuel.thibault@citrix.com>
author | Keir Fraser <keir.fraser@citrix.com> |
---|---|
date | Tue Dec 04 10:11:54 2007 +0000 (2007-12-04) |
parents | 7573133112c5 |
children | 6e7cf648f7f3 |
files | extras/mini-os/arch/x86/arch.mk |
line diff
1.1 --- a/extras/mini-os/arch/x86/arch.mk Tue Dec 04 10:10:23 2007 +0000 1.2 +++ b/extras/mini-os/arch/x86/arch.mk Tue Dec 04 10:11:54 2007 +0000 1.3 @@ -17,7 +17,7 @@ endif 1.4 endif 1.5 1.6 ifeq ($(TARGET_ARCH),x86_64) 1.7 -ARCH_CFLAGS := -m64 -mno-red-zone -fpic -fno-reorder-blocks 1.8 +ARCH_CFLAGS := -m64 -mno-red-zone -fno-reorder-blocks 1.9 ARCH_CFLAGS += -fno-asynchronous-unwind-tables 1.10 ARCH_ASFLAGS := -m64 1.11 ARCH_LDFLAGS := -m elf_x86_64