pkgsrc-ng/lang/gcc45/patches/patch-gcc_gcc.h
Lionel Sambuc 612ad0a18c lang/gcc45
2016-01-22 00:09:29 +01:00

13 lines
522 B
C

$NetBSD$
--- gcc/gcc.h.orig Sun Jan 3 17:03:38 2010
+++ gcc/gcc.h
@@ -50,6 +50,7 @@ struct spec_function
|| !strcmp (STR, "iwithprefix") || !strcmp (STR, "iwithprefixbefore") \
|| !strcmp (STR, "iquote") || !strcmp (STR, "isystem") \
|| !strcmp (STR, "isysroot") \
+ || !strcmp (STR, "cxx-isystem") || !strcmp (STR, "-iremap") \
|| !strcmp (STR, "-param") || !strcmp (STR, "specs") \
|| !strcmp (STR, "MF") || !strcmp (STR, "MT") || !strcmp (STR, "MQ") \
|| !strcmp (STR, "fintrinsic-modules-path") \