home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 9 / FreshFishVol9-CD2.bin / bbs / gnu / gdb-4.14-src.lha / gdb-4.14 / libiberty / config / mh-riscix < prev    next >
Encoding:
Text File  |  1994-09-05  |  217 b   |  7 lines

  1. # The native linker only reports the first undefined symbol if linking with a
  2. # shared library.  So build using gcc and link statically (this requires 
  3. # gcc 2.6.0 or above).
  4.  
  5. ERRORS_CC = gcc
  6. ERRORS_LDFLAGS = -static
  7.