bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

MiG and -isystem


From: Alfred M. Szmidt
Subject: MiG and -isystem
Date: Sun, 01 May 2005 17:02:44 -0400

I see no problems with the following patch, OK to commit?

(but my purposed patch is more correct, though it has the major draw
back of breaking everything)

2005-04-09  Thomas Schwinge  <schwinge@nic-nac-project.de>

        * mig.in: Handle the preprocessor option '-isystem ...' correctly.

--- mig.in.orig 2005-04-09 12:58:11.000000000 +0200
+++ mig.in      2005-04-09 13:01:30.000000000 +0200
@@ -93,7 +93,7 @@
        -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;;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]