]> git.sur5r.net Git - u-boot/blobdiff - arch/x86/config.mk
Merge git://git.denx.de/u-boot-fsl-qoriq
[u-boot] / arch / x86 / config.mk
index 043425e5e38eac9c79bfad10081d73b538e362cf..8835dcf36f1a3c5cba2f4eb8c7072180c6ae9e24 100644 (file)
@@ -26,7 +26,7 @@ endif
 ifeq ($(IS_32BIT),y)
 PLATFORM_CPPFLAGS += -march=i386 -m32
 else
-PLATFORM_CPPFLAGS += $(if $(CONFIG_SPL_BUILD),,-fpic) -fno-common
+PLATFORM_CPPFLAGS += $(if $(CONFIG_SPL_BUILD),,-fpic) -fno-common -m64
 endif
 
 PLATFORM_RELFLAGS += -ffunction-sections -fvisibility=hidden