On 03.04.2012 22:32, Dave Mielke wrote: > -ffreestanding, -nostdinc, and -nostdlib are all being passed to gcc. This is > working for includes - only grub's headers are beinbg checked. For linking, > however, it's still using the libraries on my system. Do I need more options > than just -nostdlib? Make sure that -nostdlib is passed in linking stage. > If I make grub, will it give me libraries for configure to check against - > for > example, for AC_CHECK_FUNC()? If yes, is there a make target which'll just > make > the libraries, and which directories should gcc be pointed to? GRUB doesn't provide any libraries. It wouldn't make any sense to have any libraries for runtime. >
-- Regards Vladimir 'φ-coder/phcoder' Serbinenko
signature.asc
Description: OpenPGP digital signature
_______________________________________________ This message was sent via the BRLTTY mailing list. To post a message, send an e-mail to: [email protected] For general information, go to: http://mielke.cc/mailman/listinfo/brltty
