Commit 8b710c4f by Niklas Hallqvist

tower.h (LIB_SPEC): Use %s instead of absolute path.

	* config/m68k/tower.h (LIB_SPEC): Use %s instead of absolute path.
	(STARTFILE_SPEC): Moved here from tower-as.h.  Use %s instead of
	absolute path.

From-SVN: r3312
parent 6b02c316
...@@ -70,8 +70,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ...@@ -70,8 +70,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
%{m68881:-L/usr/lib/fp}" %{m68881:-L/usr/lib/fp}"
#define LIB_SPEC \ #define LIB_SPEC \
"%{shlib:-lc_s} -lc crtend.o%s \ "%{shlib:-lc_s} -lc crtend.o%s crtn.o%s"
%{m68881:/usr/lib/fp/crtn.o}%{!m68881:/lib/crtn.o}"
#define STARTFILE_SPEC \
"%{p:mcrt1.o%s} %{!p:crt1.o%s} crtbegin.o%s"
/* Use mem* functions, recognize #ident lines. */ /* Use mem* functions, recognize #ident lines. */
......
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