lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <Pine.LNX.4.64.0710101324230.6071@localhost.localdomain> Date: Wed, 10 Oct 2007 13:26:16 -0400 (EDT) From: "Robert P. J. Day" <rpjday@...dspring.com> To: Randy Dunlap <randy.dunlap@...cle.com> cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org> Subject: Re: cleaning up "make headers_install" for various architectures On Wed, 10 Oct 2007, Randy Dunlap wrote: > On Wed, 10 Oct 2007 12:44:58 -0400 (EDT) Robert P. J. Day wrote: > > > the final example, parisc, just plain fails: > > > > $ make ARCH=parisc headers_install > > /home/rpjday/k/git/scripts/gcc-version.sh: line 16: hppa-linux-gcc: command not found > > /home/rpjday/k/git/scripts/gcc-version.sh: line 17: hppa-linux-gcc: command not found > > /home/rpjday/k/git/arch/parisc/Makefile:39: *** Sorry, GCC v3.3 or above is required.. Stop. > > > Try > $ make CROSS_COMPILE="" CC=gcc ARCH=parisc headers_install > > :( > --- > ~Randy oh, i know how to get around it -- i was just thinking that it shouldn't *require* a workaround, that's all. all of those previous warnings and errors are clearly due to the early part of the make testing for the appropriate arch-specific build tools without realizing that the make target doesn't *need* any of those things just to install headers. rday -- ======================================================================== Robert P. J. Day Linux Consulting, Training and Annoying Kernel Pedantry Waterloo, Ontario, CANADA http://crashcourse.ca ======================================================================== - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists