Date: Mon, 22 May 2000 06:15:26 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/cc/cc1 Makefile src/gnu/usr.bin/cc/cc1obj Makefile src/gnu/usr.bin/cc/cc_int Makefile Message-ID: <200005221315.GAA57407@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 2000/05/22 06:15:26 PDT Modified files: gnu/usr.bin/cc/cc1 Makefile gnu/usr.bin/cc/cc1obj Makefile gnu/usr.bin/cc/cc_int Makefile Log: Attempt to fix buildworld breakage after binutils update. c-decl.o in libcc_int.a was conflicting with the cc1plus decl.o. Move it to the front-ends that use it (hack!). Although quite why the old ld(1) didn't care and the binutils 2.10 one does I'm not sure.. Revision Changes Path 1.19 +2 -2 src/gnu/usr.bin/cc/cc1/Makefile 1.12 +2 -2 src/gnu/usr.bin/cc/cc1obj/Makefile 1.26 +2 -2 src/gnu/usr.bin/cc/cc_int/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?200005221315.GAA57407>