#95886#, #65293# disable PIC check for this library

This commit is contained in:
Hans-Joachim Lankenau 2001-12-12 15:43:38 +00:00
parent 0b18416e0c
commit 854a17b6bf
2 changed files with 13 additions and 5 deletions

View file

@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.7 $
# $Revision: 1.8 $
#
# last change: $Author: vg $ $Date: 2001-12-11 19:09:34 $
# last change: $Author: hjs $ $Date: 2001-12-12 16:40:39 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@ -76,6 +76,10 @@ NO_BSYMBOLIC=TRUE
# --- Files --------------------------------------------------------
# disable check for PIC code as it would complain about
# hand coded assembler
CHECKFORPIC=
.IF "$(COM)$(CPU)" == "C50I" || "$(COM)$(CPU)" == "C52I"
CFLAGS += -O5 -xO5
@ -107,5 +111,5 @@ SHL1STDLIBS= \
.INCLUDE : target.mk
$(SLO)$/%.obj: %.s
CC -KPIC -c -o $(SLO)$/$(@:b).o $< ; touch $@
CC -c -o $(SLO)$/$(@:b).o $< ; touch $@

View file

@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.8 $
# $Revision: 1.9 $
#
# last change: $Author: vg $ $Date: 2001-12-11 19:08:22 $
# last change: $Author: hjs $ $Date: 2001-12-12 16:43:38 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@ -76,6 +76,10 @@ NO_BSYMBOLIC=TRUE
# --- Files --------------------------------------------------------
# disable check for PIC code as it would complain about
# hand coded assembler
CHECKFORPIC=
.IF "$(COM)$(CPU)" == "C50S" || "$(COM)$(CPU)" == "C52S"
#CFLAGS += -O5 -xO5