173N/A# The contents of this file are subject to the terms of the 173N/A# Common Development and Distribution License (the "License"). 173N/A# You may not use this file except in compliance with the License. 173N/A# See the License for the specific language governing permissions 173N/A# and limitations under the License. 173N/A# When distributing Covered Code, include this CDDL HEADER in each 173N/A# If applicable, add the following below this CDDL HEADER, with the 173N/A# fields enclosed by brackets "[]" replaced with your own identifying 173N/A# information: Portions Copyright [yyyy] [name of copyright owner] 5680N/A# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved. 3817N/A# Built in SFW with gcc and builds cleanly now only with gcc 4832N/A# Remove the GNU specific "-pthreads" Cflags option from the guile config 4832N/A# files. In case we need to back-port this to earlier versions of Solaris, 4832N/A# -D_POSIX_PTHREAD_SEMANTICS is added in its place, which makes the pthreads 4832N/A# interfaces behave as specified in the POSIX standard (even though it does 4832N/A $(GSED) -i -e
's/-pthreads/-D_POSIX_PTHREAD_SEMANTICS/' \
5680N/A $(GSED) -i -e
's|$(USRBINDIR)/$(MACH32)|$(USRBINDIR)|' \
5906N/A# Different test results on x86 and SPARC. 5906N/A '-e "/^Totals for this test run:/p" ' \
5906N/A '-e "/^unexpected passes:/p" ' \
5906N/A '-e "/^expected failures:/p" ' \
5906N/A '-e "/^unresolved test cases:/p" ' \
5906N/A '-e "/^untested test cases:/p" ' \
5906N/A '-e "/^unsupported test cases:/p" ' \