| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
As described in Warner's email message[1] to the FreeBSD-arch mailing
list we have reached GCC 4.2.1's retirement date. At this time all
supported architectures either use in-tree Clang, or rely on external
toolchain (i.e., a contemporary GCC version from ports).
GCC 4.2.1 was released July 18, 2007 and was imported into FreeBSD later
that year, in r171825. GCC has served us well, but version 4.2.1 is
obsolete and not used by default on any architecture in FreeBSD. It
does not support modern C and does not support arm64 or RISC-V.
Thanks to everyone responsible for maintaining, updating, and testing
GCC in the FreeBSD base system over the years.
So long, and thanks for all the fish.
[1] https://lists.freebsd.org/pipermail/freebsd-arch/2020-January/019823.html
PR: 228919
Reviewed by: brooks, imp
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D23124
Notes:
svn path=/head/; revision=358454
|
| |
|
|
|
|
|
|
| |
MFC after: 3 weeks
Sponsored by: EMC / Isilon Storage Division
Notes:
svn path=/head/; revision=289393
|
| |
|
|
|
|
|
|
|
| |
Reviewed by: bapt, brooks
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D3238
Notes:
svn path=/head/; revision=286332
|
| |
|
|
|
|
|
|
|
| |
Differential Revision: https://reviews.freebsd.org/D2408
Reviewed by: brooks, imp
Sponsored by: The FreeBSD Foundation
Notes:
svn path=/head/; revision=282285
|
| |
|
|
|
|
|
|
|
|
|
|
| |
To be able to info pages consider installing texinfo from ports print/texinfo or
via pkg: pkg install texinfo
Differential Revision: https://reviews.freebsd.org/D1409
Reviewed by: emaste, imp (previous version)
Relnotes: yes
Notes:
svn path=/head/; revision=276551
|
| |
|
|
|
|
|
|
|
|
| |
nothing more. Force it to be "no" when MK_CXX is "no" to simplify
usage. It no longer also means "build g++" since we no longer have a
platform where that's interesting now that pc98 no longer needs clang
and gcc, but not g++. pc98 now just uses clang after boot2 changes.
Notes:
svn path=/head/; revision=268508
|
| |
|
|
|
|
|
| |
from the latter.
Notes:
svn path=/head/; revision=265420
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
To enable them, set WITH_GCC and WITH_GNUCXX in src.conf.
Make clang default to using libc++ on FreeBSD 10.
Bumped __FreeBSD_version for the change.
GCC is still enabled on PC98, because the PC98 bootloader requires GCC to build
(or, at least, hard-codes the use of gcc into its build).
Thanks to everyone who helped make the ports tree ready for this (and bapt
for coordinating them all). Also to imp for reviewing this and working on the
forward-porting of the changes in our gcc so that we're getting to a much
better place with regard to external toolchains.
Sorry to all of the people who helped who I forgot to mention by name.
Reviewed by: bapt, imp, dim, ...
Notes:
svn path=/head/; revision=255321
|
| |
|
|
|
|
|
|
|
| |
extremely outdated, and not used by anything in the base system.
Silence from: current@
Notes:
svn path=/head/; revision=220755
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Also:
Switch FreeBSD to use libgcc_s.so.1.
Use dl_iterate_phdr to locate shared objects' exception frame
info instead of depending on older register_frame_info machinery.
This allows us to avoid depending on libgcc_s.so.1 in binaries
that do not use exception handling directly. As an additional
benefit it breaks circular libc <=> libgcc_s.so.1 dependency too.
Build newly added libgomp.so.1 library, the runtime support
bits for OpenMP.
Build LGPLed libssp library. Our libc provides our own
BSD-licensed SSP callbacks implementation, so this library
is only built to benefit applications that have hadcoded
knowledge of libssp.so and libssp_nonshared.a. When linked
in from command line, these libraries override libc
implementation.
Notes:
svn path=/head/; revision=169718
|
| |
|
|
| |
Notes:
svn path=/head/; revision=156935
|
| |
|
|
|
|
|
|
|
|
|
| |
http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html
The src.conf(5) manpage is to follow in a few days.
Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine)
Notes:
svn path=/head/; revision=156813
|
| |
|
|
|
|
|
| |
Pointed out by: ru
Notes:
svn path=/head/; revision=137361
|
| |
|
|
| |
Notes:
svn path=/head/; revision=137334
|
| |
|
|
| |
Notes:
svn path=/head/; revision=132751
|
| |
|
|
| |
Notes:
svn path=/head/; revision=117429
|
| |
|
|
|
|
|
| |
Requested by: peter
Notes:
svn path=/head/; revision=97831
|
| |
|
|
| |
Notes:
svn path=/head/; revision=97830
|
| |
|
|
|
|
|
|
|
|
| |
cc1plus can apparently be built if you happen to have
/usr/bin/gperf, or set CXX to point to a C++ compiler
that can build gperf(1) in the bootstrap-tools stage
of buildworld.
Notes:
svn path=/head/; revision=96789
|
| |
|
|
|
|
|
|
| |
There are no longer GNU C++ specific info files, and it was a bug with Gcc
2.95 that NO_CXX would cause the C and CPP info files to not be installed.
Notes:
svn path=/head/; revision=96777
|
| |
|
|
|
|
|
|
| |
for the C++ progs to be built with e.g. an old compiler,
CXX=/usr/bin/c++, for the time being.
Notes:
svn path=/head/; revision=96669
|
| |
|
|
| |
Notes:
svn path=/head/; revision=96395
|
| |\
| |
| |
| |
| |
| |
| | |
Partially made possible by: Wilko.Bulte@compaq.com
Notes:
svn path=/head/; revision=96340
|
| |
|
|
| |
Notes:
svn path=/cvs2svn/branches/WIP_GCC31/; revision=94008
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
collect2 was added based on the need of -frepo. However, -frepo is currently
broken on -CURRENT (Gcc 2.95.4 20020320 [FreeBSD] / ld 2.12.0 [FreeBSD]
2002-04-10). It is also broken on RELENG_4 (Gcc 2.95.3 20010315 / ld
2.11.2 20010719), so there is no need to MFC collect2 there yet. I have
a feeling the brokeness is due to the wide difference between the libiberty
bits of Gcc 2.95 and the later ld.
Testing by: fjoe
Notes:
svn path=/head/; revision=94720
|
| |
|
|
| |
Notes:
svn path=/head/; revision=94004
|
| |
|
|
| |
Notes:
svn path=/head/; revision=83305
|
| |
|
|
| |
Notes:
svn path=/head/; revision=74313
|
| |
|
|
|
|
|
|
| |
Requested by: David Malone <dwmalone@maths.tcd.ie>
PR: 18574
Notes:
svn path=/head/; revision=70318
|
| |
|
|
| |
Notes:
svn path=/head/; revision=58318
|
| |
|
|
| |
Notes:
svn path=/head/; revision=56552
|
| |
|
|
|
|
|
|
| |
wrapper. /usr/bin/cpp knows about all the GCC predefined symbols and has
the functionality of the previous EGCS 1.1.2 /usr/libexec/cpp.
Notes:
svn path=/head/; revision=55388
|
| |
|
|
|
|
|
|
|
| |
bootstraping on FreeBSD specifically.
3.2 upgrade path tested by: marcel
Notes:
svn path=/head/; revision=54837
|
| |
|
|
|
|
|
|
|
| |
in the previous commit resulting.
Forgotten by: obrien
Notes:
svn path=/head/; revision=53825
|
| |
|
|
| |
Notes:
svn path=/head/; revision=53787
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50472
|
| |
|
|
|
|
|
|
|
|
|
| |
- Id tag layout wrong.
- "FOO =" -> "FOO=".
- 4 space indention on continuation lines rather than a <tab>
Basic idea checked by: bde
Notes:
svn path=/head/; revision=49864
|
| |
|
|
|
|
|
| |
Submitted by: Mark Murry
Notes:
svn path=/head/; revision=46069
|
| |
|
|
| |
Notes:
svn path=/head/; revision=45762
|
| |
|
|
|
|
|
| |
OK'ed by: obrien
Notes:
svn path=/head/; revision=45659
|
| |
|
|
|
|
|
| |
(in contrib/egcs)
Notes:
svn path=/head/; revision=45299
|
| |
|
|
|
|
|
| |
(libgcc was repository copied for me by Peter)
Notes:
svn path=/head/; revision=45169
|
| |
|
|
| |
Notes:
svn path=/head/; revision=22996
|
| |
|
|
|
|
|
|
|
|
|
| |
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
Notes:
svn path=/head/; revision=21673
|
| |
|
|
|
|
|
|
|
|
| |
it's and useful. (Ever tried to read 'nm' and 'ldd -v' output on a c++
object or library? :-) This filter decodes the mangled symbol names.)
Requested by: Chuck Robey <chuckr@glue.umd.edu>
Notes:
svn path=/head/; revision=18913
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(the old cc has been tagged with "gcc_2_6_3_final" so we have a reference
point in case of unforseen disasters...)
This has the objc backend active, and I think I've managed to get the
f77 f2c support through in one piece, but I don't know fortran to test it.
A 'make world' change and libobjc commit will follow.
If you normally do 'make -DNOCLEAN world', do not do so this time, I know
it can fail with groff.
This version of gcc makes a **LOT** more warnings on our kernel.
Notes:
svn path=/head/; revision=18390
|
| |
|
|
| |
Notes:
svn path=/head/; revision=5782
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Notice that the libgcc DOESN'T change number, because there are no
changes.
Also now the gnu2bmake stuff is synchronized again.
I commit this so that others can test too.
You might want to postpone any "make worlds" until tomorrow, to
avoid any problems I didn't see in the first pass.
Thanks to Bruce for rounding up our changes to gcc.
Notes:
svn path=/head/; revision=4491
|
| |
|
|
|
|
|
| |
All it does is add -lf2c and -lm.
Notes:
svn path=/head/; revision=3853
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
no longer link against the whole library, since they don't require much
from it, but just compile the few small modules they actually need static.
This should save a measurable amount of space; compare:
-r-xr-xr-x 1 bin bin 155648 Sep 18 18:00 cc1*
-r-xr-xr-x 1 root bin 1048576 Sep 18 17:33 cc1.noshae*
Of course, the library takes up a bit of space, but when you add in the
savings from the C++ compiler, you more than make up the difference:
-r--r--r-- 1 bin bin 1157344 Sep 18 18:27 /usr/lib/libcc_int.so.26.0
-r-xr-xr-x 1 bin bin 491520 Sep 18 18:27 /usr/libexec/cc1plus*
Notes:
svn path=/head/; revision=2871
|