15 lines
311 B
Plaintext
15 lines
311 B
Plaintext
# Template file for 'gcc-objc++'.
|
|
#
|
|
depends="libelf gcc-c++>=4.7 gcc-objc>=4.7"
|
|
short_desc="GCC Objective-C++ support"
|
|
long_desc="${long_desc}
|
|
|
|
This package contains GCC Objective-C++ support."
|
|
|
|
|
|
|
|
do_install() {
|
|
vmove usr/lib/gcc/${_triplet}/${_majorver}/cc1objplus \
|
|
usr/lib/gcc/${_triplet}/${_majorver}
|
|
}
|