From d7473723961b29eb3e6c99079f7e427e2417794e Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Mon, 28 Jun 1993 17:01:44 +0000 Subject: [PATCH] (CPP_SPEC): For -compat-bsd, put the ucbinclude dirs before, not after. From-SVN: r4785 --- gcc/config/sparc/sol2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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). -- 2.30.2