diff options
author | Patrick Georgi <patrick@georgi-clan.de> | 2014-11-22 17:41:01 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2014-11-23 09:08:27 +0100 |
commit | e00196e803e68cff7490ddcb919d4dd2e3c07ed8 (patch) | |
tree | a6e29b843f2930bc0f51e1494cdaad2362d98183 /util | |
parent | c637a887dde1c63bf3863e70cbe19dedf5f6ca02 (diff) | |
download | coreboot-e00196e803e68cff7490ddcb919d4dd2e3c07ed8.tar.xz |
buildgcc: Fix documentation
Change-Id: I3983d7a393260238b75e9f52e9451b454c551c30
Signed-off-by: Patrick Georgi <patrick@georgi-clan.de>
Reviewed-on: http://review.coreboot.org/7550
Tested-by: build bot (Jenkins)
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Diffstat (limited to 'util')
-rw-r--r-- | util/crossgcc/README | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/util/crossgcc/README b/util/crossgcc/README index e4a3e42a90..2180615809 100644 --- a/util/crossgcc/README +++ b/util/crossgcc/README @@ -8,11 +8,12 @@ known working: x86_64-elf powerpc-elf mipsel-elf + arm-elf armv7a-eabi + aarch64-elf known broken: alpha-elf - arm-elf powerpc64-elf |