diff options
author | Rickard Green <[email protected]> | 2010-09-21 16:38:56 +0200 |
---|---|---|
committer | Rickard Green <[email protected]> | 2010-10-29 18:20:09 +0200 |
commit | 3af1a24cb03a5eae1c47efe1dedbef0233e444b0 (patch) | |
tree | be37605828bb33a57ea856cdeb1a13716a08215c /INSTALL.md | |
parent | 998f4fdab59d7cb77b391b46ddd317deb574e721 (diff) | |
download | otp-3af1a24cb03a5eae1c47efe1dedbef0233e444b0.tar.gz otp-3af1a24cb03a5eae1c47efe1dedbef0233e444b0.tar.bz2 otp-3af1a24cb03a5eae1c47efe1dedbef0233e444b0.zip |
Add pre pentium 4 compatibilty configure test
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md index 2567b791e5..1061c5187a 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -277,7 +277,8 @@ Some of the available `configure` options are: x86 processors before pentium 4 (back to 486) in the ethread library. If not passed the ethread library (part of the runtime system) will use instructions that first appeared on the pentium 4 processor when building - for x86. + for x86. This option will be automatically enabled if required on the + build machine. * `--with-libatomic_ops=PATH` - Use the `libatomic_ops` library for atomic memory accesses. If `configure` should inform you about no native atomic implementation available, you typically want to try using the |