Explorar el Código

removed -i flag

ceriel hace 33 años
padre
commit
0d65b92220

+ 1 - 1
mach/6500/as/Makefile

@@ -10,7 +10,7 @@ FFLAG	=
 INCL	= -I. -I$h $(DEF)
 CFLAGS	= $(FFLAG) -O $(INCL)
 YFLAGS	= -d
-LDFLAGS	= $(FFLAG) -i
+LDFLAGS	= $(FFLAG)
 
 CSRC	= $(CDIR)/comm3.c $(CDIR)/comm4.c $(CDIR)/comm5.c \
 	  $(CDIR)/comm6.c $(CDIR)/comm7.c $(CDIR)/comm8.c

+ 1 - 1
mach/6500/cg/Makefile

@@ -4,7 +4,7 @@ EMHOME=../../..
 PREFLAGS=-I$(EMHOME)/h -I. -I$(EMHOME)/mach -I$(EMHOME)/modules/h -DNDEBUG
 PFLAGS=
 CFLAGS=$(PREFLAGS) $(PFLAGS) -O
-LDFLAGS=-i $(PFLAGS)
+LDFLAGS=$(PFLAGS)
 LINTOPTS=-hbxac
 LIBS=$(EMHOME)/lib/em_data.a $(EMHOME)/modules/lib/libflt.a
 CDIR=$(EMHOME)/mach/proto/cg

+ 1 - 1
mach/6800/as/Makefile

@@ -10,7 +10,7 @@ FFLAG	=
 INCL	= -I. -I$h $(DEF)
 CFLAGS	= $(FFLAG) -O $(INCL)
 YFLAGS	= -d
-LDFLAGS	= $(FFLAG) -i
+LDFLAGS	= $(FFLAG)
 
 CSRC	= $(CDIR)/comm3.c $(CDIR)/comm4.c $(CDIR)/comm5.c \
 	  $(CDIR)/comm6.c $(CDIR)/comm7.c $(CDIR)/comm8.c

+ 1 - 1
mach/6805/as/Makefile

@@ -10,7 +10,7 @@ FFLAG	=
 INCL	= -I. -I$h $(DEF)
 CFLAGS	= $(FFLAG) -O $(INCL)
 YFLAGS	= -d
-LDFLAGS	= $(FFLAG) -i
+LDFLAGS	= $(FFLAG)
 
 CSRC	= $(CDIR)/comm3.c $(CDIR)/comm4.c $(CDIR)/comm5.c \
 	  $(CDIR)/comm6.c $(CDIR)/comm7.c $(CDIR)/comm8.c

+ 1 - 1
mach/6809/as/Makefile

@@ -10,7 +10,7 @@ FFLAG	=
 INCL	= -I. -I$h $(DEF)
 CFLAGS	= $(FFLAG) -O $(INCL)
 YFLAGS	= -d
-LDFLAGS	= $(FFLAG) -i
+LDFLAGS	= $(FFLAG)
 
 CSRC	= $(CDIR)/comm3.c $(CDIR)/comm4.c $(CDIR)/comm5.c \
 	  $(CDIR)/comm6.c $(CDIR)/comm7.c $(CDIR)/comm8.c

+ 1 - 1
mach/arm/as/Makefile

@@ -10,7 +10,7 @@ FFLAG	=
 INCL	= -I. -I$h $(DEF)
 CFLAGS	= $(FFLAG) -O $(INCL)
 YFLAGS	= -d
-LDFLAGS	= $(FFLAG) -i
+LDFLAGS	= $(FFLAG)
 
 CSRC	= $(CDIR)/comm3.c $(CDIR)/comm4.c $(CDIR)/comm5.c \
 	  $(CDIR)/comm6.c $(CDIR)/comm7.c $(CDIR)/comm8.c

+ 1 - 1
mach/arm/ncg/Makefile

@@ -9,7 +9,7 @@ CGGFLAGS=
 PREFLAGS=-I$(EMHOME)/h -I. -I$(EMHOME)/mach -I$(EMHOME)/modules/h -DNDEBUG
 PFLAGS=
 CFLAGS=$(PREFLAGS) $(PFLAGS) -O
