From 69e66470a04350a7937f7e22a0a064d0002e4b83 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Sun, 13 Dec 2020 01:59:26 +0700 Subject: [PATCH] Remove unused _I386 -D flag. (#29) This flag isn't actually used in any code, so let's remove it to avoid confusion over whether it does do something or not. --- bin/compile-flags | 1 - bin/makefile-ISC.i386-x | 2 +- bin/makefile-aix.ps2-x | 2 +- bin/makeisc | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/bin/compile-flags b/bin/compile-flags index f3cb692..a512442 100755 --- a/bin/compile-flags +++ b/bin/compile-flags @@ -25,7 +25,6 @@ NOPIXRECT Used to suppress pixrect/pixwin options when they're not needed or not available. True if XWINDOW is. AIX True if compiling for AIX -_I386 True if compiling for PS/2 under AIX (not our flag) AIXPS2 True if compiling for PS/2 under AIX (our flag) APOLLO True if compiling for the Apollo sparc True if we're compiling on a SPARC machine. diff --git a/bin/makefile-ISC.i386-x b/bin/makefile-ISC.i386-x index 111e50a..09f2f1f 100644 --- a/bin/makefile-ISC.i386-x +++ b/bin/makefile-ISC.i386-x @@ -30,7 +30,7 @@ XVERSION = XV11R4 XFLAGS = -DXWINDOW -D$(XVERSION) FPFLAGS = -DFLAGS = -DFSERROR -DAIX -DSYSVONLY -DSYSVSIGNALS -DNOASM -DLOGINT -DNOPIXRECT $(XFLAGS) -DBYTESWAP -DAIXPS2 -DFLTINT -D_I386 -DNOETHER -DFORKCOMM +DFLAGS = -DFSERROR -DAIX -DSYSVONLY -DSYSVSIGNALS -DNOASM -DLOGINT -DNOPIXRECT $(XFLAGS) -DBYTESWAP -DAIXPS2 -DFLTINT -DNOETHER -DFORKCOMM LDFLAGS = -lX11 -lc -lm -lbsd INLINE = diff --git a/bin/makefile-aix.ps2-x b/bin/makefile-aix.ps2-x index b538b87..cfe817f 100644 --- a/bin/makefile-aix.ps2-x +++ b/bin/makefile-aix.ps2-x @@ -30,7 +30,7 @@ XVERSION = XV11R4 XFLAGS = -DXWINDOW -D$(XVERSION) FPFLAGS = -DFLAGS = -DFSERROR -DAIX -D_BSD -DNOASM -DLOGINT -DNOPIXRECT $(XFLAGS) -DBYTESWAP -DAIXPS2 -DFLTINT -D_I386 -DNOETHER -DFORKCOMM +DFLAGS = -DFSERROR -DAIX -D_BSD -DNOASM -DLOGINT -DNOPIXRECT $(XFLAGS) -DBYTESWAP -DAIXPS2 -DFLTINT -DNOETHER -DFORKCOMM LDFLAGS = -lX11 -lc -lm -lbsd INLINE = diff --git a/bin/makeisc b/bin/makeisc index 3b074ec..e4257d9 100644 --- a/bin/makeisc +++ b/bin/makeisc @@ -69,7 +69,7 @@ XVERSION = XV11R4 XFLAGS = -DXWINDOW -D$(XVERSION) FPFLAGS = -DFLAGS = -U__STDC__ -DNO_ASM -DBIGATOMS -DFSERROR -DAIX -DSYSVONLY -DSYSVSIGNALS -DNOASM -DLOGINT -DNOPIXRECT $(XFLAGS) -DBYTESWAP -DFLTINT -D_I386 -DNOETHER -DFORKCOMM -DISC +DFLAGS = -U__STDC__ -DNO_ASM -DBIGATOMS -DFSERROR -DAIX -DSYSVONLY -DSYSVSIGNALS -DNOASM -DLOGINT -DNOPIXRECT $(XFLAGS) -DBYTESWAP -DFLTINT -DNOETHER -DFORKCOMM -DISC LDFLAGS = -lX11 -lc -lm -linet INLINE =