12 lines
189 B
Text
12 lines
189 B
Text
|
# Template file for 'cross-arm-linux-gnueabihf-libc'.
|
||
|
#
|
||
|
short_desc="${short_desc} -- glibc files"
|
||
|
|
||
|
noarch=yes
|
||
|
nostrip=yes
|
||
|
noverifydeps=yes
|
||
|
|
||
|
do_install() {
|
||
|
vmove usr/${_CROSS_TARGET} usr
|
||
|
}
|