]> granicus.if.org Git - zfs/commit
Use $target_cpu instead of `arch`
authorBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 14 Jul 2010 19:40:36 +0000 (12:40 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 14 Jul 2010 19:44:42 +0000 (12:44 -0700)
commit548c9c6829bd01b4db50c739ba5b8d8b4081f033
treeac0503c88820a0918df376f446411f36b3f2d5e5
parentd81440c8ab0661710756f8f62769f2609a586c03
Use $target_cpu instead of `arch`

We should not be using arch for a few reasons.  First off it might
not be installed on their system, and secondly they may be trying
to cross-compile.
config/kernel.m4