|
|
use x86 && TARGET=i386-elf | use x86 && TARGET=i386-elf |
use amd64 && TARGET=x86_64-elf | use amd64 && TARGET=x86_64-elf |
export TARGET | export TARGET |
sed -i -e 's/err(1, ifr.ifr_name);/err(1, "%s", ifr.ifr_name);'/g tools/athstats.c |
} |
|
|
|
src_unpack() { |
|
unpack ${A} |
|
sed -i -e 's/err(1, ifr.ifr_name);/err(1, "%s", ifr.ifr_name);'/g ${S}/tools/athstats.c |
} | } |
| |
src_compile() { | src_compile() { |