diff options
author | Khem Raj <raj.khem@gmail.com> | 2008-11-21 19:01:06 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2008-11-21 19:01:06 -0800 |
commit | be1ce43d409b63fc52eabc93d5dce0ea325ed1f9 (patch) | |
tree | a68c8a866d3eca6acc91e5399ced527c9c97d66c /packages/gcc/gcc-cross-sdk_4.3.1.bb | |
parent | 7a8bd365fb488ff067beacbbb4e6fe96ef45f079 (diff) |
gcc-configure-sdk.inc: Change gxx-include path being passed
* Make gxx-include paths relative to sysroot and not build time sysroot.
Diffstat (limited to 'packages/gcc/gcc-cross-sdk_4.3.1.bb')
-rw-r--r-- | packages/gcc/gcc-cross-sdk_4.3.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gcc/gcc-cross-sdk_4.3.1.bb b/packages/gcc/gcc-cross-sdk_4.3.1.bb index 93a33894ab..99777dfe00 100644 --- a/packages/gcc/gcc-cross-sdk_4.3.1.bb +++ b/packages/gcc/gcc-cross-sdk_4.3.1.bb @@ -1,4 +1,4 @@ -PR = "r11" +PR = "r12" inherit sdk |