Преглед изворни кода

- fix copy'n paste error in ABI configuration

Bernhard Reutner-Fischer пре 18 година
родитељ
комит
239c8a5d58
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      toolchain/gcc/Makefile.in

+ 1 - 1
toolchain/gcc/Makefile.in

@@ -64,7 +64,7 @@ GCC_WITH_TUNE:=--with-tune=$(BR2_GCC_TARGET_TUNE)
 endif
 endif
 ifneq ($(strip $(subst ",,$(BR2_GCC_TARGET_ABI))),)
 ifneq ($(strip $(subst ",,$(BR2_GCC_TARGET_ABI))),)
 # ")))
 # ")))
-GCC_WITH_ABI:=--with-tune=$(BR2_GCC_TARGET_ABI)
+GCC_WITH_ABI:=--with-abi=$(BR2_GCC_TARGET_ABI)
 endif
 endif
 endif
 endif