Skip to content

Commit 029c8f3

Browse files
Ralf WildenhuesRalf Wildenhues
Ralf Wildenhues
authored and
Ralf Wildenhues
committed
Remove freebsd1 from libtool.m4 macros and config.rpath.
/: Import from Libtool and gnulib: 2011-01-27 Gerald Pfeifer <[email protected]> Prepare for supporting FreeBSD 10. * config.rpath: Remove handling of freebsd1* which soon would match FreeBSD 10.0. 2011-01-20 Gerald Pfeifer <[email protected]> (tiny change) Remove support for FreeBSD 1.x. * libtool.m4 (_LT_LINKER_SHLIBS) (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which soon would incorrectly match FreeBSD 10.0. boehm-gc/: * configure: Regenerate. gcc/: * configure: Regenerate. libffi/: * configure: Regenerate. libgfortran/: * Makefile.in: Regenerate. * aclocal.m4: Likewise. * configure: Likewise. libgo/: * config/libtool.m4: (_LT_LINKER_SHLIBS) (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which soon would incorrectly match FreeBSD 10.0. * configure: Regenerate. libgomp/: * configure: Regenerate. libjava/: * configure: Regenerate. * shlibpath.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which soon would incorrectly match FreeBSD 10.0. libjava/classpath/: * config.rpath, ltcf-c.sh, ltcf-gcj.sh, ltconfig: Remove handling of freebsd1* which soon would match FreeBSD 10.0. * configure: Regenerate. libjava/libltdl/: * acinclude.m4 (AC_LIBTOOL_PROG_LD_SHLIBS) (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which soon would incorrectly match FreeBSD 10.0. * configure: Regenerate. libmudflap/: * configure: Regenerate. libobjc/: * configure: Regenerate. libquadmath/: * Makefile.in: Regenerate. * aclocal.m4: Likewise. * configure: Likewise. libssp/: * Makefile.in: Regenerate. * aclocal.m4: Likewise. * configure: Likewise. libstdc++-v3/: * configure: Regenerate. lto-plugin/: * Makefile.in: Regenerate. * aclocal.m4: Regenerate. * configure: Regenerate. zlib/: * configure: Regenerate. From-SVN: r170106
1 parent a4404ff commit 029c8f3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+178
-312
lines changed

ChangeLog

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
2011-02-13 Ralf Wildenhues <[email protected]>
2+
3+
Import from Libtool and gnulib:
4+
5+
2011-01-27 Gerald Pfeifer <[email protected]>
6+
7+
Prepare for supporting FreeBSD 10.
8+
* config.rpath: Remove handling of freebsd1* which soon would
9+
match FreeBSD 10.0.
10+
11+
2011-01-20 Gerald Pfeifer <[email protected]> (tiny change)
12+
13+
Remove support for FreeBSD 1.x.
14+
* libtool.m4 (_LT_LINKER_SHLIBS)
15+
(_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
16+
soon would incorrectly match FreeBSD 10.0.
17+
118
2011-02-12 Ralf Wildenhues <[email protected]>
219

320
PR binutils/12283

boehm-gc/ChangeLog

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2011-02-13 Ralf Wildenhues <[email protected]>
2+
3+
* configure: Regenerate.
4+
15
2011-02-02 Rainer Orth <[email protected]>
26

37
* configure.ac: Don't use libdl on mips-sgi-irix6*.

boehm-gc/configure

+2-14
Original file line numberDiff line numberDiff line change
@@ -9592,10 +9592,6 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
95929592
hardcode_shlibpath_var=no
95939593
;;
95949594

9595-
freebsd1*)
9596-
ld_shlibs=no
9597-
;;
9598-
95999595
# FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
96009596
# support. Future versions do this automatically, but an explicit c++rt0.o
96019597
# does not break anything, and helps significantly (at the cost of a little
@@ -10517,10 +10513,6 @@ dgux*)
1051710513
shlibpath_var=LD_LIBRARY_PATH
1051810514
;;
1051910515

10520-
freebsd1*)
10521-
dynamic_linker=no
10522-
;;
10523-
1052410516
freebsd* | dragonfly*)
1052510517
# DragonFly does not have aout. When/if they implement a new
1052610518
# versioning mechanism, adjust this.
@@ -11398,7 +11390,7 @@ else
1139811390
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
1139911391
lt_status=$lt_dlunknown
1140011392
cat > conftest.$ac_ext <<_LT_EOF
11401-
#line 11401 "configure"
11393+
#line 11393 "configure"
1140211394
#include "confdefs.h"
1140311395

