packages/gcc: For targets (libstdc++,java,mudflap...) use xgcc -E as CPP
authorHolger Freyther <zecke@selfish.org>
Sun, 6 Aug 2006 11:45:56 +0000 (11:45 +0000)
committerHolger Freyther <zecke@selfish.org>
Sun, 6 Aug 2006 11:45:56 +0000 (11:45 +0000)
commitb8d1ef0e4fb7c506a5c0de055a276159049df948
treeda934a76e83ee9c8ddac03bbabc3d609567f3c94
parent44b1ddb504535400e1272d5d9259778249f36b47
packages/gcc: For targets (libstdc++,java,mudflap...) use xgcc -E as CPP
    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
21 files changed:
packages/gcc/gcc-3.3.3/zecke-xgcc-cpp.patch [new file with mode: 0644]
packages/gcc/gcc-3.3.4/zecke-xgcc-cpp.patch [new file with mode: 0644]
packages/gcc/gcc-3.4.3/zecke-xgcc-cpp.patch [new file with mode: 0644]
packages/gcc/gcc-3.4.4/zecke-xgcc-cpp.patch [new file with mode: 0644]
packages/gcc/gcc-4.0.0/zecke-xgcc-cpp.patch [new file with mode: 0644]
packages/gcc/gcc-4.0.2/zecke-xgcc-cpp.patch [new file with mode: 0644]
packages/gcc/gcc-4.1-20060217/zecke-xgcc-cpp.patch [new file with mode: 0644]
packages/gcc/gcc-4.1.0/zecke-xgcc-cpp.patch [new file with mode: 0644]
packages/gcc/gcc-4.1.1/zecke-xgcc-cpp.patch [new file with mode: 0644]
packages/gcc/gcc-4.2-20060513/zecke-xgcc-cpp.patch [new file with mode: 0644]
packages/gcc/gcc_3.3.3.bb
packages/gcc/gcc_3.3.4.bb
packages/gcc/gcc_3.4.3.bb
packages/gcc/gcc_3.4.4.bb
packages/gcc/gcc_4.0.0.bb
packages/gcc/gcc_4.0.2.bb
packages/gcc/gcc_4.1-20060217.bb
packages/gcc/gcc_4.1.0.bb
packages/gcc/gcc_4.1.1.bb
packages/gcc/gcc_4.2-20060513.bb
packages/glibc/glibc_2.3.5+cvs20050627.bb