Age | Commit message (Collapse) | Author | Files |
|
* When running the installation script in gcc it complains about
missing the file build/fix-header. Its a known bug that has
been fixed upstreams (but no patch). Its not quite clear what
fix-header does, but for now we will remove the install lines.
* Added SRC_URI_append_sh3 for patch in gcc_4.1.1.bb
|
|
|
|
|
|
if you get the ICE, you should update to binutils 2.17.50.0.5 as well
|
|
* no more 'clz' isns in binaries
|
|
GCC compiles the xgcc cross compiler and will compile target
libraries e.g. libstdc++. It uses autoconf to configure the target
libraries which uses /usr/bin/cpp to determine the presence of
host includes.
By using xgcc we will not risk to include /usr/include to find standard
headers. If we do our cross compile check will hit.
The gcc 3.4 series patch only addresses target-libstdc++ where the
gcc3.3 and gcc4 series patch all targets
|
|
(after this at least the pcm module needs to be compiled and reloaded)
|
|
added patches for thumb (but still not good enough to compile uclibc)
|
|
(copied from 3.4.4). bumped PR for both 4.1.1 bb files
|
|
|
|
|
|
|