From 9dcc71b564b5561e7cd119400eb80948fd5a5b52 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Wed, 28 Aug 1991 05:47:04 +0000 Subject: [PATCH] `-lg' not needed if `-g' is given during link. --- v7/src/microcode/s/nextos.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/v7/src/microcode/s/nextos.h b/v7/src/microcode/s/nextos.h index 29dc08fcb..332931d4d 100644 --- a/v7/src/microcode/s/nextos.h +++ b/v7/src/microcode/s/nextos.h @@ -1,9 +1,9 @@ /* -*-C-*- System file for NeXT running Mach -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/s/Attic/nextos.h,v 1.3 1991/01/16 00:34:58 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/s/Attic/nextos.h,v 1.4 1991/08/28 05:47:04 cph Exp $ -Copyright (c) 1990, 1991 Massachusetts Institute of Technology +Copyright (c) 1990-91 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -34,5 +34,6 @@ promotional, or sales literature without prior written consent from MIT in each case. */ #define C_SWITCH_SYSTEM -bsd -fwritable-strings -D_NEXTOS - #define LIBS_TERMCAP -ltermcap +/* -lg not needed if -g is given. */ +#define LIB_DEBUG -- 2.25.1