summaryrefslogtreecommitdiffstats
path: root/libraries/flashplugin-lahf-fix/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/flashplugin-lahf-fix/README')
-rw-r--r--libraries/flashplugin-lahf-fix/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/libraries/flashplugin-lahf-fix/README b/libraries/flashplugin-lahf-fix/README
new file mode 100644
index 0000000000..a276ef6232
--- /dev/null
+++ b/libraries/flashplugin-lahf-fix/README
@@ -0,0 +1,7 @@
+Simple work-around for running the 64-bit Adobe Flash plug-in version 10
+on Athlon64 processors without support for the lahf instruction.
+
+Compile with:
+cc -fPIC -shared -nostdlib -lc -oflashplugin-lahf-fix.so flashplugin-lahf-fix.c
+Then place the .so file in the plug-in directory (e.g. $HOME/.mozilla/plugins)
+or use LD_PRELOAD to force Firefox to load the library.