From 4e437bd0236fc6accd6eaa5a77f436225601af1f Mon Sep 17 00:00:00 2001 From: Al Stone Date: Wed, 17 Oct 2012 16:54:59 -0600 Subject: set proper target in stage2 --- stage2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit