diff options
author | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2011-03-14 09:08:27 +0000 |
---|---|---|
committer | Peter Stuge <peter@stuge.se> | 2011-03-14 09:08:27 +0000 |
commit | 9018b6ee641407703a0c3967356a07d50f6bb4b5 (patch) | |
tree | c4f5c2724b9ef6e618aabd800905686cf6c692dd /util/msrtool/configure | |
parent | 0238a9caa3c6bc4cbc084b350f5cc016dc24178d (diff) | |
download | coreboot-9018b6ee641407703a0c3967356a07d50f6bb4b5.tar.xz |
msrtool: Update to use DirectHW on Mac OS X
http://www.coreboot.org/DirectHW
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Acked-by: Peter Stuge <peter@stuge.se>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6443 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/msrtool/configure')
-rwxr-xr-x | util/msrtool/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/msrtool/configure b/util/msrtool/configure index e52054ba5e..35d17183a2 100755 --- a/util/msrtool/configure +++ b/util/msrtool/configure @@ -155,7 +155,7 @@ CFLAGS=`trycompile "libpci (from pciutils)" "${pc_CFLAGS}" "-I/usr/local/include rm -f .config.c exit 1 } -LDFLAGS=`trylink "libpci (from pciutils)" "${pc_LDFLAGS}" "-lpci -lz" "-L/usr/local/lib -lpci -lz" "-framework DirectIO -lpci -lz"` || { +LDFLAGS=`trylink "libpci (from pciutils)" "${pc_LDFLAGS}" "-lpci -lz" "-L/usr/local/lib -lpci -lz" "-framework DirectHW -lpci -lz"` || { rm -f .config.c .config.o exit 1 } |