summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAl Stone <ahs3@redhat.com>2012-10-17 16:54:59 -0600
committerAl Stone <ahs3@redhat.com>2012-10-17 16:54:59 -0600
commit4e437bd0236fc6accd6eaa5a77f436225601af1f (patch)
treecf3aaafefaaa1ac412a239bee9f18be9d57d3893
parent5eefff0076c8f360add88dd33267700d31c98e4f (diff)
downloadbootstrap.git.DONOTUSE-4e437bd0236fc6accd6eaa5a77f436225601af1f.tar.gz
bootstrap.git.DONOTUSE-4e437bd0236fc6accd6eaa5a77f436225601af1f.tar.xz
bootstrap.git.DONOTUSE-4e437bd0236fc6accd6eaa5a77f436225601af1f.zip
set proper target in stage2
-rwxr-xr-xstage22
1 files changed, 1 insertions, 1 deletions
diff --git a/stage2 b/stage2
index c6afed2..a279421 100755
--- a/stage2
+++ b/stage2
@@ -64,7 +64,7 @@ J=-j2
BUILDDIR=$TOP/builds
# The cross-compiler target
-TARGET=armv7hl-redhat-linux-gnueabi
+TARGET=aarch64-redhat-linux-gnu
export TARGET BUILDDIR J SRC STAGE2 MYDIR TOP