gcc on target: add missing definitions for gcc 4.4
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 25 Feb 2010 08:44:57 +0000 (09:44 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 25 Feb 2010 08:47:01 +0000 (09:47 +0100)
commita35d48f984fa7e499292baec85eba6c9fd5bf28c
treefc59361da74f938f658f4799aae9319d46f5d49d
parentba50538cfa513f7155f9c7fd30df22047f6eb751
gcc on target: add missing definitions for gcc 4.4

Depending on the gcc version, the gcc include and lib directories have
changed. We include support for gcc 4.4 by copy/pasting the support
for gcc 4.3. Locations don't seem to have changed between 4.3 and
4.4. This allows the syslimits.h fixup to succeed.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
toolchain/gcc/gcc-uclibc-4.x.mk