Date: Fri, 11 Oct 2002 20:55:09 -0700 (PDT) From: "David E. O'Brien" <obrien@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/binutils/as/alpha-freebsd config.h src/gnu/usr.bin/binutils/as/i386-freebsd config.h src/gnu/usr.bin/binutils/as/ia64-freebsd config.h src/gnu/usr.bin/binutils/as/powerpc-freebsd config.h src/gnu/usr.bin/binutils/as/sparc64-freebsd config.h src/gnu/usr.bin/binutils/as/x86-64-freebsd config.h Message-ID: <200210120355.g9C3t9kj014828@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
obrien 2002/10/11 20:55:09 PDT
Modified files:
gnu/usr.bin/binutils/as/alpha-freebsd config.h
gnu/usr.bin/binutils/as/i386-freebsd config.h
gnu/usr.bin/binutils/as/ia64-freebsd config.h
gnu/usr.bin/binutils/as/powerpc-freebsd config.h
gnu/usr.bin/binutils/as/sparc64-freebsd config.h
gnu/usr.bin/binutils/as/x86-64-freebsd config.h
Log:
Talk about punting and not going to any trouble to DTRT:
contrib/binutils/include/getopt.h
/* Many other libraries have conflicting prototypes for getopt, with
differences in the consts, in stdlib.h. To avoid compilation
errors, only prototype getopt for the GNU C library. */
so manually define HAVE_DECL_GETOPT since configure doesn't offer any way
to set it... and its unistd.h not stdlib.h dang it.
Revision Changes Path
1.7 +2 -1 src/gnu/usr.bin/binutils/as/alpha-freebsd/config.h
1.7 +2 -0 src/gnu/usr.bin/binutils/as/i386-freebsd/config.h
1.3 +2 -0 src/gnu/usr.bin/binutils/as/ia64-freebsd/config.h
1.5 +2 -0 src/gnu/usr.bin/binutils/as/powerpc-freebsd/config.h
1.6 +2 -0 src/gnu/usr.bin/binutils/as/sparc64-freebsd/config.h
1.2 +2 -0 src/gnu/usr.bin/binutils/as/x86-64-freebsd/config.h
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?200210120355.g9C3t9kj014828>
