From: Richard Kenner Date: Sat, 23 Mar 1996 23:34:38 +0000 (-0500) Subject: (LIB_SPEC): Always output -lmach. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=06ed212d73c806a09939d57c57269f38928bd437;p=gcc.git (LIB_SPEC): Always output -lmach. From-SVN: r11606 --- diff --git a/gcc/config/i860/paragon.h b/gcc/config/i860/paragon.h index f97a4232670..f4fd4bdaf5d 100644 --- a/gcc/config/i860/paragon.h +++ b/gcc/config/i860/paragon.h @@ -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. */