Add instructions about how to invoke make for 64-bit Power processor, which requires that the BITMODE=64 be passed on both the 'make' and 'make install' invocations. --- README | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/README b/README index 1d56cf5..75d1ae1 100644 --- a/README +++ b/README @@ -78,6 +78,11 @@ INSTALLATION follows (assuming you have the multilib version of gcc): $ make OPTION="-m32 -O2" + - to compile and install the library for 64-bit Power processors, + invoke make as follows: + $ make BITMODE=64 + $ make BITMODE=64 install + REQUIREMENTS: ------------- - to run the programs in the perf_examples subdir, you MUST be using a -- 1.7.0.4 ------------------------------------------------------------------------------ _______________________________________________ perfmon2-devel mailing list perfmon2-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/perfmon2-devel