diff options
author | Holger Lubitz <hal@duncan.ol.sub.de> | 2007-07-31 17:19:35 +0200 |
---|---|---|
committer | Michael Brown <mcb30@etherboot.org> | 2007-08-02 01:55:48 +0100 |
commit | 91a8ae121625ffc8b310eee4c88ce86782d8b0f2 (patch) | |
tree | 33167b7898089ebfbdb9266e8d4317cd4897ccb3 /src/Makefile | |
parent | 0ebf6cdef40efc3e7ee6e6d9bef9180b3329e440 (diff) | |
download | ipxe-91a8ae121625ffc8b310eee4c88ce86782d8b0f2.tar.gz |
include more changes for x86_64
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 8e0c8bea7..d7b212cfd 100644 --- a/src/Makefile +++ b/src/Makefile @@ -29,6 +29,8 @@ endif ifeq ($(ARCH),x86_64) ARCH := i386 CFLAGS += -m32 +ASFLAGS += --32 +LDFLAGS += -m elf_i386 endif # Drag in architecture-specific Config |