diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | mig.in | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2005-04-09 Thomas Schwinge <schwinge@nic-nac-project.de> + + * mig.in: Handle the preprocessor option '-isystem ...' correctly. + 2004-03-18 Roland McGrath <roland@frob.com> * utils.c (do_skip_vfprintf): New macro. @@ -93,7 +93,7 @@ Report bugs to <bug-hurd@gnu.org>. Request assistance at <help-hurd@gnu.org>.\ -prefix | -subrprefix ) migflags="$migflags $1 $2"; shift; shift;; -MD ) sawMD=1; cppflags="$cppflags $1"; shift;; - -imacros ) cppflags="$cppflags $1 $2"; shift; shift;; + -imacros | -isystem ) cppflags="$cppflags $1 $2"; shift; shift;; -cc) cpp="$2"; shift; shift;; -migcom) migcom="$2"; shift; shift;; -* ) cppflags="$cppflags $1"; shift;; |