1140411396
#if HAVE_DLFCN_H
@@ -11504,7 +11496,7 @@ else
1150411496
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
1150511497
lt_status=$lt_dlunknown
1150611498
cat > conftest.$ac_ext <<_LT_EOF
11507-
#line 11507 "configure"
11499+
#line 11499 "configure"
1150811500
#include "confdefs.h"
1150911501

1151011502
#if HAVE_DLFCN_H
@@ -14204,10 +14196,6 @@ dgux*)
1420414196
shlibpath_var=LD_LIBRARY_PATH
1420514197
;;
1420614198

14207-
freebsd1*)
14208-
dynamic_linker=no
14209-
;;
14210-
1421114199
freebsd* | dragonfly*)
1421214200
# DragonFly does not have aout. When/if they implement a new
1421314201
# versioning mechanism, adjust this.

config.rpath

-5
Original file line numberDiff line numberDiff line change
@@ -284,9 +284,6 @@ else
284284
dgux*)
285285
hardcode_libdir_flag_spec='-L$libdir'
286286
;;
287-
freebsd1*)
288-
ld_shlibs=no
289-
;;
290287
freebsd2.2*)
291288
hardcode_libdir_flag_spec='-R$libdir'
292289
hardcode_direct=yes
@@ -448,8 +445,6 @@ case "$host_os" in
448445
;;
449446
dgux*)
450447
;;
451-
freebsd1*)
452-
;;
453448
freebsd*)
454449
;;
455450
gnu*)

gcc/ChangeLog

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2011-02-13 Ralf Wildenhues <[email protected]>
2+
3+
* configure: Regenerate.
4+
15
2011-02-12 Mike Stump <[email protected]>
26

37
* config/t-darwin (build/slashify): Allow others to reuse easier.

gcc/configure

+2-14
Original file line numberDiff line numberDiff line change
@@ -15728,10 +15728,6 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
1572815728
hardcode_shlibpath_var=no
1572915729
;;
1573015730

15731-
freebsd1*)
15732-
ld_shlibs=no
15733-
;;
15734-
1573515731
# FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
1573615732
# support. Future versions do this automatically, but an explicit c++rt0.o
1573715733
# does not break anything, and helps significantly (at the cost of a little
@@ -16650,10 +16646,6 @@ dgux*)
1665016646
shlibpath_var=LD_LIBRARY_PATH
1665116647
;;
1665216648

16653-
freebsd1*)
16654-
dynamic_linker=no
16655-
;;
16656-
1665716649
freebsd* | dragonfly*)
1665816650
# DragonFly does not have aout. When/if they implement a new
1665916651
# versioning mechanism, adjust this.
@@ -17513,7 +17505,7 @@ else
1751317505
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
1751417506
lt_status=$lt_dlunknown
1751517507
cat > conftest.$ac_ext <<_LT_EOF
17516-
#line 17516 "configure"
17508+
#line 17508 "configure"
1751717509
#include "confdefs.h"
1751817510

1751917511
#if HAVE_DLFCN_H
@@ -17619,7 +17611,7 @@ else
1761917611
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
1762017612
lt_status=$lt_dlunknown
1762117613
cat > conftest.$ac_ext <<_LT_EOF
17622-
#line 17622 "configure"
17614+
#line 17614 "configure"
1762317615
#include "confdefs.h"
1762417616

1762517617
#if HAVE_DLFCN_H
@@ -20313,10 +20305,6 @@ dgux*)
2031320305
shlibpath_var=LD_LIBRARY_PATH
2031420306
;;
2031520307

20316-
freebsd1*)
20317-
dynamic_linker=no
20318-
;;
20319-
2032020308
freebsd* | dragonfly*)
2032120309
# DragonFly does not have aout. When/if they implement a new
2032220310
# versioning mechanism, adjust this.

libffi/ChangeLog

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2011-02-13 Ralf Wildenhues <[email protected]>
2+
3+
* configure: Regenerate.
4+
15
2011-02-09 Rainer Orth <[email protected]>
26

37
PR libffi/46661

libffi/configure

+2-10
Original file line numberDiff line numberDiff line change
@@ -8989,10 +8989,6 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
89898989
hardcode_shlibpath_var=no
89908990
;;
89918991

8992-
freebsd1*)
8993-
ld_shlibs=no
8994-
;;
8995-
89968992
# FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
89978993
# support. Future versions do this automatically, but an explicit c++rt0.o
89988994
# does not break anything, and helps significantly (at the cost of a little
@@ -9911,10 +9907,6 @@ dgux*)
99119907
shlibpath_var=LD_LIBRARY_PATH
99129908
;;
99139909

