mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
- fix copy'n paste error in ABI configuration
This commit is contained 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user