Menu

#2 addin -static to flash_and_burn

closed
nobody
None
5
2006-12-09
2003-11-02
No

It is very interesting to add the option -static to the
in the
freebios2/util/flash_and_burn/Makefile
This makes the program independent of the libc and
other dinamyc libraries, usefull for rescue disks!
the diff file is:

8c9
< ${CC} -o flash_rom flash_rom.c ${OBJS} -lpci
---
> ${CC} -o flash_rom flash_rom.c ${OBJS} -lpci
-static

Cheers

Discussion

  • Jeff Garzik

    Jeff Garzik - 2006-12-09

    Logged In: YES
    user_id=17443
    Originator: NO

    This project has been dormant for years. Please visit http://www.linuxbios.org/ for a great, free BIOS.

     
  • Jeff Garzik

    Jeff Garzik - 2006-12-09
    • status: open --> closed
     

Log in to post a comment.