libpayload: rename i386 to x86

Change-Id: Ia9170bd3d04e76dbf9321ca7ea4be23b5e468d21
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Reviewed-on: http://review.coreboot.org/2033
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
This commit is contained in:
Stefan Reinauer
2012-12-14 11:42:57 -08:00
committed by Ronald G. Minnich
parent 9aaf7d17bb
commit f6935a006a
20 changed files with 4 additions and 4 deletions

View File

@ -108,8 +108,8 @@ while [ $# -gt 0 ]; do
done
if [ "$CONFIG_ARCH_X86" = "y" ]; then
_ARCHINCDIR=$_INCDIR/i386
_ARCHLIBDIR=$_LIBDIR/i386
_ARCHINCDIR=$_INCDIR/x86
_ARCHLIBDIR=$_LIBDIR/x86
fi
if [ "$CONFIG_TARGET_POWERPC" = "y" ]; then