From 105043ac6d55e41fd041a2bf15ba1e486c038d61 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 29 Nov 1990 04:59:44 +0000 Subject: [PATCH] "-YPOSIX" must be given both for compiling and linking. --- v7/src/microcode/s/ultrix.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.25.1