aboutsummaryrefslogtreecommitdiffstats
path: root/meta/packages/gcc/gcc-paths-cross.inc
blob: 3c08b1805d2eefa7a4f0e0d1ea3b4ef9ae8135dc (plain)
1
2
3
4
5
6
7
# Note that we use := here, and require that this
# is included at the correct point (before inheriting
# cross) to ensure that libdir and includedir are
# target paths, not CROSS_DIR paths.
target_libdir := "${libdir}"
target_includedir := "${includedir}"
target_base_libdir := "${base_libdir}"