From: Chris Hanson <org/chris-hanson/cph> Date: Thu, 29 Nov 1990 04:59:44 +0000 (+0000) Subject: "-YPOSIX" must be given both for compiling and linking. X-Git-Tag: 20090517-FFI~10998 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=105043ac6d55e41fd041a2bf15ba1e486c038d61;p=mit-scheme.git "-YPOSIX" must be given both for compiling and linking. --- diff --git a/v7/src/microcode/s/ultrix.h b/v7/src/microcode/s/ultrix.h index 690166acb..b7d028a7d 100644 --- a/v7/src/microcode/s/ultrix.h +++ b/v7/src/microcode/s/ultrix.h @@ -1,7 +1,7 @@ /* -*-C-*- System file for Ultrix -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/s/Attic/ultrix.h,v 1.11 1990/10/16 20:57:25 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/s/Attic/ultrix.h,v 1.12 1990/11/29 04:59:44 cph Rel $ Copyright (c) 1989, 1990 Massachusetts Institute of Technology @@ -40,6 +40,7 @@ MIT in each case. */ /* #define LIB_DEBUG */ #define C_SWITCH_SYSTEM -D_ULTRIX -YPOSIX +#define LD_SWITCH_SYSTEM -YPOSIX #define LIBS_TERMCAP -ltermcap