-LDFLAGS=-i $(PFLAGS)
+LDFLAGS=$(PFLAGS)
 LINTOPTS=-bx
 LIBS=$(EMHOME)/lib/em_data.a $(EMHOME)/modules/lib/libflt.a
 CDIR=$(EMHOME)/mach/proto/ncg

+ 1 - 1
mach/arm/top/Makefile

@@ -3,7 +3,7 @@ LIBS=$(EMHOME)/modules/lib/libstring.a
 PREFLAGS=-I.
 PFLAGS=
 CFLAGS=$(PREFLAGS) $(PFLAGS) -O -DNDEBUG
-LDFLAGS=-i $(PFLAGS)
+LDFLAGS=$(PFLAGS)
 LINTOPTS=-bx
 CDIR=$(EMHOME)/mach/proto/top
 CFILES=$(CDIR)/top.c $(CDIR)/queue.c

+ 1 - 1
mach/i386/as/Makefile

@@ -10,7 +10,7 @@ FFLAG	=
 INCL	= -I. -I$h $(DEF)
 CFLAGS	= $(FFLAG) -O $(INCL)
 YFLAGS	= -d
-LDFLAGS	= $(FFLAG) -i
+LDFLAGS	= $(FFLAG)
 
 CSRC	= $(CDIR)/comm3.c $(CDIR)/comm4.c $(CDIR)/comm5.c \
 	  $(CDIR)/comm6.c $(CDIR)/comm7.c $(CDIR)/comm8.c

+ 1 - 1
mach/i386/ncg/Makefile

@@ -9,7 +9,7 @@ CGGFLAGS=
 PREFLAGS=-I$(EMHOME)/h -I. -I$(EMHOME)/mach -I$(EMHOME)/modules/h -DNDEBUG
 PFLAGS=
 CFLAGS=$(PREFLAGS) $(PFLAGS) -O
-LDFLAGS=-i $(PFLAGS)
+LDFLAGS=$(PFLAGS)
 LINTOPTS=-bx
 LIBS=$(EMHOME)/lib/em_data.a $(EMHOME)/modules/lib/libflt.a
 CDIR=$(EMHOME)/mach/proto/ncg

+ 1 - 1
mach/i80/as/Makefile

@@ -10,7 +10,7 @@ FFLAG	=
 INCL	= -I. -I$h $(DEF)
 CFLAGS	= $(FFLAG) -O $(INCL)
 YFLAGS	= -d
-LDFLAGS	= $(FFLAG) -i
+LDFLAGS	= $(FFLAG)
 
 CSRC	= $(CDIR)/comm3.c $(CDIR)/comm4.c $(CDIR)/comm5.c \
 	  $(CDIR)/comm6.c $(CDIR)/comm7.c $(CDIR)/comm8.c

+ 1 - 1
mach/i80/ncg/Makefile

@@ -9,7 +9,7 @@ CGGFLAGS=
 PREFLAGS=-I$(EMHOME)/h -I. -I$(EMHOME)/mach -I$(EMHOME)/modules/h -DNDEBUG
 PFLAGS=
 CFLAGS=$(PREFLAGS) $(PFLAGS) -O
-LDFLAGS=-i $(PFLAGS)
+LDFLAGS=$(PFLAGS)
 LINTOPTS=-bx
 LIBS=$(EMHOME)/lib/em_data.a $(EMHOME)/modules/lib/libflt.a
 CDIR=$(EMHOME)/mach/proto/ncg

+ 1 - 1
mach/i86/as/Makefile

@@ -10,7 +10,7 @@ FFLAG	=
 INCL	= -I. -I$h $(DEF)
 CFLAGS	= $(FFLAG) -O $(INCL)
 YFLAGS	= -d
-LDFLAGS	= $(FFLAG) -i
+LDFLAGS	= $(FFLAG)
 
 CSRC	= $(CDIR)/comm3.c $(CDIR)/comm4.c $(CDIR)/comm5.c \
 	  $(CDIR)/comm6.c $(CDIR)/comm7.c $(CDIR)/comm8.c

+ 1 - 1
mach/i86/ncg/Makefile

@@ -9,7 +9,7 @@ CGGFLAGS=
 PREFLAGS=-I$(EMHOME)/h -I. -I$(EMHOME)/mach -I$(EMHOME)/modules/h -DNDEBUG
 PFLAGS=
 CFLAGS=$(PREFLAGS) $(PFLAGS) -O
