blob: 7d78ef44d5039ae2f3f525b1cb25589b0e1e0784 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
PR = "r6"
require gcc-${PV}.inc
require gcc-cross-sdk.inc
require gcc-configure-sdk.inc
require gcc-package-sdk.inc
SRC_URI += 'file://sdk-libstdc++-includes.patch;patch=1'
do_compile_prepend () {
mkdir -p gcc
ln -s ${CROSS_DIR}/bin/${TARGET_PREFIX}as gcc/as
ln -s ${CROSS_DIR}/bin/${TARGET_PREFIX}ld gcc/ld
}
|