Currently the SPARC handbook instructs users compile their kernels using: make CROSS_COMPILE=<prefix> && make CROSS_COMPILE=<prefix> modules_install I'd like to see an instruction added to the handbook to specify the CC prefix in the kernel config at: General setup -> Cross-compiler tool prefix (This is in at least 3.0.6) By specifying the prefix in the kernel config, SPARC users will be able to compile their kernel with the normal (And much easier-to-type) "make && make modules_install". Reproducible: Always Steps to Reproduce: 1. Configure CC prefix as described above 2. Save kernel config 3. make && make modules_install
sparc-guys, can someone acknowledge this? Is it the "sparc64-unknown-linux-gnu-" value that should be filled in? I notice that 3.0.6 is stable (gentoo-sources) for sparc so I can update it in the handbooks easily.
(In reply to comment #1) > sparc-guys, can someone acknowledge this? Is it the > "sparc64-unknown-linux-gnu-" value that should be filled in? > > I notice that 3.0.6 is stable (gentoo-sources) for sparc so I can update it in > the handbooks easily. Correct; the CC prefix is "sparc64-unknown-linux-gnu-"
(In reply to comment #1) > sparc-guys, can someone acknowledge this? Is it the > "sparc64-unknown-linux-gnu-" value that should be filled in? > > I notice that 3.0.6 is stable (gentoo-sources) for sparc so I can update it in > the handbooks easily. Yeah, looks okay
Thanks a lot (both you Nathan for reporting and Raúl for the confirmation). The change is now in CVS so should show up in an hour or so on site.