(LIB_SPEC): Always output -lmach.
authorRichard Kenner <kenner@gcc.gnu.org>
Sat, 23 Mar 1996 23:34:38 +0000 (18:34 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Sat, 23 Mar 1996 23:34:38 +0000 (18:34 -0500)
From-SVN: r11606

gcc/config/i860/paragon.h

index f97a4232670b7410dea7867e1116921e46e16d20..f4fd4bdaf5d691100d1d1f5766758714ba051756 100644 (file)
@@ -60,11 +60,11 @@ Boston, MA 02111-1307, USA.  */
 /* libpm.o and guard.o are for the performance monitoring modules (ignored) */
 /* /usr/lib/noieee contains non-IEEE compliant (but faster) math routines */
 #if    HAVE_DASH_G
-#define LIB_SPEC "%{mnoieee:-L/usr/lib/noieee} %{mnx:-lnx -lmach} %
-{g*:-lg} -lc -lic"
+#define LIB_SPEC \
+"%{mnoieee:-L/usr/lib/noieee} %{mnx:-lnx} %{g*:-lg} -lc -lmach -lc -lic"
 #else  /* HAVE_DASH_G */
 /* can't use -g for -lg; libg.a doesn't have a symbol table and ld complains */
-#define LIB_SPEC "%{mnoieee:-L/usr/lib/noieee} %{mnx:-lnx -lmach} -lc -lic"
+#define LIB_SPEC "%{mnoieee:-L/usr/lib/noieee} %{mnx:-lnx} -lc -lmach -lc -lic"
 #endif /* HAVE_DASH_G */
 
 /* Get rid of definition from svr3.h.  */