summaryrefslogtreecommitdiffstats
path: root/temporary-bootstrap-builder-setup-cortexa8.txt
diff options
context:
space:
mode:
Diffstat (limited to 'temporary-bootstrap-builder-setup-cortexa8.txt')
-rw-r--r--temporary-bootstrap-builder-setup-cortexa8.txt9
1 files changed, 4 insertions, 5 deletions
diff --git a/temporary-bootstrap-builder-setup-cortexa8.txt b/temporary-bootstrap-builder-setup-cortexa8.txt
index c2e81d2..c0ae527 100644
--- a/temporary-bootstrap-builder-setup-cortexa8.txt
+++ b/temporary-bootstrap-builder-setup-cortexa8.txt
@@ -108,11 +108,10 @@ convenience; this has no effect on the target system.
> unset CXXFLAGS
> export BBL_HOST=$(echo ${MACHTYPE} | \
> sed "s/$(echo ${MACHTYPE} | cut -d - -f 2)/cross/")
- > export BBL_TARGET=arm-none-linux-gnu
- > export BBL_ABI=aapcs-linux
- > export BBL_GCCTGTOPTS="--with-arch=armv7-a --with-cpu=cortex-a8
- > --with-tune=cortex-a8 --with-mode=thumb --with-fpu=neon --with-float=hard
- > --with-abi=${BBL_ABI}"
+ > export BBL_TARGET=arm-cortex_a8-linux-gnu
+ > export BBL_GCCTGTOPTS='--with-arch=armv7-a --with-abi=aapcs-linux
+ > --with-cpu=cortex-a8 --with-tune=cortex-a8
+ > --with-fpu=neon --with-float=hard'
> EOF
$ source ~/.bash_profile