Merge branch 'vuplus-1.6k' of code.vuplus.com:/opt/repository/openembedded into vuplu...
[vuplus_openembedded] / recipes / gcc / gcc-cross.inc
1 # Path mangling needed by the cross packaging
2 # Note that we use := here, and require that this is included at the correct 
3 # point (before inheriting cross) to ensure that libdir and includedir are
4 # target paths, not CROSS_DIR paths.
5 target_libdir := "${libdir}"
6 target_includedir := "${includedir}"
7 target_base_libdir := "${base_libdir}"
8 target_prefix := "${prefix}"
9
10 inherit cross
11
12 DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}libc-for-gcc"
13 PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++"