diff -ru odcctools-245/as/driver.c odcctools-245+iPhone/as/driver.c --- odcctools-245/as/driver.c 2008-05-21 09:32:56.000000000 +0000 +++ odcctools-245+iPhone/as/driver.c 2008-05-21 09:41:33.000000000 +0000 @@ -58,7 +58,7 @@ /* * Construct the prefix to the assembler driver. */ -#if 0 +#ifdef __APPLE__ bufsize = MAXPATHLEN; p = buf; i = _NSGetExecutablePath(p, &bufsize);