mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
Adjust to changed compilation environment (Makefiles setup) in 5.1-CURRENT.
Link with liblgcc_r when creating linuxthreads versions of shared libraries.
This commit is contained in:
parent
c46b168b49
commit
87937c3ca2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=82555
@ -1,11 +1,11 @@
|
||||
# $FreeBSD: /tmp/pcvs/ports/devel/linuxthreads/files/Makefile.libgcc_r,v 1.4 2002-06-08 18:27:19 tegge Exp $
|
||||
# $FreeBSD: /tmp/pcvs/ports/devel/linuxthreads/files/Makefile.libgcc_r,v 1.5 2003-06-09 00:25:04 tegge Exp $
|
||||
|
||||
PREFIX?= ${DESTDIR}/usr/local
|
||||
LIBDIR= ${PREFIX:S,^${DESTDIR},,}/lib
|
||||
|
||||
CFLAGS+=-D_PTHREADS -I../
|
||||
CFLAGS+=-I../sysdeps/i386 -I../sysdeps/pthread -I../sysdeps/unix/sysv/linux
|
||||
CXXFLAGS= ${CXXINCLUDES} ${CFLAGS}
|
||||
CXXFLAGS= ${CXXINCLUDES} ${CFLAGS:C/-std=[a-z:0-9]+//}
|
||||
|
||||
installincludes:
|
||||
|
||||
|
@ -1,11 +1,12 @@
|
||||
# $FreeBSD: /tmp/pcvs/ports/devel/linuxthreads/files/Makefile.libstdc++,v 1.1 2002-06-08 18:27:19 tegge Exp $
|
||||
# $FreeBSD: /tmp/pcvs/ports/devel/linuxthreads/files/Makefile.libstdc++,v 1.2 2003-06-09 00:25:05 tegge Exp $
|
||||
|
||||
PREFIX?= ${DESTDIR}/usr/local
|
||||
LIBDIR= ${PREFIX:S,^${DESTDIR},,}/lib
|
||||
|
||||
CFLAGS+=-D_PTHREADS -I../
|
||||
CFLAGS+=-I../sysdeps/i386 -I../sysdeps/pthread -I../sysdeps/unix/sysv/linux
|
||||
CXXFLAGS= ${CXXINCLUDES} ${CFLAGS}
|
||||
CXXFLAGS= ${CXXINCLUDES} ${CFLAGS:C/-std=[a-z:0-9]+//}
|
||||
LDADD=../libgcc_r/liblgcc_r.a
|
||||
|
||||
installincludes:
|
||||
|
||||
|
@ -1,11 +1,12 @@
|
||||
# $FreeBSD: /tmp/pcvs/ports/devel/linuxthreads/files/Makefile.libsupc++,v 1.1 2002-06-08 18:27:19 tegge Exp $
|
||||
# $FreeBSD: /tmp/pcvs/ports/devel/linuxthreads/files/Makefile.libsupc++,v 1.2 2003-06-09 00:25:05 tegge Exp $
|
||||
|
||||
PREFIX?= ${DESTDIR}/usr/local
|
||||
LIBDIR= ${PREFIX:S,^${DESTDIR},,}/lib
|
||||
|
||||
CFLAGS+=-D_PTHREADS -I../
|
||||
CFLAGS+=-I../sysdeps/i386 -I../sysdeps/pthread -I../sysdeps/unix/sysv/linux
|
||||
CXXFLAGS= ${CXXINCLUDES} ${CFLAGS}
|
||||
CXXFLAGS= ${CXXINCLUDES} ${CFLAGS:C/-std=[a-z:0-9]+//}
|
||||
LDADD=../libgcc_r/liblgcc_r.a
|
||||
|
||||
installincludes:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user