|
Revision tags: release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0, release/11.0.1, release/11.0.0, release/10.3.0, release/10.2.0, release/10.1.0, release/9.3.0 |
|
| #
c6063d0d |
| 06-May-2014 |
Warner Losh <[email protected]> |
Use src.opts.mk in preference to bsd.own.mk except where we need stuff from the latter.
|
|
Revision tags: release/10.0.0, release/9.2.0, release/8.4.0, release/9.1.0 |
|
| #
4f20e4f2 |
| 29-Apr-2012 |
Konstantin Belousov <[email protected]> |
Add src.conf option WITH_SHARED_TOOLCHAIN to enable building the toolchain binaries as dynamically linked. Option is disabled by default.
Reviewed by: ru (previous version) MFC after: 2 weeks
|
|
Revision tags: release/8.3.0 |
|
| #
dfbaea83 |
| 29-Feb-2012 |
Dimitry Andric <[email protected]> |
Add a WITH_CLANG_IS_CC option for src.conf(5), disabled by default, that installs clang as /usr/bin/cc, /usr/bin/c++ and /usr/bin/cpp.
Note this does *not* disable building and installing gcc, which
Add a WITH_CLANG_IS_CC option for src.conf(5), disabled by default, that installs clang as /usr/bin/cc, /usr/bin/c++ and /usr/bin/cpp.
Note this does *not* disable building and installing gcc, which will still be available as /usr/bin/gcc, /usr/bin/g++ and /usr/bin/gcpp. If you want to disable gcc completely, you must use WITHOUT_GCC.
MFC after: 2 weeks
show more ...
|
|
Revision tags: release/7.4.0, release/8.2.0, release/8.1.0, release/7.3.0, release/8.0.0, release/7.2.0, release/7.1.0, release/6.4.0, release/7.0.0, release/6.3.0 |
|
| #
afb57df6 |
| 19-May-2007 |
Alexander Kabaev <[email protected]> |
Update bmake glue to build GCC 4.2.
Also: Switch FreeBSD to use libgcc_s.so.1.
Use dl_iterate_phdr to locate shared objects' exception frame info instead of depending on old
Update bmake glue to build GCC 4.2.
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.
show more ...
|
|
Revision tags: release/6.2.0 |
|
| #
f6b0ef28 |
| 21-Sep-2006 |
Ruslan Ermilov <[email protected]> |
Prepare to pick up manpages from their new location.
|
|
Revision tags: release/5.5.0, release/6.1.0, release/6.0.0, release/5.4.0, release/4.11.0 |
|
| #
83c7ade9 |
| 21-Dec-2004 |
Ruslan Ermilov <[email protected]> |
NOSHARED -> NO_SHARED
|
|
Revision tags: release/5.3.0 |
|
| #
81efba8c |
| 28-Jul-2004 |
Alexander Kabaev <[email protected]> |
Bmake glue for GCC 3.4.2-prerelease.
|
|
Revision tags: release/4.10.0, release/5.2.1 |
|
| #
47d7e8a9 |
| 05-Feb-2004 |
Ruslan Ermilov <[email protected]> |
Fixed style of DPADD and LDADD assignments as per style.Makefile(5).
|
|
Revision tags: release/5.2.0, release/4.9.0, release/5.1.0, release/4.8.0, release/5.0.0, release/4.6.2 |
|
| #
eb5cb11b |
| 05-Jun-2002 |
David E. O'Brien <[email protected]> |
The best we can do about man pages for the moment.
|
| #
8df64a7d |
| 04-Jun-2002 |
David E. O'Brien <[email protected]> |
We don't need this library any more.
|
| #
9833f59b |
| 08-Apr-2002 |
David E. O'Brien <[email protected]> |
Fine! I cannot freaking take the bikeshed any more. These binaries will be static, peroid.
|
| #
9e3b0010 |
| 06-Apr-2002 |
David E. O'Brien <[email protected]> |
Bmake bits for GCC 3.1.
|
|
Revision tags: release/4.3.0 |
|
| #
e5ac5644 |
| 27-Mar-2001 |
Ruslan Ermilov <[email protected]> |
MAN[1-9] -> MAN.
|
| #
16833ea1 |
| 28-Feb-2001 |
David E. O'Brien <[email protected]> |
Allow "NOSHARED" to be overridden.
Submitted by: bde
|
| #
e43aa45a |
| 17-Feb-2001 |
David E. O'Brien <[email protected]> |
Make `cc' and `cpp0' staticly linked binaries in this development version of the OS.
|
| #
658cec5b |
| 13-Mar-2000 |
David E. O'Brien <[email protected]> |
Move some cflag contents down to where they are acutally used.
|
| #
9c8a631d |
| 24-Jan-2000 |
David E. O'Brien <[email protected]> |
Merge cc_drv into cc_int. Merge more shared files into cc_int.
|
| #
665fb296 |
| 19-Dec-1999 |
David E. O'Brien <[email protected]> |
Add libcc_fbsd.a that contains libc and libiberty routines needed in bootstraping on FreeBSD specifically.
3.2 upgrade path tested by: marcel
|
| #
eb33411e |
| 15-Nov-1999 |
David E. O'Brien <[email protected]> |
Cut over the system compiler from from EGCS 1.1.2 to GCC 2.95.2.
|
| #
9b7a44a6 |
| 27-Aug-1999 |
Peter Wemm <[email protected]> |
$Id$ -> $FreeBSD$
|
| #
b08a0919 |
| 16-Aug-1999 |
David E. O'Brien <[email protected]> |
Purely cosmetic cleanups. - Id tag layout wrong. - "FOO =" -> "FOO=". - 4 space indention on continuation lines rather than a <tab>
Basic idea checked by: bde
|
| #
58485a8a |
| 18-Apr-1999 |
David E. O'Brien <[email protected]> |
Use inherited BINDIR defintion.
|
| #
18ff6ae9 |
| 04-Apr-1999 |
David E. O'Brien <[email protected]> |
Minimum set of changes to switch from Gcc 2.7.2 (in contrib/gcc) to Egcs 1.1.2 (in contrib/egcs)
|
| #
9cb13c23 |
| 08-Mar-1998 |
Peter Wemm <[email protected]> |
First round of changes to support generation of assembler for the old a.out gas and the binutils gas (elf or a.out) with a single compiler.
This uses other infrastructure not yet committed, in order
First round of changes to support generation of assembler for the old a.out gas and the binutils gas (elf or a.out) with a single compiler.
This uses other infrastructure not yet committed, in order to support both a.out and elf it needs to be able to get to both a.out and elf gas, ld, libs, crt* etc. So for now, the support is pretty much dormant.
The new freebsd.h file is based on the old freebsd-elf.h file (which has a long lineage, right back through linux and svr4 files). The change is pretty dramatic from a gcc internals standpoint as it overrides a lot of definitions in order to generate different output based on target mode. There is potential for screw-ups, so please be on the lookout - gcc's configuration mechanism wasn't really meant for this kind of thing. It's believed to compile world etc just fine under both a.out and elf, can handle global constructors and destructors, handles the differences in a.out and elf stabs, and what sections things like exceptions go in.
The initial idea came from i386/osfrose.h which is a dual rose/elf format target. These two are not as diverse as a.out and elf it would seem.
The cc front-end uses external configuration to determine default object format (still being thrashed out, so read the source if you want to see it so far), and has a '-aout' and '-elf' override command line switch. There are some other internal switches that can be accessed, namely -maout, -mno-aout, -munderscores and -mnounderscores. The underscore and local symbol prefixing rules are controllable seperately to the output format. (ie: it's possible to generate a.out without the _ prefixes on symbols and also to generate elf with the _ prefixes. This isn't quite optimal, but does seem to work pretty well, except the linkers don't always recognise the local symbols without their normal names)
The default format is a.out (still), nobody should see any major changes.
With both elf and a.out tools and libraries installed:
[1:26pm]/tmp-223> cc -elf -o hello hello.c peter@beast[1:27pm]/tmp-224> file hello hello: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD), dynamically linked, not stripped [1:27pm]/tmp-225> ./hello hello world!
[1:27pm]/tmp-226> cc -aout -o hello hello.c [1:27pm]/tmp-227> file hello hello: FreeBSD/i386 compact demand paged dynamically linked executable not stripped 1:27pm]/tmp-228> ./hello hello world!
Since my co-conspirators put a lot of effort into this too, I'll add them so they can share the blame^H^H^H^H^Hglory. :-)
Reviewed by: sos, jdp
show more ...
|
| #
fce15c9a |
| 22-Feb-1997 |
Peter Wemm <[email protected]> |
Revert $FreeBSD$ to $Id$
|