9
0
Fork 0

Fix typo introduced with commit 9e6ee5e795

This commit is contained in:
Sascha Hauer 2008-06-24 11:17:29 +02:00
parent 78c2fde77a
commit 0fe550662d
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ SUBARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ \
ifeq ($(SUBARCH),x86_64)
ELF_ARCH := i386:x86-64
ELF_FORMAT := elf64-x86-64
ELF_CLASDD := ELFCLASS64
ELF_CLASS := ELFCLASS64
endif
ifeq ($(SUBARCH),i386)
ELF_ARCH := $(SUBARCH)