diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1996-08-13 14:28:50 -0700 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1996-08-13 14:28:50 -0700 |
commit | 2ebb80444554498c9027ab6cac67b2b9b82c773f (patch) | |
tree | b934d9497349c06b3e43ce960cee90f28af5d400 /gcc | |
parent | 2a50d6bc50b85f94e10f40058c76f69ad35cbb62 (diff) | |
download | gcc-2ebb80444554498c9027ab6cac67b2b9b82c773f.zip gcc-2ebb80444554498c9027ab6cac67b2b9b82c773f.tar.gz gcc-2ebb80444554498c9027ab6cac67b2b9b82c773f.tar.bz2 |
(LIB_SPEC): Undef.
From-SVN: r12634
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/i960/i960-coff.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/i960/i960-coff.h b/gcc/config/i960/i960-coff.h index 76170aa..139e8d1 100644 --- a/gcc/config/i960/i960-coff.h +++ b/gcc/config/i960/i960-coff.h @@ -28,6 +28,10 @@ Boston, MA 02111-1307, USA. */ #undef PREFERRED_DEBUGGING_TYPE #define PREFERRED_DEBUGGING_TYPE SDB_DEBUG +/* This is intended to be used with Cygnus's newlib library, so we want to + use the standard definition of LIB_SPEC. */ +#undef LIB_SPEC + #undef ASM_FILE_START #define ASM_FILE_START(FILE) \ output_file_directive ((FILE), main_input_filename) |