mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-10-03 09:01:33 -04:00
13 lines
522 B
C
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") \
|