summaryrefslogtreecommitdiff
path: root/meta-demoapps/recipes-gnome/libgtkstylus/files
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-28 11:13:23 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-28 16:52:57 +0100
commitcc953e2259bf77e9e1f7a1e3d0dbe1509c79477e (patch)
treee3daf32b8a207e0a52c1667bf093a2d1269af0c1 /meta-demoapps/recipes-gnome/libgtkstylus/files
parente3408adc6912629f268795a1d3adb9df7134979b (diff)
downloadopenembedded-core-cc953e2259bf77e9e1f7a1e3d0dbe1509c79477e.tar.gz
openembedded-core-cc953e2259bf77e9e1f7a1e3d0dbe1509c79477e.tar.bz2
openembedded-core-cc953e2259bf77e9e1f7a1e3d0dbe1509c79477e.tar.xz
openembedded-core-cc953e2259bf77e9e1f7a1e3d0dbe1509c79477e.zip
gcc-cross-intermediate: Ensure we move the libraries from the correct location
This fixes multilib issues if you try for example to use a BASELIB of /lib32 which wouldn't work without this change since the compiler install location is taken from gcc -print-multi-os-directory which can still turn out to be "/lib". The reason is that a 32 bit gcc has no multilib code enabled and will always return "." as that value rather than "../${base_libdir}" which our changes to gcc enable and return in 64 bit mode. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-demoapps/recipes-gnome/libgtkstylus/files')
0 files changed, 0 insertions, 0 deletions
a> 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226