Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
include more changes for x86_64
  • Loading branch information
Holger Lubitz authored and Michael Brown committed Aug 2, 2007
1 parent 0ebf6cd commit 91a8ae1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 91a8ae1

Please sign in to comment.