aboutsummaryrefslogtreecommitdiff
path: root/src/ljamalg.c
diff options
context:
space:
mode:
authorMike Pall <mike>2010-10-05 01:36:54 +0200
committerMike Pall <mike>2010-10-05 01:36:54 +0200
commitddae8878786a310f2e6cbe2a1d602a17ea28bb11 (patch)
tree3ffe5c7790acbacdcdae748984960418b358fcc1 /src/ljamalg.c
parente396bef7d8a346c6ea54191d658209ee90047276 (diff)
downloadluajit-ddae8878786a310f2e6cbe2a1d602a17ea28bb11.tar.gz
luajit-ddae8878786a310f2e6cbe2a1d602a17ea28bb11.tar.bz2
luajit-ddae8878786a310f2e6cbe2a1d602a17ea28bb11.zip
Update docs for PPC port. Clarify and extend install instructions.
Diffstat (limited to '')
-rw-r--r--src/ljamalg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ljamalg.c b/src/ljamalg.c
index d2053624..5d66a9eb 100644
--- a/src/ljamalg.c
+++ b/src/ljamalg.c
@@ -6,7 +6,7 @@
6/* 6/*
7+--------------------------------------------------------------------------+ 7+--------------------------------------------------------------------------+
8| WARNING: Compiling the amalgamation needs a lot of virtual memory | 8| WARNING: Compiling the amalgamation needs a lot of virtual memory |
9| (around 160 MB with GCC 4.x)! If you don't have enough physical memory | 9| (around 200 MB with GCC 4.x)! If you don't have enough physical memory |
10| your machine will start swapping to disk and the compile will not finish | 10| your machine will start swapping to disk and the compile will not finish |
11| within a reasonable amount of time. | 11| within a reasonable amount of time. |
12| So either compile on a bigger machine or use the non-amalgamated build. | 12| So either compile on a bigger machine or use the non-amalgamated build. |