|
|
|
@ -25,9 +25,11 @@ |
|
|
|
var_append makeopt ' ' 'PREFIX=/$prefix' |
|
|
|
var_append makeinstopt ' ' 'PREFIX=/$prefix' |
|
|
|
|
|
|
|
# see no-uname-m.patch.cross |
|
|
|
if [ $stagelevel -le 1 ]; then |
|
|
|
export ROCK_ARCH="$arch" |
|
|
|
if [ $crossnative = cross ]; then |
|
|
|
for x in makeopt makeinstopt; do |
|
|
|
var_append $x " " "HOST=$arch_target CROSS_COMPILE=1" |
|
|
|
var_remove_regex $x " " "STRIP=.*" |
|
|
|
done |
|
|
|
fi |
|
|
|
|
|
|
|
# install libpci.a library |
|
|
|
@ -41,3 +43,4 @@ pciutils_pm () |
|
|
|
} |
|
|
|
|
|
|
|
hook_add postmake 5 "pciutils_pm" |
|
|
|
|