From a4db012457734f56965bab9be1c49c3ff978f61a Mon Sep 17 00:00:00 2001 From: Tim Bell Date: Tue, 22 Oct 2013 16:29:33 -0700 Subject: [PATCH] 8027039: [jprt] Remove 32-bit Solaris from jprt.properties files Reviewed-by: mduigou, mchung --- jaxp/make/jprt.properties | 2 -- 1 file changed, 2 deletions(-) diff --git a/jaxp/make/jprt.properties b/jaxp/make/jprt.properties index b03c53ca656..5dfce3c118c 100644 --- a/jaxp/make/jprt.properties +++ b/jaxp/make/jprt.properties @@ -33,9 +33,7 @@ jprt.build.flavors=product,fastdebug # Standard list of jprt build targets for this source tree jprt.build.targets= \ - solaris_sparc_5.10-{product|fastdebug}, \ solaris_sparcv9_5.10-{product|fastdebug}, \ - solaris_i586_5.10-{product|fastdebug}, \ solaris_x64_5.10-{product|fastdebug}, \ linux_i586_2.6-{product|fastdebug}, \ linux_x64_2.6-{product|fastdebug}, \