-LDFLAGS=-i $(PFLAGS)
+LDFLAGS=$(PFLAGS)
 LINTOPTS=-bx
 LIBS=$(EMHOME)/lib/em_data.a $(EMHOME)/modules/lib/libflt.a
 CDIR=$(EMHOME)/mach/proto/ncg

+ 1 - 1
mach/m68020/as/Makefile

@@ -10,7 +10,7 @@ FFLAG	=
 INCL	= -I. -I$h $(DEF)
 CFLAGS	= $(FFLAG) -O $(INCL)
 YFLAGS	= -d
-LDFLAGS	= $(FFLAG) -i
+LDFLAGS	= $(FFLAG)
 
 CSRC	= $(CDIR)/comm3.c $(CDIR)/comm4.c $(CDIR)/comm5.c \
 	  $(CDIR)/comm6.c $(CDIR)/comm7.c $(CDIR)/comm8.c

+ 1 - 1
mach/m68020/ncg/Makefile

@@ -9,7 +9,7 @@ CGGFLAGS=
 PREFLAGS=-I$(EMHOME)/h -I. -I$(EMHOME)/mach -I$(EMHOME)/modules/h -DNDEBUG
 PFLAGS=
 CFLAGS=$(PREFLAGS) $(PFLAGS) -O
-LDFLAGS=-i $(PFLAGS)
+LDFLAGS=$(PFLAGS)
 LINTOPTS=-bx
 LIBS=$(EMHOME)/lib/em_data.a $(EMHOME)/modules/lib/libflt.a
 CDIR=$(EMHOME)/mach/proto/ncg

+ 1 - 1
mach/m68020/top/Makefile

@@ -3,7 +3,7 @@ LIBS=$(EMHOME)/modules/lib/libstring.a
 PREFLAGS=-I.
 PFLAGS=
 CFLAGS=$(PREFLAGS) $(PFLAGS) -O -DNDEBUG
-LDFLAGS=-i $(PFLAGS)
+LDFLAGS=$(PFLAGS)
 LINTOPTS=-bx
 CDIR=$(EMHOME)/mach/proto/top
 CFILES=$(CDIR)/top.c $(CDIR)/queue.c

+ 1 - 1
mach/m68k2/as/Makefile

@@ -10,7 +10,7 @@ FFLAG	=
 INCL	= -I. -I$h $(DEF)
 CFLAGS	= $(FFLAG) -O $(INCL)
 YFLAGS	= -d
-LDFLAGS	= $(FFLAG) -i
+LDFLAGS	= $(FFLAG)
 
 CSRC	= $(CDIR)/comm3.c $(CDIR)/comm4.c $(CDIR)/comm5.c \
 	  $(CDIR)/comm6.c $(CDIR)/comm7.c $(CDIR)/comm8.c

+ 1 - 1
mach/m68k2/ncg/Makefile

@@ -9,7 +9,7 @@ CGGFLAGS=
 PREFLAGS=-I$(EMHOME)/h -I. -I$(EMHOME)/mach -I$(EMHOME)/modules/h -DNDEBUG
 PFLAGS=
 CFLAGS=$(PREFLAGS) $(PFLAGS) -O
-LDFLAGS=-i $(PFLAGS)
+LDFLAGS=$(PFLAGS)
 LINTOPTS=-bx
 LIBS=$(EMHOME)/lib/em_data.a $(EMHOME)/modules/lib/libflt.a
 CDIR=$(EMHOME)/mach/proto/ncg

+ 1 - 1
mach/m68k2/top/Makefile

@@ -3,7 +3,7 @@ LIBS=$(EMHOME)/modules/lib/libstring.a
 PREFLAGS=-I.
 PFLAGS=
 CFLAGS=$(PREFLAGS) $(PFLAGS) -O -DNDEBUG
-LDFLAGS=-i $(PFLAGS)
+LDFLAGS=$(PFLAGS)
 LINTOPTS=-bx
 CDIR=$(EMHOME)/mach/proto/top
 CFILES=$(CDIR)/top.c $(CDIR)/queue.c

+ 1 - 1
mach/m68k4/ncg/Makefile

