107N/A# The contents of this file are subject to the terms of the
107N/A# Common Development and Distribution License (the "License").
107N/A# You may not use this file except in compliance with the License.
107N/A# See the License for the specific language governing permissions
107N/A# and limitations under the License.
107N/A# When distributing Covered Code, include this CDDL HEADER in each
107N/A# If applicable, add the following below this CDDL HEADER, with the
107N/A# fields enclosed by brackets "[]" replaced with your own identifying
107N/A# information: Portions Copyright [yyyy] [name of copyright owner]
3996N/A# Copyright (c) 2013, Oracle
and/or its affiliates. All rights reserved.
107N/A# the configure and install of ruby
107N/A# use gcc/g++ instead of build-system-specific paths to cc or CC
618N/A# Note that for the first two command lines below,
844N/As/\'CC=.*\/cc\'/\'CC=\/usr\/bin\/gcc\'/
844N/As/\'CXX=.*\/CC\'/\'CXX=\/usr\/bin\/g++\'/
107N/As/CONFIG\[\"CFLAGS\"\].*$/CONFIG\[\"CFLAGS\"\] = \"-g -O3 -fPIC\"/
3661N/As/"$(CC) -G"/"$(CC) -shared"/
2601N/As/"$(CXX) -G"/"$(CXX) -shared"/
3996N/A# These paths to GNU commands are symlinks which are only available when
3996N/As/\/usr\/bin\/ginstall/\/usr\/gnu\/bin\/install/
107N/As/\/usr\/bin\/gmkdir/\/usr\/gnu\/bin\/mkdir/
107N/As/\/usr\/bin\/gsed/\/usr\/gnu\/bin\/sed/
107N/A# add this line to the end of the file