aboutsummaryrefslogtreecommitdiff
path: root/BUILDING.txt
diff options
context:
space:
mode:
authordcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2010-05-17 20:47:57 +0000
committerdcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2010-05-17 20:47:57 +0000
commit3573ba6cfeb1af9899f2e01bf60c6b708d2dcdf6 (patch)
tree96e9918688ea66cbdb562002d6bb0d1c514dc947 /BUILDING.txt
parent3fe9a17cb489582c02a1b62e32118c7a6b5d9b5e (diff)
64-bit FreeBSD sets host_cpu to "amd64", not "x86_64". Handle that case so that configure will work without explicitly specifying --host.
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@190 632fc199-4ca6-4c93-a231-07263d6284db
Diffstat (limited to 'BUILDING.txt')
-rw-r--r--BUILDING.txt17
1 files changed, 3 insertions, 14 deletions
diff --git a/BUILDING.txt b/BUILDING.txt
index 520acb8..fae1a8a 100644
--- a/BUILDING.txt
+++ b/BUILDING.txt
@@ -35,9 +35,9 @@ Build Requirements
Building libjpeg-turbo
======================
-The following procedure will build libjpeg-turbo on Linux, 32-bit OS X, and
-Solaris/x86 systems (on Solaris, this generates a 32-bit library. See below
-for 64-bit build instructions.)
+The following procedure will build libjpeg-turbo on Linux, FreeBSD, 32-bit
+OS X, and Solaris/x86 systems (on Solaris, this generates a 32-bit library.
+See below for 64-bit build instructions.)
cd libjpeg-turbo
autoreconf -fiv
@@ -163,17 +163,6 @@ Add
to the configure command line.
-64-bit Library Build on 64-bit FreeBSD
---------------------------------------
-
-Add
-
- --host x86_64-unknown-freebsd
-
-to the configure command line. NASM 2.07 or later from FreeBSD ports must be
-installed.
-
-
32-bit Library Build on 64-bit FreeBSD
--------------------------------------