diff options
author | V3n3RiX <venerix@rogentos.ro> | 2015-11-26 20:20:30 +0000 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2015-11-26 20:20:30 +0000 |
commit | 1b3071b8471b8ece5f06eaff0957cf007a21dbc4 (patch) | |
tree | 02ca1a6c18e8c35497759dc9e38030fc65ede3a9 /conf | |
parent | 602a7ef44cfb52eb7dcf55809de7fc8c8c2e4324 (diff) |
drop support for 32bit EFI
Diffstat (limited to 'conf')
-rw-r--r-- | conf/intel/portage/make.conf.amd64 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/intel/portage/make.conf.amd64 b/conf/intel/portage/make.conf.amd64 index 3fe9df6..8987ed9 100644 --- a/conf/intel/portage/make.conf.amd64 +++ b/conf/intel/portage/make.conf.amd64 @@ -64,7 +64,7 @@ RUBY_TARGETS="ruby19 ruby20" SUEXEC_UMASK=022 # Setup GRUB platforms -GRUB_PLATFORMS="efi-32 efi-64 pc coreboot" +GRUB_PLATFORMS="efi-64 pc coreboot" # Support both 64bit and 32bit ABI_X86="64 32" |