diff options
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r-- | meta/recipes-bsp/gnu-efi/gnu-efi_3.0.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.4.bb b/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.4.bb index f95029aed4..9edd539b55 100644 --- a/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.4.bb +++ b/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.4.bb @@ -57,7 +57,7 @@ BBCLASSEXTEND = "native" TUNE_CCARGS_remove = "-mfpmath=sse" python () { - ccargs = d.getVar('TUNE_CCARGS', True).split() + ccargs = d.getVar('TUNE_CCARGS').split() if '-mx32' in ccargs: # use x86_64 EFI ABI ccargs.remove('-mx32') |