diff options
Diffstat (limited to 'libiberty/config/mh-riscix')
-rw-r--r-- | libiberty/config/mh-riscix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libiberty/config/mh-riscix b/libiberty/config/mh-riscix new file mode 100644 index 00000000000..0209279de56 --- /dev/null +++ b/libiberty/config/mh-riscix @@ -0,0 +1,6 @@ +# 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 |