This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[PATCH] -remap option.


toplev.c	(lang_options): handle -remap preprocessor option used on cygwin32.

Index: toplev.c
===================================================================
RCS file: /egcs/carton/cvsfiles/egcs/gcc/toplev.c,v
retrieving revision 1.72
diff -u -p -r1.72 toplev.c
--- toplev.c    1998/06/10 10:12:28     1.72
+++ toplev.c    1998/06/11 10:04:51
@@ -906,6 +906,7 @@ char *lang_options[] =
   "-nostdinc++",
   "-U",
   "-undef",
+  "-remap",

 #include "options.h"
   0


-- 
Sergey Okhapkin, http://www.lexa.ru/sos
Moscow, Russia.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]