2
1
Эх сурвалжийг харах

- fix copy'n paste error in ABI configuration

Bernhard Reutner-Fischer 18 жил өмнө
parent
commit
239c8a5d58

+ 1 - 1
toolchain/gcc/Makefile.in

@@ -64,7 +64,7 @@ GCC_WITH_TUNE:=--with-tune=$(BR2_GCC_TARGET_TUNE)
 endif
 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