From 3573ba6cfeb1af9899f2e01bf60c6b708d2dcdf6 Mon Sep 17 00:00:00 2001 From: dcommander Date: Mon, 17 May 2010 20:47:57 +0000 Subject: 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 --- BUILDING.txt | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) (limited to 'BUILDING.txt') 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 -------------------------------------- -- cgit v1.2.3