Messages in this thread |  | | | Date | Thu, 1 Feb 2001 13:11:30 +0800 | | From | Richard Shih-Ping Chan <> | | Subject | CVS ld breaks in arch/i386/boot/Makefile |
| |
This is just a warning to those of you who (are so foolhardy as to:-)) use CVS binutils to build the linux kernel. The current CVS ld requires that the option ld ... -oformat binary ... now be written as ld ... --oformat binary ... Note the two dashes. This breakage occurs in arch/i386/boot/Makefile
[From the maintainers: this is necessary to avoid confusion with other options like -o format]
--
Chan Shih-Ping (Richard) <cshihpin@dso.org.sg> DSO National Laboratories 20 Science Park Drive Singapore 118230 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
|  |