(CPP_SPEC): For -compat-bsd, put the ucbinclude dirs before, not after.
authorRichard Stallman <rms@gnu.org>
Mon, 28 Jun 1993 17:01:44 +0000 (17:01 +0000)
committerRichard Stallman <rms@gnu.org>
Mon, 28 Jun 1993 17:01:44 +0000 (17:01 +0000)
From-SVN: r4785

gcc/config/sparc/sol2.h

index 25b188f47be666cf3ee5bed750ccd581d18c5de6..6954f94a0b3b6cfdc4ed451415b394c99712391a 100644 (file)
@@ -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).