mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-01 14:11:15 +02:00
Add support for NetBSD
Corresponding to flashrom svn r838. Signed-off-by: Jonathan A. Kollasch <jakllsch@kollasch.net> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
This commit is contained in:

committed by
Carl-Daniel Hailfinger

parent
aca1dce951
commit
3646c8f31f
4
README
4
README
@ -65,10 +65,10 @@ To compile on Solaris, use:
|
||||
|
||||
gmake LDFLAGS="-L$pathtolibpci" CC="gcc -I$pathtopciheaders" CFLAGS=-O2
|
||||
|
||||
To compile on DragonFly BSD, use:
|
||||
To compile on NetBSD or DragonFly BSD, use:
|
||||
|
||||
ln -s /usr/pkg/include/pciutils pci
|
||||
gmake CFLAGS=-I. LDFLAGS="-L/usr/pkg/lib"
|
||||
gmake CFLAGS=-I. LDFLAGS="-L/usr/pkg/lib -Wl,-rpath-link,/usr/pkg/lib"
|
||||
|
||||
To compile and run on Darwin/Mac OS X:
|
||||
|
||||
|
Reference in New Issue
Block a user