projects
/
hvlinux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e7f57f
)
Remove obsolete variable CLFS_ENDIAN
author
Hugo Villeneuve
<hugo@hugovil.com>
Wed, 24 Sep 2014 01:08:39 +0000
(21:08 -0400)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Mon, 24 Nov 2014 13:56:10 +0000
(08:56 -0500)
functions/main
patch
|
blob
|
history
diff --git
a/functions/main
b/functions/main
index
845767e
..
357eb19
100644
(file)
--- a/
functions/main
+++ b/
functions/main
@@
-99,7
+99,6
@@
case "${HVL_TARGET}" in
CLFS_BUILDFLAGS="-mabi=aapcs-linux -mfloat-abi=soft"
CLFS_TARGET="arm-linux-gnueabi"
CLFS_ARCH=arm
- CLFS_ENDIAN=LITTLE
;;
"x86_64")
CLFS_BUILDFLAGS="-m64"
@@
-127,7
+126,7
@@
esac
CLFS_HOST="$(echo $MACHTYPE | \
sed "s/$(echo $MACHTYPE | cut -d- -f2)/cross/")"
-export CLFS_BUILDFLAGS CLFS_TARGET CLFS_ARCH CLFS_HOST
CLFS_ENDIAN
+export CLFS_BUILDFLAGS CLFS_TARGET CLFS_ARCH CLFS_HOST
test_presence_of_packages_directory()
{