Marius Strobl
13266eb0f5
Add the local changes of src/contrib/gcc/config/sparc/freebsd.h,
...
mainly in order to let the preprocessor define things like __sparc64__
which in turn is required by some system headers.
Approved by: gerald
2008-02-26 19:28:41 +00:00
Gerald Pfeifer
7a1c1f2d29
Fix the build on FreeBSD 8.
...
PR: 117287
Submitted by: Scot Hetzel <swhetzel@gmail.com>,
Stephane E. Potvin <sepotvin@videotron.ca>
2007-10-21 23:20:34 +00:00
Gerald Pfeifer
dfc0ce2db3
Account for the removal of /usr/bin/objformat on 7-CURRENT and default
...
to elf instead of aout in this case. Bump PORTREVISION.
2007-02-15 12:21:38 +00:00
Gerald Pfeifer
c83a62fe14
Make CONFIGURE_ARGS additive, for the sake of child ports and to
...
bring my lang/gcc* ports more in sync.
Employ the new USE_LDCONFIG feature, which allows us to get rid of
the various, much more manual and error-prone hacks we needed so far.
Reviewed by: flz (for lang/gcc40)
2006-06-17 15:47:43 +00:00
Dirk Meyer
c143c5eaa4
- add RC_D_SH to keep shared libs working after reboot
...
Approved by: gerald
2006-03-25 18:30:26 +00:00
Gerald Pfeifer
de5dc6f654
Update to the 20050913 snapshot of GCC 3.4.5.
...
This already contains the patch for static declarations from 2005/09/07.
2005-09-14 08:56:28 +00:00
David E. O'Brien
9a1e2926b4
Fix bug where static forward declarations weren't accepted.
...
This allows us to fix non-ISO-C constructs in our kernel to legal ISO-C.
Submitted by: rodrigc
Obtained from: http://gcc.gnu.org/ml/gcc-patches/2005-09/msg00006.html
2005-09-07 10:15:08 +00:00
Gerald Pfeifer
ba7ad2c3d8
Remove extraneous patch I had erroneously included in the previous update.
...
It does not hurt, but is not needed any longer.
2005-09-01 21:34:18 +00:00
Gerald Pfeifer
25f1f7599e
Prevent running ranlib during installation to unbreak user mode
...
installations which now install libraries with permissions 444.
2005-09-01 13:46:13 +00:00
Gerald Pfeifer
90ed2364f4
Remove support for Java, not the least because libjava only builds on i386,
...
Java in GCC 4.x is so much better, and this reduces build time and download
bandwidth required for this "legacy" port whose main purpose is to support
package building on FreeBSD 4.x quite a bit.
Submitted by: obrien
2005-07-05 20:10:58 +00:00
Maho Nakata
36e42dfd04
Back out to original. Maho (myself) committed
...
at different place.
Pointy hat to: maho
Submitted by: pav
2004-12-16 10:11:31 +00:00
Maho Nakata
450d1be6e1
gcc-ooo, gcc compiler for OpenOffice.org 2.0 or later
...
compilation. This version of gcc is as same as which
Hamburg team use to develop OpenOffice.org, applying
following fixes:
o visiblity fix
http://www.nedprod.com/programs/gccvisibility.html
o emum fix
http://gcc.gnu.org/ml/gcc-patches/2004-07/msg00968.html
For detail, see the announce:
http://porting.openoffice.org/servlets/ReadMsg?listName=dev&msgNo=14280
Many thanks to: Pavel Janik <Pavel at Janik.cz>
2004-12-16 09:16:23 +00:00
Volker Stolz
8864d164aa
Fix location of pkgconfig-data
...
Approved by: gerald
2004-09-03 17:42:11 +00:00
Gerald Pfeifer
dcdb48da42
Update to the 2004-01-28 snapshot of GCC 3.4. Merge in my 2004/01/26
...
change to the gcc33 port and introduce a new make variable SUFFIX to
avoid hardcoding the version number and reorder USE_ variables.
2004-01-28 22:15:03 +00:00
Gerald Pfeifer
f23ad694cc
Update to the 2004-01-14 snapshot of GCC 3.4.
...
Merge in my 2004/01/17 change to the gcc33 port to configure with
--program-suffix and related and further simplifications.
Merge in my 2004/01/13 change to the gcc33 port to make the automatic
generation of the package list for libraries and include files more
failure tolerant, so that at least `make install` now works on sparc64.
Merge in my 2004/01/05 change to the gcc33 port to combine and simplify
the post-install handling of target libraries and GCJ include files.
libgcj still is not supported and packaging is broken on sparc64; mark
BROKEN on that platform.
2004-01-22 11:58:14 +00:00
David E. O'Brien
f8303af496
Update to the 2003-12-24 snapshot.
2003-12-26 15:56:36 +00:00
David E. O'Brien
c563a2cc00
* Deal with GCC's configurary's assumption that /usr/local/{include,lib}
...
are searched automatically by the compiler by using --with-libiconv-prefix.
W/o --with-libiconv-prefix, 'configure' finds the lib, but not the header.
During the make, neither will be found; a lot of inconsistency here...
* Deal with GCC's configurary's brokenness WRT --with-libiconv-prefix due
not actually passing the found header path to CFLAGS in any way.
2003-12-15 07:45:53 +00:00
Gerald Pfeifer
48fa42c8e7
Update from repo-copy of lang/gcc33 to the 2003-11-12 snapshot of GCC 3.4.
...
There is no bounds-checking patch for GCC 3.4 yet, extended printf format
checking for FreeBSD has not been ported yet, and the port is BROKEN due
to weird libjava build failures which occur if and only if building from
within the FreeBSD ports system.
2003-11-14 22:01:13 +00:00
Gerald Pfeifer
1006fbdfb8
Add bounds-checking support using Herman ten Brugge's patches.
...
PR: 53395
Submitted by: Dan Nelson <dnelson@allantgroup.com>
2003-06-17 21:17:12 +00:00
Gerald Pfeifer
f23ec6ffe5
Update to the first prerelease of GCC 3.3, which is only available as .tar.gz.
...
Adjust COMMENT and remove NO_CDROM. Reenable man pages.
2003-05-06 22:14:55 +00:00
Gerald Pfeifer
3e6f00c31e
Merge targets pre-configure and pre-build, simplify them, and remove
...
patch-va. All of these dealt with us patching generated files (which
we don't do any longer).
2003-04-25 17:06:46 +00:00
Gerald Pfeifer
e5cd9dacdf
Fifty-one months after ELF flag day, and after the system compiler became
...
ELF-only as well, remove support for aout from the next generation of GCC.
Suggested by: Loren James Rittle <rittle@labs.mot.com>
Discussed with: obrien
2003-04-24 10:37:23 +00:00
David E. O'Brien
8a8eef1274
Allow YACC to be used, rather than Bison, for C/C++.
...
Submitted by: kan
2003-04-22 17:14:43 +00:00
David E. O'Brien
0c6eadf766
Not sure how I missed these patches in my 24-March-2003 GCC 3.3
...
in-development snapshot upgrade.
2003-04-20 17:20:51 +00:00
Gerald Pfeifer
8e282b7bde
Remove files/patch-t-freebsd. The underlying problem has been fixed in
...
GCC 3.2.x, on the GCC 3.3 branch and GCC mainline, and while all versions
of FreeBSD should build fine with this patchs, its just another extra
difference to pristine FSF sources and may cause subtle header-related bugs
for FreeBSD 4.x systems.
Submitted by: Loren James Rittle <rittle@latour.rsch.comm.mot.com>
2003-04-17 14:04:43 +00:00
Gerald Pfeifer
1db51c3071
Remove the last part of jdp's profile fixes from 1998/10/08, which actually
...
breaks -fprofile-arcs for current GCCs.
PR: 50842
2003-04-14 19:56:36 +00:00
Gerald Pfeifer
61cf47fa3f
Finally remove the parts of this patch that date back to 1998 and have now
...
been commented for more than a year.
2003-04-02 20:18:22 +00:00
Gerald Pfeifer
0442b27ae7
Remove special alpha optimization warning. alpha support now should be
...
sufficiently stable.
2003-04-02 11:43:15 +00:00
David E. O'Brien
86c666a8ce
Upgrade to a 7-Oct-2002 GCC 3.3 in-development checkout.
2002-10-10 23:19:05 +00:00
David E. O'Brien
704ef6b8f8
This is now in the stock FSF sources.
2002-05-18 19:06:11 +00:00
Gerald Pfeifer
a6568b932b
GCC 2.95 and later aren't called egcs (any longer), so remove two patches
...
that add references to egcs to the documentation.
Approved by: obrien (maintainer+mentor)
2002-04-12 07:41:58 +00:00
David E. O'Brien
1262671749
Upgrade to the 28-Jan-2002 GCC 3.1 development snapshot.
2002-02-03 07:15:30 +00:00
David E. O'Brien
aa33b0f337
Upgrade to the 5-Feb-2001 edition GCC 2.97 development snapshot.
2001-02-14 20:52:39 +00:00
David E. O'Brien
7d7ab1639f
Upgrade to the 2000-12-11 GCC 2.97 development snapshot.
2000-12-13 02:26:23 +00:00
David E. O'Brien
932231b1d5
Change the libstdc++.so version number to be more like the stock one.
...
This change is needed as the one I was using is too much in the range of
shared version numbers the stock libstdc++.so will have.
2000-12-05 20:35:40 +00:00
David E. O'Brien
c517f4bd29
First cut at configure support for FreeBSD PowerPC, Sparc64, and StrongARM.
2000-11-28 19:54:42 +00:00
David E. O'Brien
52693c37bd
Upgrade to the 2000-11-20 GCC 2.97 development snapshot.
...
This one should be using libstdc++ v3 and the new 3.0 C++ ABI now.
2000-11-28 18:55:06 +00:00
David E. O'Brien
1c8d799fc5
Upgrade to the 2000-10-02 GCC 2.97 development snapshot.
2000-10-10 23:32:34 +00:00
David E. O'Brien
572a796bf3
Upgrade to the 2000-08-28 GCC 2.96 development snapshot.
2000-09-15 23:43:48 +00:00
David E. O'Brien
81388430e3
Upgrade to the 2000-07-17 GCC 2.96 development snapshot.
2000-09-05 16:59:15 +00:00
David E. O'Brien
dad8513fc7
Upgrade to the 2000-03-13 GCC 2.96 development snapshot.
2000-03-19 08:43:52 +00:00
David E. O'Brien
8aeb263242
Upgrade to the 2000-02-07 GCC 2.96 development snapshot.
2000-02-14 11:39:38 +00:00
David E. O'Brien
19b929d5e3
Upgrade to the 2000-01-10 GCC 2.96 development snapshot.
2000-01-17 12:27:59 +00:00
David E. O'Brien
134508746d
Upgrade to the 1999-09-20 development snapshot.
1999-10-10 20:28:35 +00:00
David E. O'Brien
bfd0ab6504
Fix SWITCH_TAKES_ARG / WORD_SWITCH_TAKES_ARG breakage on the Alpha created
...
when I changed from defining these in gcc/config/freebsd.h and instead defined
extensable FreeBSD-wide definitions.
While I am here, move the *SWITCH_TAKES_ARG = FBSD_*SWITCH_TAKES_ARG
assignments to the global file to remove one more thing from the arch specific
config files.
1999-07-25 03:34:39 +00:00
David E. O'Brien
228ed0867b
Update to the 1999-07-18 beta snapshot of GCC-2.95.
1999-07-20 15:30:52 +00:00
David E. O'Brien
dcbfd9ec96
Upgrade to the July 12th GCC-2.95 prerelease.
1999-07-15 11:08:16 +00:00
David E. O'Brien
7d3e0363c5
Changes to work with updated files/freebsd.h.
1999-07-04 20:57:15 +00:00
David E. O'Brien
5b92de7d87
Upgrade to the 19990623 GCC 2.95 pre-release snapshot.
1999-06-24 19:11:57 +00:00
David E. O'Brien
34f41f20b2
Update to the 19990616 GCC 2.95-prerelease.
1999-06-21 18:17:56 +00:00