Commit d7473723 by Richard Stallman

(CPP_SPEC): For -compat-bsd, put the ucbinclude dirs before, not after.

From-SVN: r4785
parent cc930888
...@@ -29,7 +29,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ...@@ -29,7 +29,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#undef CPP_SPEC #undef CPP_SPEC
#define 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__}" %{msparclite:-D__sparclite__} %{mv8:-D__sparc_v8__}"
/* The sun bundled assembler doesn't accept -Yd, (and neither does gas). /* The sun bundled assembler doesn't accept -Yd, (and neither does gas).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment