From 22f4f33ab49abdfb29f1b181221f7c29fd87338e Mon Sep 17 00:00:00 2001 From: geoffk1 <geoffk1@4ea69e1a-61f1-4043-bf83-b5c94c648137> Date: Fri, 27 Apr 2007 08:50:00 +0000 Subject: [PATCH] Update cross-building command for Darwin. git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@2399 4ea69e1a-61f1-4043-bf83-b5c94c648137 --- sm5/INSTALL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sm5/INSTALL b/sm5/INSTALL index 9f00adb69..9f6bb689a 100644 --- a/sm5/INSTALL +++ b/sm5/INSTALL @@ -1,7 +1,7 @@ Smartmontools installation instructions ======================================= -$Id: INSTALL,v 1.72 2006/11/15 22:48:04 chrfranke Exp $ +$Id: INSTALL,v 1.73 2007/04/27 08:50:00 geoffk1 Exp $ Please also see the smartmontools home page: http://smartmontools.sourceforge.net/ @@ -350,7 +350,7 @@ SuSE: If you'd like to build the i386 version on a powerpc machine, you can use - CC='gcc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386' \ + CXX='g++ -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386' \ ./configure --host=i386-apple-darwin \ --with-initscriptdir=/Library/StartupItems -- GitLab