From 5dd1b1bdac15ac7194f98a103a9663534e699fcc Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Thu, 17 Dec 2020 01:47:28 +0700 Subject: [PATCH] SunOS5/SPARC and init.sparc now define FSERROR. (#86) All other targets that we build were defining `FSERROR` except these two. --- bin/makefile-init.sparc | 5 +++-- bin/makefile-sunos5.sparc-x | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/bin/makefile-init.sparc b/bin/makefile-init.sparc index eacdbdd..03f4231 100644 --- a/bin/makefile-init.sparc +++ b/bin/makefile-init.sparc @@ -51,8 +51,9 @@ DEBUGFLAGS = # -DSTACKCHECK -DFNSTKCHECK MACHINEFLAGS = -DOS5 -DAIX -DUSE_DLPI -DNOPIXRECT \ -I$(OPENWINHOME)/include -DSYSVSIGNALS -DSYSVONLY \ - -DOLD_CURSOR -DLOGINT -DFORKCOMM -DLOCK_X_UPDATES - + -DOLD_CURSOR -DLOGINT -DFORKCOMM -DLOCK_X_UPDATES \ + -DFSERROR + INLINEFLAGS = FPFLAGS = diff --git a/bin/makefile-sunos5.sparc-x b/bin/makefile-sunos5.sparc-x index d9441a9..5255eb7 100644 --- a/bin/makefile-sunos5.sparc-x +++ b/bin/makefile-sunos5.sparc-x @@ -47,9 +47,9 @@ MAIN = main DEBUGFLAGS = # -DSTACKCHECK -DFNSTKCHECK MACHINEFLAGS = -DOS5 -DUSE_DLPI -DNOPIXRECT \ - -DSYSVSIGNALS \ - -DOLD_CURSOR -DNEW_STORAGE -DLOGINT -DFORKCOMM -DLOCK_X_UPDATES - + -DSYSVSIGNALS -DFSERROR \ + -DOLD_CURSOR -DNEW_STORAGE -DLOGINT -DFORKCOMM -DLOCK_X_UPDATES + INLINEFLAGS = FPFLAGS =