From: Richard Stallman Date: Mon, 28 Jun 1993 17:01:44 +0000 (+0000) Subject: (CPP_SPEC): For -compat-bsd, put the ucbinclude dirs before, not after. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d7473723961b29eb3e6c99079f7e427e2417794e;p=gcc.git (CPP_SPEC): For -compat-bsd, put the ucbinclude dirs before, not after. From-SVN: r4785 --- diff --git a/gcc/config/sparc/sol2.h b/gcc/config/sparc/sol2.h index 25b188f47be..6954f94a0b3 100644 --- a/gcc/config/sparc/sol2.h +++ b/gcc/config/sparc/sol2.h @@ -29,7 +29,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #undef CPP_SPEC #define CPP_SPEC "\ - %{compat-bsd:-iwithprefix ucbinclude -idirafter /usr/ucbinclude}\ + %{compat-bsd:-iwithprefixbefore ucbinclude -I/usr/ucbinclude}\ %{msparclite:-D__sparclite__} %{mv8:-D__sparc_v8__}" /* The sun bundled assembler doesn't accept -Yd, (and neither does gas).