Date: Mon, 29 Apr 2002 06:07:20 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/csu/i386-elf Makefile Message-ID: <200204291307.g3TD7Ko68769@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 2002/04/29 06:07:20 PDT
Modified files:
lib/csu/i386-elf Makefile
Log:
Removed "-fkeep-inline-functions" from CFLAGS, since it now has no effect
except to generate spurious warnings about a system header <sys/param.h>
having some inline functions (the bswap family). This backs out the main
part of rev.1.5 (which was the only part left). The problem fixed by
rev.1.5 of the Makefile went away in rev.1.5 of ../common/crtbegin.c
when the references to do_ctors() and do_dtors() in the latter were moved
from inline asm to C code.
This leaves the problem that implementation details cause warnings.
Discussed with: jdp
Revision Changes Path
1.11 +1 -1 src/lib/csu/i386-elf/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?200204291307.g3TD7Ko68769>
