summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bridges/source/cpp_uno/cc50_solaris_intel/makefile.mk10
-rw-r--r--bridges/source/cpp_uno/cc50_solaris_sparc/makefile.mk8
2 files changed, 13 insertions, 5 deletions
diff --git a/bridges/source/cpp_uno/cc50_solaris_intel/makefile.mk b/bridges/source/cpp_uno/cc50_solaris_intel/makefile.mk
index 3c793f9eeb3f..25669da6fc46 100644
--- a/bridges/source/cpp_uno/cc50_solaris_intel/makefile.mk
+++ b/bridges/source/cpp_uno/cc50_solaris_intel/makefile.mk
@@ -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 $@
diff --git a/bridges/source/cpp_uno/cc50_solaris_sparc/makefile.mk b/bridges/source/cpp_uno/cc50_solaris_sparc/makefile.mk
index 69d729cb9de1..dc8d0086dc93 100644
--- a/bridges/source/cpp_uno/cc50_solaris_sparc/makefile.mk
+++ b/bridges/source/cpp_uno/cc50_solaris_sparc/makefile.mk
@@ -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