diff options
author | 2013-04-28 02:46:53 +0000 | |
---|---|---|
committer | 2013-04-28 02:46:53 +0000 | |
commit | 7fef80d6075f33249fedef679880f99fb4fa4d70 (patch) | |
tree | 1e8808dd70711fec27f07325b65e7d4cd217f97b /profiles/desc | |
parent | Add -pthread to static pkg-config entries when appropriate #454478 by Till He... (diff) | |
download | historical-7fef80d6075f33249fedef679880f99fb4fa4d70.tar.gz historical-7fef80d6075f33249fedef679880f99fb4fa4d70.tar.bz2 historical-7fef80d6075f33249fedef679880f99fb4fa4d70.zip |
Add 'efi'.
Diffstat (limited to 'profiles/desc')
-rw-r--r-- | profiles/desc/grub_platforms.desc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/profiles/desc/grub_platforms.desc b/profiles/desc/grub_platforms.desc index d0209117b4f9..ccd27d38add2 100644 --- a/profiles/desc/grub_platforms.desc +++ b/profiles/desc/grub_platforms.desc @@ -1,12 +1,13 @@ -# Copyright 1999-2011 Gentoo Foundation. +# Copyright 1999-2013 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/desc/grub_platforms.desc,v 1.3 2011/08/27 10:55:54 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/desc/grub_platforms.desc,v 1.4 2013/04/28 02:46:53 floppym Exp $ # This file contains descriptions of GRUB_PLATFORMS USE_EXPAND flags. # Keep it sorted. coreboot - Coreboot platform support +efi - Native EFI platform support efi-32 - EFI 32 bit platform support (Old MACs) efi-64 - EFI 64 bit platform support emu - Emulation platform support |