[arch][x86-64] Fixing compiler name prefix

This commit is contained in:
Sergio Rodriguez
2014-12-11 12:37:14 -08:00
committed by Travis Geiselbrecht
parent 737b76684c
commit ce92871b86

View File

@@ -27,7 +27,7 @@ MODULE_SRCS += \
# set the default toolchain to x86 elf and set a #define
ifndef TOOLCHAIN_PREFIX
TOOLCHAIN_PREFIX :=
TOOLCHAIN_PREFIX := x86_64-elf-
endif
LIBGCC := $(shell $(TOOLCHAIN_PREFIX)gcc $(CFLAGS) -print-libgcc-file-name)