INTEGRATION: CWS sb37 (1.19.70); FILE MERGED

2005/09/12 17:52:08 hjs 1.19.70.2: RESYNC: (1.19-1.21); FILE MERGED
2005/09/12 15:42:45 hjs 1.19.70.1: #125477# introduce C_RESTRICTIONFLAGS; supply SYSBASE define
This commit is contained in:
Jens-Heiner Rechtien 2005-12-28 15:56:09 +00:00
parent 09749d0373
commit 2d67d237fb

View file

@ -4,9 +4,9 @@
# #
# $RCSfile: unxsols4.mk,v $ # $RCSfile: unxsols4.mk,v $
# #
# $Revision: 1.21 $ # $Revision: 1.22 $
# #
# last change: $Author: rt $ $Date: 2005-09-08 10:02:42 $ # last change: $Author: hr $ $Date: 2005-12-28 16:56:09 $
# #
# The Contents of this file are made available subject to # The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1. # the terms of GNU Lesser General Public License Version 2.1.
@ -105,10 +105,11 @@ LINKC=$(CC)
# link against set of baseline libraries # link against set of baseline libraries
.IF "$(SYSBASE)"!="" .IF "$(SYSBASE)"!=""
.IF "$(UPDATER)"!="" C_RESTRICTIONFLAGS*=-xc99=none
LD_OPTIONS+=-L$(SYSBASE)$/usr$/lib LD_OPTIONS+=-L$(SYSBASE)$/usr$/lib
CDEFS+=-DSYSBASE="$(SYSBASEINC)"
CFLAGSCC+=$(C_RESTRICTIONFLAGS)
.EXPORT : LD_OPTIONS .EXPORT : LD_OPTIONS
.ENDIF # "$(UPDATER)"!=""
.ENDIF # "$(SYSBASE)"!="" .ENDIF # "$(SYSBASE)"!=""
# -z combreloc combines multiple relocation sections. Reduces overhead on startup # -z combreloc combines multiple relocation sections. Reduces overhead on startup