INTEGRATION: CWS nativefixer10 (1.6.26); FILE MERGED
2005/06/13 13:43:57 obr 1.6.26.1: #123452# teach user install scripts to install patches as well
This commit is contained in:
parent
4b7bfb1c80
commit
706cab536b
1 changed files with 16 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
|||
#
|
||||
# $RCSfile: makefile.mk,v $
|
||||
#
|
||||
# $Revision: 1.6 $
|
||||
# $Revision: 1.7 $
|
||||
#
|
||||
# last change: $Author: kz $ $Date: 2005-03-04 15:24:54 $
|
||||
# last change: $Author: rt $ $Date: 2005-06-17 14:13:12 $
|
||||
#
|
||||
# The Contents of this file are made available subject to the terms of
|
||||
# either of the following licenses
|
||||
|
@ -63,9 +63,12 @@
|
|||
PRJ=..$/..
|
||||
|
||||
PRJNAME=setup_native
|
||||
LIBTARGET=NO
|
||||
TARGET=getuid
|
||||
|
||||
NO_DEFAULT_STL=TRUE
|
||||
LIBSALCPPRT=$(0)
|
||||
LIBTARGET=NO
|
||||
|
||||
# --- Settings -----------------------------------------------------
|
||||
|
||||
.INCLUDE : settings.mk
|
||||
|
@ -92,6 +95,16 @@ CFLAGS+=-D_KERNEL
|
|||
.ENDIF
|
||||
.ENDIF
|
||||
|
||||
# this object must not be a Ultra SPARC binary, this does not
|
||||
# work with /usr/bin/sort and such.
|
||||
.IF "$(OS)" == "SOLARIS"
|
||||
.IF "$(CPU)" == "S"
|
||||
.IF "$(COM)" != "GCC"
|
||||
ENVCFLAGS=-xarch=v8
|
||||
.ENDIF
|
||||
.ENDIF
|
||||
.ENDIF
|
||||
|
||||
SLOFILES = $(SLO)$/getuid.obj
|
||||
|
||||
SHL1OBJS=$(SLOFILES)
|
||||
|
|
Loading…
Reference in a new issue