diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2002-09-17 01:49:00 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2002-09-17 01:49:00 +0000 |
| commit | 66422f5b7a1a6055f0b2358268eb902aab6e2e3e (patch) | |
| tree | 7d8147c99f6bfb34b7cb47ad46e24a4f7dc93102 /gnu/lib | |
| parent | 4e6ef0845de37f8c4a29410d48d3847da78a9c9f (diff) | |
Notes
Diffstat (limited to 'gnu/lib')
| -rw-r--r-- | gnu/lib/Makefile | 6 | ||||
| -rw-r--r-- | gnu/lib/libgcc/Makefile | 7 |
2 files changed, 0 insertions, 13 deletions
diff --git a/gnu/lib/Makefile b/gnu/lib/Makefile index 9c07c7c0769a..494f888d905f 100644 --- a/gnu/lib/Makefile +++ b/gnu/lib/Makefile @@ -2,12 +2,6 @@ SUBDIR= csu libgcc libdialog libregex libreadline -.if ${OBJFORMAT} == aout -.if !defined(NOLIBC_R) -SUBDIR+= libgcc_r -.endif -.endif - # libsupc++ uses libstdc++ headers, although 'make includes' should # have taken care of that already. .if !defined(NO_CXX) diff --git a/gnu/lib/libgcc/Makefile b/gnu/lib/libgcc/Makefile index ed19ee21e0f4..4a6adf6080bf 100644 --- a/gnu/lib/libgcc/Makefile +++ b/gnu/lib/libgcc/Makefile @@ -13,11 +13,6 @@ LIB= gcc #SHLIB_MAJOR= 1 #SHLIB_MINOR= 0 -.if ${OBJFORMAT} == aout -# Install libgcc_pic.a, since ld.so uses it. -INSTALL_PIC_ARCHIVE= yes -.endif - # # XXX This is a hack, but it seems to work. # libgcc2.a is meant to be compiled by *this* version of gcc. @@ -37,9 +32,7 @@ XCXX= ${CXX} CFLAGS+= -fexceptions CFLAGS+= -DIN_GCC -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED \ -DFINE_GRAINED_LIBRARIES -.if ${OBJFORMAT} != aout CFLAGS+= -D_PTHREADS -DGTHREAD_USE_WEAK -.endif CFLAGS+= -I${.CURDIR}/../../usr.bin/cc/cc_tools \ -I${GCCDIR}/config -I${GCCDIR} -I. LDFLAGS= -nostdlib |
