projects
/
genkernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9bf0a04
)
Forcibly set the ARCH when compiling the kernel
author
Eric Edgar
<rocket@gentoo.org>
Fri, 9 Dec 2005 17:12:47 +0000
(17:12 +0000)
committer
Eric Edgar
<rocket@gentoo.org>
Fri, 9 Dec 2005 17:12:47 +0000
(17:12 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@336
67a159dc
-881f-0410-a524-
ba9dfbe2cb84
gen_compile.sh
patch
|
blob
|
history
diff --git
a/gen_compile.sh
b/gen_compile.sh
index 43f89da22fc4f50e6b36718f9643053c1f362b0e..1ba8799332c03b2485a1d5c590bd09cd5a8fa13b 100644
(file)
--- a/
gen_compile.sh
+++ b/
gen_compile.sh
@@
-22,7
+22,9
@@
compile_kernel_args()
then
ARGS="${ARGS} CROSS_COMPILE=\"${KERNEL_CROSS_COMPILE}\""
fi
-
+
+ ARGS="${ARGS} ARCH=${ARCH}"
+
echo -n "${ARGS}"
}