@@ -9,7 +9,7 @@ CGGFLAGS=
 PREFLAGS=-I$(EMHOME)/h -I. -I$(EMHOME)/mach -I$(EMHOME)/modules/h -DNDEBUG
 PFLAGS=
 CFLAGS=$(PREFLAGS) $(PFLAGS) -O
-LDFLAGS=-i $(PFLAGS)
+LDFLAGS=$(PFLAGS)
 LINTOPTS=-bx
 LIBS=$(EMHOME)/lib/em_data.a $(EMHOME)/modules/lib/libflt.a
 CDIR=$(EMHOME)/mach/proto/ncg

+ 1 - 1
mach/moon3/ncg/Makefile

@@ -9,7 +9,7 @@ CGGFLAGS=
 PREFLAGS=-I$(EMHOME)/h -I. -I$(EMHOME)/mach -I$(EMHOME)/modules/h -DNDEBUG
 PFLAGS=
 CFLAGS=$(PREFLAGS) $(PFLAGS) -O
-LDFLAGS=-i $(PFLAGS)
+LDFLAGS=$(PFLAGS)
 LINTOPTS=-bx
 LIBS=$(EMHOME)/lib/em_data.a $(EMHOME)/modules/lib/libflt.a
 CDIR=$(EMHOME)/mach/proto/ncg

+ 1 - 1
mach/ns/as/Makefile

@@ -10,7 +10,7 @@ FFLAG	=
 INCL	= -I. -I$h $(DEF)
 CFLAGS	= $(FFLAG) -O $(INCL)
 YFLAGS	= -d
-LDFLAGS	= $(FFLAG) -i
+LDFLAGS	= $(FFLAG)
 
 CSRC	= $(CDIR)/comm3.c $(CDIR)/comm4.c $(CDIR)/comm5.c \
 	  $(CDIR)/comm6.c $(CDIR)/comm7.c $(CDIR)/comm8.c

+ 1 - 1
mach/ns/ncg/Makefile

@@ -9,7 +9,7 @@ CGGFLAGS=
 PREFLAGS=-I$(EMHOME)/h -I. -I$(EMHOME)/mach -I$(EMHOME)/modules/h -DNDEBUG
 PFLAGS=
 CFLAGS=$(PREFLAGS) $(PFLAGS) -O
-LDFLAGS=-i $(PFLAGS)
+LDFLAGS=$(PFLAGS)
 LINTOPTS=-bx
 LIBS=$(EMHOME)/lib/em_data.a $(EMHOME)/modules/lib/libflt.a
 CDIR=$(EMHOME)/mach/proto/ncg

+ 1 - 1
mach/pdp/as/Makefile

@@ -10,7 +10,7 @@ FFLAG	=
 INCL	= -I. -I$h $(DEF)
 CFLAGS	= $(FFLAG) -O $(INCL)
 YFLAGS	= -d
-LDFLAGS	= $(FFLAG) -i
+LDFLAGS	= $(FFLAG)
 
 CSRC	= $(CDIR)/comm3.c $(CDIR)/comm4.c $(CDIR)/comm5.c \
 	  $(CDIR)/comm6.c $(CDIR)/comm7.c $(CDIR)/comm8.c

+ 1 - 1
mach/pdp/cg/Makefile

@@ -4,7 +4,7 @@ EMHOME=../../..
 PREFLAGS=-I$(EMHOME)/h -I. -I$(EMHOME)/mach -I$(EMHOME)/modules/h -DNDEBUG
 PFLAGS=
 CFLAGS=$(PREFLAGS) $(PFLAGS) -O
-LDFLAGS=-i $(PFLAGS)
+LDFLAGS=$(PFLAGS)
 LINTOPTS=-hbxac
 LIBS=$(EMHOME)/lib/em_data.a $(EMHOME)/modules/lib/libflt.a
 CDIR=$(EMHOME)/mach/proto/cg

+ 1 - 1
mach/pdp/ncg/Makefile

@@ -9,7 +9,7 @@ CGGFLAGS=
 PREFLAGS=-I$(EMHOME)/h -I. -I$(EMHOME)/mach -I$(EMHOME)/modules/h -DNDEBUG
 PFLAGS=
 CFLAGS=$(PREFLAGS) $(PFLAGS) -O
