aboutsummaryrefslogtreecommitdiff
path: root/BUILDING.txt
diff options
context:
space:
mode:
authordcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2012-03-23 03:11:12 +0000
committerdcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2012-03-23 03:11:12 +0000
commit765c62903cbe24250643b8a90268d226a66b9889 (patch)
treed91edc1bf6584f6d54c695f553e16204932f10b7 /BUILDING.txt
parent9cde14a16cab2b3acf5ddd0eed7cdf84b6e141f0 (diff)
"Sun Studio"="Oracle Solaris Studio"
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@817 632fc199-4ca6-4c93-a231-07263d6284db
Diffstat (limited to 'BUILDING.txt')
-rw-r--r--BUILDING.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/BUILDING.txt b/BUILDING.txt
index fc583ee..8f19edc 100644
--- a/BUILDING.txt
+++ b/BUILDING.txt
@@ -258,8 +258,8 @@ to the configure command line. NASM 2.07 or later from FreeBSD ports must be
installed.
-Sun Studio
-----------
+Oracle Solaris Studio
+---------------------
Add
@@ -268,7 +268,7 @@ Add
to the configure command line. libjpeg-turbo will automatically be built with
the maximum optimization level (-xO5) unless you override CFLAGS.
-To build a 64-bit version of libjpeg-turbo using Sun Studio, add
+To build a 64-bit version of libjpeg-turbo using Oracle Solaris Studio, add
--host x86_64-pc-solaris CC=cc CFLAGS='-xO5 -m64' LDFLAGS=-m64