Date: Fri, 17 May 2002 00:55:08 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/lib/csu Makefile Message-ID: <200205170755.g4H7t8s56257@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 2002/05/17 00:55:08 PDT Modified files: gnu/lib/csu Makefile Log: Put on peril-sensitive sunglasses and risk touching gcc related build glue again. Try and deal with platforms that provide their own crtbegin/end asm files (ia64 for example). crtstuff.c does not actually work on ia64 since libgcc.a doesn't have a few key support functions when built on ia64 so it is compulsory to use crtbegin.asm and crtend.asm. Reviewed by: obrien Revision Changes Path 1.12 +19 -15 src/gnu/lib/csu/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205170755.g4H7t8s56257>