9914-
freebsd1*)
9915-
dynamic_linker=no
9916-
;;
9917-
99189910
freebsd* | dragonfly*)
99199911
# DragonFly does not have aout. When/if they implement a new
99209912
# versioning mechanism, adjust this.
@@ -10774,7 +10766,7 @@ else
1077410766
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
1077510767
lt_status=$lt_dlunknown
1077610768
cat > conftest.$ac_ext <<_LT_EOF
10777-
#line 10777 "configure"
10769+
#line 10769 "configure"
1077810770
#include "confdefs.h"
1077910771
1078010772
#if HAVE_DLFCN_H
@@ -10880,7 +10872,7 @@ else
1088010872
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
1088110873
lt_status=$lt_dlunknown
1088210874
cat > conftest.$ac_ext <<_LT_EOF
10883-
#line 10883 "configure"
10875+
#line 10875 "configure"
1088410876
#include "confdefs.h"
1088510877
1088610878
#if HAVE_DLFCN_H

libgfortran/ChangeLog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2011-02-13 Ralf Wildenhues <[email protected]>
2+
3+
* Makefile.in: Regenerate.
4+
* aclocal.m4: Likewise.
5+
* configure: Likewise.
6+
17
2011-02-05 Jerry DeLisle <[email protected]>
28

39
PR libgfortran/47567

libgfortran/Makefile.in

+5-6
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,15 @@ DIST_COMMON = ChangeLog $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
4545
$(srcdir)/config.h.in $(srcdir)/../mkinstalldirs \
4646
$(srcdir)/libgfortran.spec.in $(srcdir)/../depcomp
4747
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
48-
am__aclocal_m4_deps = $(top_srcdir)/../ltoptions.m4 \
49-
$(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
50-
$(top_srcdir)/../lt~obsolete.m4 \
51-
$(top_srcdir)/../config/depstand.m4 \
48+
am__aclocal_m4_deps = $(top_srcdir)/../config/depstand.m4 \
5249
$(top_srcdir)/../config/lead-dot.m4 \
5350
$(top_srcdir)/../config/lthostflags.m4 \
5451
$(top_srcdir)/../config/multi.m4 \
5552
$(top_srcdir)/../config/override.m4 \
56-
$(top_srcdir)/../config/stdint.m4 $(top_srcdir)/acinclude.m4 \
57-
$(top_srcdir)/../config/acx.m4 \
53+
$(top_srcdir)/../config/stdint.m4 \
54+
$(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \
55+
$(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \
56+
$(top_srcdir)/acinclude.m4 $(top_srcdir)/../config/acx.m4 \
5857
$(top_srcdir)/../config/no-executables.m4 \
5958
$(top_srcdir)/../libtool.m4 $(top_srcdir)/configure.ac
6059
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \

libgfortran/aclocal.m4

+4-4
Original file line numberDiff line numberDiff line change
@@ -968,14 +968,14 @@ AC_SUBST([am__tar])
968968
AC_SUBST([am__untar])
969969
]) # _AM_PROG_TAR
970970

971-
m4_include([../ltoptions.m4])
972-
m4_include([../ltsugar.m4])
973-
m4_include([../ltversion.m4])
974-
m4_include([../lt~obsolete.m4])
975971
m4_include([../config/depstand.m4])
976972
m4_include([../config/lead-dot.m4])
977973
m4_include([../config/lthostflags.m4])
978974
m4_include([../config/multi.m4])
979975
m4_include([../config/override.m4])
980976
m4_include([../config/stdint.m4])
977+
m4_include([../ltoptions.m4])
978+
m4_include([../ltsugar.m4])
979+
m4_include([../ltversion.m4])
980+
m4_include([../lt~obsolete.m4])
981981
m4_include([acinclude.m4])

libgfortran/configure

+2-18
Original file line numberDiff line numberDiff line change
@@ -10303,10 +10303,6 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
1030310303
hardcode_shlibpath_var=no
1030410304
;;
1030510305

10306-
freebsd1*)
10307-
ld_shlibs=no
10308-
;;
10309-
1031010306
# FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
1031110307
# support. Future versions do this automatically, but an explicit c++rt0.o
1031210308
# does not break anything, and helps significantly (at the cost of a little
@@ -11228,10 +11224,6 @@ dgux*)
1122811224
shlibpath_var=LD_LIBRARY_PATH
1122911225
;;
1123011226

11231-
freebsd1*)
11232-
dynamic_linker=no
11233-
;;
11234-
1123511227
freebsd* | dragonfly*)
1123611228
# DragonFly does not have aout. When/if they implement a new
1123711229
# versioning mechanism, adjust this.
@@ -12109,7 +12101,7 @@ else
1210912101
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
1211012102
lt_status=$lt_dlunknown
1211112103
cat > conftest.$ac_ext <<_LT_EOF
12112-
#line 12112 "configure"
12104+
#line 12104 "configure"
1211312105
#include "confdefs.h"
1211412106

