Author: dgilmore
Date: 2010-09-22 18:12:55 -0400 (Wed, 22 Sep 2010)
New Revision: 3356
Modified:
trunk/osprey/driver/phases.c
Log:
Sorry I flubbed my testing.
Fixed problem with r3353 / r3284 (bug 661).
Reviewed by Mei and approved by Jian-Xin.
Modified: trunk/osprey/driver/phases.c
===================================================================
--- trunk/osprey/driver/phases.c 2010-09-21 23:47:06 UTC (rev 3355)
+++ trunk/osprey/driver/phases.c 2010-09-22 22:12:55 UTC (rev 3356)
@@ -3130,7 +3130,7 @@
if (abi == ABI_N32) {
asprintf(&our_path, "%s" LIBPATH "/32", root_prefix);
} else {
- asprintf(&our_path, "%s" LIBPATH, root_prefix);
+ asprintf(&our_path, "%s" LIBPATH "/64", root_prefix);
}
add_string(args, concat_strings("-L", our_path));
------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Open64-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/open64-devel