diff options
author | Patrick Georgi <patrick.georgi@coresystems.de> | 2010-03-16 01:17:19 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-03-16 01:17:19 +0000 |
commit | 23d89ccfd2444c9784e6a27256012f71f8e609dd (patch) | |
tree | 890f046424f0ef98c7872cc9420bec4fdee1cd73 /util/xcompile | |
parent | 68a564f7ac3975de5ce6e6d0f65db63bbe7d2d64 (diff) | |
download | coreboot-23d89ccfd2444c9784e6a27256012f71f8e609dd.tar.xz |
Make CLANG selectable in Kconfig
Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5216 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/xcompile')
-rw-r--r-- | util/xcompile/xcompile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/xcompile/xcompile b/util/xcompile/xcompile index 5da7874343..65e6e704f7 100644 --- a/util/xcompile/xcompile +++ b/util/xcompile/xcompile @@ -5,8 +5,8 @@ # Copyright (C) 2007-2010 coresystems GmbH # # This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License version 2 as -# published by the Free Software Foundation. +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; version 2 of the License. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of |