aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1993-06-28 17:01:44 +0000
committerRichard Stallman <rms@gnu.org>1993-06-28 17:01:44 +0000
commitd7473723961b29eb3e6c99079f7e427e2417794e (patch)
tree762a70ec9294a8d4f3d183ca6874932430db12e3
parentcc93088804b7c2efb573f0ad4346fcf8c0ef9cde (diff)
downloadgcc-d7473723961b29eb3e6c99079f7e427e2417794e.zip
gcc-d7473723961b29eb3e6c99079f7e427e2417794e.tar.gz
gcc-d7473723961b29eb3e6c99079f7e427e2417794e.tar.bz2
(CPP_SPEC): For -compat-bsd, put the ucbinclude dirs before, not after.
From-SVN: r4785
-rw-r--r--gcc/config/sparc/sol2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/sparc/sol2.h b/gcc/config/sparc/sol2.h
index 25b188f..6954f94 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).