]> git.ipfire.org Git - people/ms/ipfire-3.x.git/commit
gcc: Fix linking against libgcc on ARM.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 18 Dec 2011 23:15:18 +0000 (00:15 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 18 Dec 2011 23:15:18 +0000 (00:15 +0100)
commit133191284063ceedbb37ccb6e904675362038392
tree71daaf129e8979fcdd53e0683aa1269a4cbe05c8
parent4cfe90a40dea694a9af05d0fc79c16fe1bd6d0c9
gcc: Fix linking against libgcc on ARM.

The shared version of libgcc (libgcc_s) does not provide all symbols
and so we need to the static version as well. That is done by a simple
linker script.
gcc/gcc.nm