mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-22 11:29:42 +08:00
6599da043e
From-SVN: r14877
7 lines
217 B
Plaintext
7 lines
217 B
Plaintext
# The native linker only reports the first undefined symbol if linking with a
|
|
# shared library. So build using gcc and link statically (this requires
|
|
# gcc 2.6.0 or above).
|
|
|
|
ERRORS_CC = gcc
|
|
ERRORS_LDFLAGS = -static
|