|
From: <sv...@va...> - 2015-04-09 22:13:37
|
Author: philippe
Date: Thu Apr 9 23:13:29 2015
New Revision: 3123
Log:
Fix a typo in the example given in the comment
Modified:
trunk/priv/multiarch_main_main.c
Modified: trunk/priv/multiarch_main_main.c
==============================================================================
--- trunk/priv/multiarch_main_main.c (original)
+++ trunk/priv/multiarch_main_main.c Thu Apr 9 23:13:29 2015
@@ -56,7 +56,7 @@
-lvexmultiarch-amd64-linux *before* -lvex-amd64-linux
i.e;
gcc -o t1multi t1.o \
- -LInst/lib/valgrind -lvexmultiarch-x86-linux -lvex-amd64-linux -lgcc
+ -LInst/lib/valgrind -lvexmultiarch-amd64-linux -lvex-amd64-linux -lgcc
t1single will only be able to translate from amd64 to amd64.
t1multi will be able to translate from any arch supported by VEX
|