1211512107
#if HAVE_DLFCN_H
@@ -12215,7 +12207,7 @@ else
1221512207
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
1221612208
lt_status=$lt_dlunknown
1221712209
cat > conftest.$ac_ext <<_LT_EOF
12218-
#line 12218 "configure"
12210+
#line 12210 "configure"
1221912211
#include "confdefs.h"
1222012212

1222112213
#if HAVE_DLFCN_H
@@ -14147,10 +14139,6 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
1414714139
hardcode_shlibpath_var_FC=no
1414814140
;;
1414914141

14150-
freebsd1*)
14151-
ld_shlibs_FC=no
14152-
;;
14153-
1415414142
# FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
1415514143
# support. Future versions do this automatically, but an explicit c++rt0.o
1415614144
# does not break anything, and helps significantly (at the cost of a little
@@ -14864,10 +14852,6 @@ dgux*)
1486414852
shlibpath_var=LD_LIBRARY_PATH
1486514853
;;
1486614854

14867-
freebsd1*)
14868-
dynamic_linker=no
14869-
;;
14870-
1487114855
freebsd* | dragonfly*)
1487214856
# DragonFly does not have aout. When/if they implement a new
1487314857
# versioning mechanism, adjust this.

libgo/config/libtool.m4

-8
Original file line numberDiff line numberDiff line change
@@ -2284,10 +2284,6 @@ dgux*)
22842284
shlibpath_var=LD_LIBRARY_PATH
22852285
;;
22862286
2287-
freebsd1*)
2288-
dynamic_linker=no
2289-
;;
2290-
22912287
freebsd* | dragonfly*)
22922288
# DragonFly does not have aout. When/if they implement a new
22932289
# versioning mechanism, adjust this.
@@ -4814,10 +4810,6 @@ _LT_EOF
48144810
_LT_TAGVAR(hardcode_shlibpath_var, $1)=no
48154811
;;
48164812
4817-
freebsd1*)
4818-
_LT_TAGVAR(ld_shlibs, $1)=no
4819-
;;
4820-
48214813
# FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
48224814
# support. Future versions do this automatically, but an explicit c++rt0.o
48234815
# does not break anything, and helps significantly (at the cost of a little

libgo/configure

+2-14
Original file line numberDiff line numberDiff line change
@@ -9121,10 +9121,6 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
91219121
hardcode_shlibpath_var=no
91229122
;;
91239123

9124-
freebsd1*)
9125-
ld_shlibs=no
9126-
;;
9127-
91289124
# FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
91299125
# support. Future versions do this automatically, but an explicit c++rt0.o
91309126
# does not break anything, and helps significantly (at the cost of a little
@@ -10043,10 +10039,6 @@ dgux*)
1004310039
shlibpath_var=LD_LIBRARY_PATH
1004410040
;;
1004510041

10046-
freebsd1*)
10047-
dynamic_linker=no
10048-
;;
10049-
1005010042
freebsd* | dragonfly*)
1005110043
# DragonFly does not have aout. When/if they implement a new
1005210044
# versioning mechanism, adjust this.
@@ -10906,7 +10898,7 @@ else
1090610898
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
1090710899
lt_status=$lt_dlunknown
1090810900
cat > conftest.$ac_ext <<_LT_EOF
10909-
#line 10909 "configure"
10901+
#line 10901 "configure"
1091010902
#include "confdefs.h"
1091110903

1091210904
#if HAVE_DLFCN_H
@@ -11012,7 +11004,7 @@ else
1101211004
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
1101311005
lt_status=$lt_dlunknown
1101411006
cat > conftest.$ac_ext <<_LT_EOF
11015-
#line 11015 "configure"
11007+
#line 11007 "configure"
1101611008
#include "confdefs.h"
1101711009

1101811010
#if HAVE_DLFCN_H
@@ -12545,10 +12537,6 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
1254512537
hardcode_shlibpath_var_GO=no
1254612538
;;
1254712539

12548-
freebsd1*)
12549-
ld_shlibs_GO=no
12550-
;;
12551-
1255212540
# FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
1255312541
# support. Future versions do this automatically, but an explicit c++rt0.o
1255412542
# does not break anything, and helps significantly (at the cost of a little

libgomp/ChangeLog

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2011-02-13 Ralf Wildenhues <[email protected]>
2+
3+
* configure: Regenerate.
4+
15
2011-01-20 Benjamin Kosnik <[email protected]>
26

37
PR libstdc++/36104

0 commit comments

Comments
 (0)