summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2012-03-23 03:12:35 +0000
committerdcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2012-03-23 03:12:35 +0000
commitfd1aa567fd927947ba6227dc3c2d7d8658f6973c (patch)
tree96824f5ef943e009c9699f2a6ae53ba60eab1a86
parentb9fe5b2d241a7a93ed2638e807e62b6a66b4ae69 (diff)
"Sun Studio"="Oracle Solaris Studio"
git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@818 3789f03b-4d11-0410-bbf8-ca57d06f2519
-rw-r--r--branches/1.2.x/BUILDING.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/branches/1.2.x/BUILDING.txt b/branches/1.2.x/BUILDING.txt
index fc583ee..8f19edc 100644
--- a/branches/1.2.x/BUILDING.txt
+++ b/branches/1.2.x/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