Makefile revision 5680
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# CDDL HEADER START
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# The contents of this file are subject to the terms of the
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# Common Development and Distribution License (the "License").
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# You may not use this file except in compliance with the License.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# See the License for the specific language governing permissions
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# and limitations under the License.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# When distributing Covered Code, include this CDDL HEADER in each
3c9168fa8e9c30d55b3aa2fde74bd7da46df53f5Hans Rosenfeld# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5886b388693aede815c0cf5262e123d4677cd72cGarrett D'Amore# If applicable, add the following below this CDDL HEADER, with the
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov# fields enclosed by brackets "[]" replaced with your own identifying
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# information: Portions Copyright [yyyy] [name of copyright owner]
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# CDDL HEADER END
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov# gnupth only delivers scripts that embed paths, so prefer 32-bit.
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov sha256:72353660c5a2caafd601b20e12e75d865fd88f6cf1a088b306a3963f0bc77232
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov# Enable C99 mode + -Xc for its additional warnings.
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov# -xinline=%auto -- we like inlining where appropriate
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov# -xbuiltin=%none -- builtins have been known to be buggy
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri PankovCONFIGURE_ENV += CPP="$(CC) $(CPPFLAGS) $(CFLAGS) -E"
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri PankovCOMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov '-e "s|\(^Pth:\).*|\1|" '