-LDFLAGS=-i $(PFLAGS)
+LDFLAGS=$(PFLAGS)
 LINTOPTS=-bx
 LIBS=$(EMHOME)/lib/em_data.a $(EMHOME)/modules/lib/libflt.a
 CDIR=$(EMHOME)/mach/proto/ncg

+ 1 - 1
mach/pdp/top/Makefile

@@ -3,7 +3,7 @@ LIBS=$(EMHOME)/modules/lib/libstring.a
 PREFLAGS=-I.
 PFLAGS=
 CFLAGS=$(PREFLAGS) $(PFLAGS) -O -DNDEBUG
-LDFLAGS=-i $(PFLAGS)
+LDFLAGS=$(PFLAGS)
 LINTOPTS=-bx
 CDIR=$(EMHOME)/mach/proto/top
 CFILES=$(CDIR)/top.c $(CDIR)/queue.c

+ 1 - 1
mach/proto/as/Makefile

@@ -10,7 +10,7 @@ FFLAG	=
 INCL	= -I. -I$h $(DEF)
 CFLAGS	= $(FFLAG) -O $(INCL)
 YFLAGS	= -d
-LDFLAGS	= $(FFLAG) -i
+LDFLAGS	= $(FFLAG)
 
 CSRC	= $(CDIR)/comm3.c $(CDIR)/comm4.c $(CDIR)/comm5.c \
 	  $(CDIR)/comm6.c $(CDIR)/comm7.c $(CDIR)/comm8.c

+ 1 - 1
mach/proto/cg/Makefile

@@ -4,7 +4,7 @@ EMHOME=../../..
 PREFLAGS=-I$(EMHOME)/h -I. -I$(EMHOME)/mach -I$(EMHOME)/modules/h -DNDEBUG
 PFLAGS=
 CFLAGS=$(PREFLAGS) $(PFLAGS) -O
-LDFLAGS=-i $(PFLAGS)
+LDFLAGS=$(PFLAGS)
 LINTOPTS=-hbxac
 LIBS=$(EMHOME)/lib/em_data.a $(EMHOME)/modules/lib/libflt.a
 CDIR=$(EMHOME)/mach/proto/cg

+ 1 - 1
mach/proto/ncg/Makefile

@@ -9,7 +9,7 @@ CGGFLAGS=
 PREFLAGS=-I$(EMHOME)/h -I. -I$(EMHOME)/mach -I$(EMHOME)/modules/h -DNDEBUG
 PFLAGS=
 CFLAGS=$(PREFLAGS) $(PFLAGS) -O
-LDFLAGS=-i $(PFLAGS)
+LDFLAGS=$(PFLAGS)
 LINTOPTS=-bx
 LIBS=$(EMHOME)/lib/em_data.a $(EMHOME)/modules/lib/libflt.a
 CDIR=$(EMHOME)/mach/proto/ncg

+ 1 - 1
mach/proto/top/Makefile

@@ -3,7 +3,7 @@ LIBS=$(EMHOME)/modules/lib/libstring.a
 PREFLAGS=-I.
 PFLAGS=
 CFLAGS=$(PREFLAGS) $(PFLAGS) -O -DNDEBUG
-LDFLAGS=-i $(PFLAGS)
+LDFLAGS=$(PFLAGS)
 LINTOPTS=-bx
 CDIR=$(EMHOME)/mach/proto/top
 CFILES=$(CDIR)/top.c $(CDIR)/queue.c

+ 1 - 1
mach/s2650/as/Makefile

@@ -10,7 +10,7 @@ FFLAG	=
 INCL	= -I. -I$h $(DEF)
 CFLAGS	= $(FFLAG) -O $(INCL)
 YFLAGS	= -d
-LDFLAGS	= $(FFLAG) -i
+LDFLAGS	= $(FFLAG)
 
 CSRC	= $(CDIR)/comm3.c $(CDIR)/comm4.c $(CDIR)/comm5.c \
 	  $(CDIR)/comm6.c $(CDIR)/comm7.c $(CDIR)/comm8.c

+ 1 - 1
mach/vax4/as/Makefile

@@ -10,7 +10,7 @@ FFLAG	=
 INCL	= -I. -I$h $(DEF)
 CFLAGS	= $(FFLAG) -O $(INCL)
 YFLAGS	= -d
