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