More -f switches in opts.c
Neil Booth
neil@daikokuya.co.uk
Sat Jun 21 21:06:00 GMT 2003
Neil Booth wrote:-
> Bootstrapped C, C++ and ObjC on x86 NetBSD with no regressions.
>
> I need to fix the option decoder; I think it can still get options
> beginning with -g and -ffixed- wrong.
>
> Neil.
I forgot the Makefile update. I'll also bootstrap f77 as it touches
that front end.
Neil.
Index: Makefile.in
===================================================================
RCS file: /cvs/gcc/gcc/gcc/Makefile.in,v
retrieving revision 1.1086
diff -u -p -r1.1086 Makefile.in
--- Makefile.in 21 Jun 2003 15:59:29 -0000 1.1086
+++ Makefile.in 21 Jun 2003 19:23:59 -0000
@@ -1482,7 +1482,8 @@ diagnostic.o : diagnostic.c diagnostic.h
$(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(TREE_H) $(TM_P_H) flags.h $(GGC_H) \
input.h toplev.h intl.h langhooks.h $(LANGHOOKS_DEF_H)
opts.o : opts.c opts.h options.h toplev.h $(CONFIG_H) $(SYSTEM_H) \
- coretypes.h $(TREE_H) $(TM_H) $(LANGHOOKS_H) $(GGC_H) $(RTL_H) output.h
+ coretypes.h $(TREE_H) $(TM_H) $(LANGHOOKS_H) $(GGC_H) $(RTL_H) \
+ output.h diagnostic.h
toplev.o : toplev.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(TREE_H) $(RTL_H) \
function.h flags.h xcoffout.h input.h $(INSN_ATTR_H) output.h diagnostic.h \
debug.h insn-config.h intl.h $(RECOG_H) Makefile toplev.h \
More information about the Gcc-patches
mailing list