-LDFLAGS	= $(FFLAG) -i
+LDFLAGS	= $(FFLAG)
 
 CSRC	= $(CDIR)/comm3.c $(CDIR)/comm4.c $(CDIR)/comm5.c \
 	  $(CDIR)/comm6.c $(CDIR)/comm7.c $(CDIR)/comm8.c

+ 1 - 1
mach/vax4/cg/Makefile

@@ -4,7 +4,7 @@ EMHOME=../../..
 PREFLAGS=-I$(EMHOME)/h -I. -I$(EMHOME)/mach -I$(EMHOME)/modules/h -DNDEBUG
 PFLAGS=
 CFLAGS=$(PREFLAGS) $(PFLAGS) -O
-LDFLAGS=-i $(PFLAGS)
+LDFLAGS=$(PFLAGS)
 LINTOPTS=-hbxac
 LIBS=$(EMHOME)/lib/em_data.a $(EMHOME)/modules/lib/libflt.a
 CDIR=$(EMHOME)/mach/proto/cg

+ 1 - 1
mach/vax4/top/Makefile

@@ -3,7 +3,7 @@ LIBS=$(EMHOME)/modules/lib/libstring.a
 PREFLAGS=-I.
 PFLAGS=
 CFLAGS=$(PREFLAGS) $(PFLAGS) -O -DNDEBUG
-LDFLAGS=-i $(PFLAGS)
+LDFLAGS=$(PFLAGS)
 LINTOPTS=-bx
 CDIR=$(EMHOME)/mach/proto/top
 CFILES=$(CDIR)/top.c $(CDIR)/queue.c

+ 1 - 1
mach/z80/as/Makefile

@@ -10,7 +10,7 @@ FFLAG	=
 INCL	= -I. -I$h $(DEF)
 CFLAGS	= $(FFLAG) -O $(INCL)
 YFLAGS	= -d
-LDFLAGS	= $(FFLAG) -i
+LDFLAGS	= $(FFLAG)
 
 CSRC	= $(CDIR)/comm3.c $(CDIR)/comm4.c $(CDIR)/comm5.c \
 	  $(CDIR)/comm6.c $(CDIR)/comm7.c $(CDIR)/comm8.c

+ 1 - 1
mach/z80/cg/Makefile

@@ -4,7 +4,7 @@ EMHOME=../../..
 PREFLAGS=-I$(EMHOME)/h -I. -I$(EMHOME)/mach -I$(EMHOME)/modules/h -DNDEBUG
 PFLAGS=
 CFLAGS=$(PREFLAGS) $(PFLAGS) -O
-LDFLAGS=-i $(PFLAGS)
+LDFLAGS=$(PFLAGS)
 LINTOPTS=-hbxac
 LIBS=$(EMHOME)/lib/em_data.a $(EMHOME)/modules/lib/libflt.a
 CDIR=$(EMHOME)/mach/proto/cg

+ 1 - 1
mach/z8000/as/Makefile

@@ -10,7 +10,7 @@ FFLAG	=
 INCL	= -I. -I$h $(DEF)
 CFLAGS	= $(FFLAG) -O $(INCL)
 YFLAGS	= -d
-LDFLAGS	= $(FFLAG) -i
+LDFLAGS	= $(FFLAG)
 
 CSRC	= $(CDIR)/comm3.c $(CDIR)/comm4.c $(CDIR)/comm5.c \
 	  $(CDIR)/comm6.c $(CDIR)/comm7.c $(CDIR)/comm8.c

+ 1 - 1
mach/z8000/cg/Makefile

@@ -4,7 +4,7 @@ EMHOME=../../..
 PREFLAGS=-I$(EMHOME)/h -I. -I$(EMHOME)/mach -I$(EMHOME)/modules/h -DNDEBUG
 PFLAGS=
 CFLAGS=$(PREFLAGS) $(PFLAGS) -O
-LDFLAGS=-i $(PFLAGS)
+LDFLAGS=$(PFLAGS)
 LINTOPTS=-hbxac
 LIBS=$(EMHOME)/lib/em_data.a $(EMHOME)/modules/lib/libflt.a
 CDIR=$(EMHOME)/mach/proto/cg