diff options
Diffstat (limited to 'meta/recipes-bsp/gnu-efi')
-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" | |||
57 | TUNE_CCARGS_remove = "-mfpmath=sse" | 57 | TUNE_CCARGS_remove = "-mfpmath=sse" |
58 | 58 | ||
59 | python () { | 59 | python () { |
60 | ccargs = d.getVar('TUNE_CCARGS', True).split() | 60 | ccargs = d.getVar('TUNE_CCARGS').split() |
61 | if '-mx32' in ccargs: | 61 | if '-mx32' in ccargs: |
62 | # use x86_64 EFI ABI | 62 | # use x86_64 EFI ABI |
63 | ccargs.remove('-mx32') | 63 | ccargs.remove('-mx32') |