[Midnightbsd-cvs] src: Makefile: Disable _s.so file for now to unbreak world.
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Oct 21 23:46:31 EDT 2007
Log Message:
-----------
Disable _s.so file for now to unbreak world. This will need to be fixed to enable pcc.
Modified Files:
--------------
src/gnu/lib/libgcc:
Makefile (r1.3 -> r1.4)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/src/gnu/lib/libgcc/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -Lgnu/lib/libgcc/Makefile -Lgnu/lib/libgcc/Makefile -u -r1.3 -r1.4
--- gnu/lib/libgcc/Makefile
+++ gnu/lib/libgcc/Makefile
@@ -6,16 +6,9 @@
GCCDIR= ${.CURDIR}/../../../contrib/gcc
.PATH: ${GCCDIR}/config/${GCC_CPU} ${GCCDIR}
-# allow to be overridden for the a.out case
-#.if !defined(LIB) || ${LIB} != "gcc_r"
-#LIB= gcc
-#.endif
-
LIB= gcc
-SHLIB_NAME= libgcc_s.so.1
-SHLIBDIR?= /lib
-
-#SHLIB_MAJOR= 1
+#SHLIB_NAME= libgcc_s.so.1
+#SHLIBDIR?= /lib
# We need to install libgcc_pic.a as well, for use by shared libs.
INSTALL_PIC_ARCHIVE=
@@ -93,11 +86,6 @@
# When upgrading GCC, get the following defintions from config/<cpu>/t-*
#
-.if ${TARGET_ARCH} == "alpha"
-# from config/alpha/t-alpha
-LIB2FUNCS_EXTRA = qrnnd.asm
-.endif
-
.if ${TARGET_ARCH} == "arm"
# from config/arm/t-strongarm-elf
CFLAGS+= -Dinhibit_libc -fno-inline
More information about the Midnightbsd-cvs
mailing list