OSDN Git Service

(LIB_SPEC): Undef.
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 13 Aug 1996 21:28:50 +0000 (21:28 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 13 Aug 1996 21:28:50 +0000 (21:28 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12634 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/i960/i960-coff.h

index 76170aa..139e8d1 100644 (file)
@@ -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)