From 5e7f57f804ca3ad49b7d007016af89b84d7a3795 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Tue, 23 Sep 2014 21:00:54 -0400 Subject: [PATCH] Rename arm architecture to arm926 --- config/{arm => arm926}/sysinfos | 6 +++--- functions/main | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) rename config/{arm => arm926}/sysinfos (92%) diff --git a/config/arm/sysinfos b/config/arm926/sysinfos similarity index 92% rename from config/arm/sysinfos rename to config/arm926/sysinfos index ec19d64..d2fc6f9 100644 --- a/config/arm/sysinfos +++ b/config/arm926/sysinfos @@ -4,13 +4,13 @@ # HV-Linux will be installed. INST_TYPE="workstation" -HVL_TARGET="arm926t" -MAKEJOBS=1 +HVL_TARGET="arm926ejs" +MAKEJOBS=4 # Destination path where to install new Linux-HV system. This is usually where # you have mounted your new LFS partition, but it can also be any directory. # This is relevant only for stage 0 and 1. -LFS="/opt/toolchain/arm926ejs/clfs" +LFS="/opt/toolchain/hvlinux-${HVL_TARGET}" LFS_PARTITION="/dev/sda7" BOOT_PARTITION="/dev/sda1" SWAP_PARTITION="/dev/sda2" diff --git a/functions/main b/functions/main index e90ce12..845767e 100644 --- a/functions/main +++ b/functions/main @@ -95,7 +95,7 @@ DEFAULT_IPKG_SCRIPT="ipkg.def" HVMAKE="make -j ${MAKEJOBS}" case "${HVL_TARGET}" in - arm*) + arm926*) CLFS_BUILDFLAGS="-mabi=aapcs-linux -mfloat-abi=soft" CLFS_TARGET="arm-linux-gnueabi" CLFS_ARCH=arm -- 2.20.1