Makefile revision 1273
98N/A# The contents of this file are subject to the terms of the 1379N/A# Common Development and Distribution License (the "License"). 98N/A# You may not use this file except in compliance with the License. 919N/A# See the License for the specific language governing permissions 919N/A# and limitations under the License. 919N/A# When distributing Covered Code, include this CDDL HEADER in each 919N/A# If applicable, add the following below this CDDL HEADER, with the 919N/A# fields enclosed by brackets "[]" replaced with your own identifying 919N/A# information: Portions Copyright [yyyy] [name of copyright owner] 919N/A# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved. 493N/A# Enable C99 mode + -Xc for it's additional warnings. 916N/A# Use the maximum number of registers on sparc since we have no libraries 970N/A# 8 byte memory alignment + interpretation of non-alignment instead of SIGBUS 970N/A# -xinline=%auto -- we like inlining where appropriate 970N/A# -xbuiltin=%none -- builtins have been known to be buggy 970N/A# configure checks for some functions, but doesn't seem to want to link in 970N/A# just because we pass -mt, by explicitly passing -lc. 970N/A# -z redlocsym -- let's shrink the SHT_SYMTAB as much as we can 970N/A# The bash test harness needs the GNU userland utilities