Skip to content

Commit f3d5009

Browse files
committed
Fix #57
1 parent 3851036 commit f3d5009

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@ powerPC.
2626
Linux and Windows.
2727
3. Use `make USECLANG=1` to build with clang. This is the default on OS X
2828
and FreeBSD.
29-
4. Use `make ARCH=i386` to build for i386. Other supported architectures are
30-
i486, i586, i686, x86_64, and various arm architectures.
29+
4. Architectures are auto-detected. Use `make ARCH=i386` to force a
30+
build for i386. Other supported architectures are i486, i586, and
31+
i686. GCC 4.8 is the minimum requirement for correct codegen on
32+
older 32-bit architectures.
3133
5. On OpenBSD, you need to install GNU Make (port name: `gmake`) and a recent
3234
version of `gcc` (tested: 4.9.2), as the default version provided by OpenBSD
3335
is too old (4.2.1). If you use OpenBSD's port system for this (port name:

0 commit comments

Comments
 (0)