Commit Graph

310 Commits

Author SHA1 Message Date
pascal
ac98887a45 Add alpha support.
Help/testing by naddy@
2013-04-20 20:54:04 +00:00
tobiasu
8575a638bc Add Ada support for sparc64.
Use SJLJ exceptions instead of ZCX because gcc produces broken code
for the later. Enable ncpu detection in the runtime for all archs.

ok pascal@
2013-04-12 10:01:47 +00:00
pascal
d4d059a765 Attempt to fix longstanding ada build failure when building in parallel by
forcing gnatmake to use -j1.

ok sthen@
2013-04-11 08:34:13 +00:00
pascal
9015c34346 + 4.8 2013-04-08 08:21:42 +00:00
pascal
174fb904d7 Import gcc 4.8.
For a full Changelog, see: http://gcc.gnu.org/gcc-4.8/changes.html

Tested by me on amd64, i386 and powerpc and by brad@ on sparc64.

Adds support for -java on powerpc.  -faggressive-loop-optimizations is
disabled by default in the port, and the default debugging format changed
to DWARF2 (instead of 4).

tweaks and ok tobiasu@
2013-04-08 08:20:19 +00:00
tobiasu
22ba0b47ce Update adastrap tarball due to libm major bump. Bundle libm with adastrap
as we do for libc since it's cheap to do and can save us some work in the
future.

ok pascal@
2013-04-04 04:21:14 +00:00
ajacoutot
58f1a6f9f6 USE_LIBTOOL=Yes is the default now. 2013-03-21 08:45:11 +00:00
sthen
7b10e7c633 PERMIT_* 2013-03-11 12:27:53 +00:00
espie
0662a4e9d6 PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:20:26 +00:00
jasper
a464ad68b1 move two files from -main to -c++ to fix a conflict between gcc version.
the conflict was already marked, but these two files were in the wrong PLIST.

ok pascal@ (MAINTAINER) sthen@
2013-02-11 14:29:54 +00:00
tobiasu
821c89e81c Add our SH backend.
ok espie@ pascal@
2013-02-04 21:23:40 +00:00
pascal
c77b1f0cae sync hppa LINK_SPEC; ok brad@
no bumps for 4.7 as it doesn't build there
2013-02-04 11:37:09 +00:00
naddy
cbeb31112b bump for plist changes 5.2 -> 5.3 2013-02-01 16:34:36 +00:00
pascal
5d1e11d3f5 Don't hide error messages from gnatmake to give us a chance to debug this when
it fails.

ok tobiasu@
2013-01-28 11:42:33 +00:00
tobiasu
7bf586c62e Remove sparc, m68k, and vax from the list of working architectures.
Their respective gcc backend ports are unfinished and broken.

ok pascal@
2013-01-28 01:03:05 +00:00
tobiasu
ec81b8ac15 Add our ARM backend to prepare for later gnat cross-compile adventures.
Rein damit pascal@
2013-01-27 15:00:23 +00:00
pascal
3f1c4aa554 rm TODO, now obsolete. 2013-01-23 18:28:03 +00:00
pascal
f5b212fcc5 Add alpha support (without -go). Takes 14h to build.
tested by and ok naddy@
2013-01-23 18:26:55 +00:00
brad
f3de2bf326 tedu older version of gcc
ok pascal@
2013-01-22 04:05:31 +00:00
brad
0bb4b63fcf Unlink 3.3 and 4.2.
discussed with tobiasu@ pascal@
ok pascal@
2013-01-22 04:01:55 +00:00
tobiasu
5610f716f0 "Fix" parallel make install by forcing gmake to only run 1 job. It's not
pretty and we would like to have a better fix, but for now it should suffice.

ok naddy@, sthen@
2013-01-20 02:23:40 +00:00
bcallah
6e2fc64bd9 More mips64el check-in. Add mips64el to NOT_FOR_ARCHS-go. ld fails: Bad final value
ok jasper@ pascal@
2013-01-18 19:09:58 +00:00
pascal
b368cf7d60 Add hppa support. Still a bit rough around the edges: Some optimisations
(-foptimize-sibling-calls and -freorder-blocks) cause segfaults during build,
so don't include them in -O2 on hppa.  Also, -go is not supported.

requested by and ok brad@ and tested on one of his machines
2013-01-16 19:28:48 +00:00
pascal
05fd655191 Bring in some WIP mips64 work; fails atm due to a binutils bug when linking
liblto_plugin.so:

/usr/bin/ld: not enough GOT space for local GOT entries
/usr/bin/ld: BFD 2.15 internal error, aborting at
/usr/src/gnu/usr.bin/binutils/bfd/elfxx-mips.c line 6483 in _bfd_mips_elf_relocate_section

with/tested by jasper@
2013-01-10 15:00:55 +00:00
espie
298824094f a little overkill on autoconf override magic... 2012-12-28 14:32:00 +00:00
espie
e803038409 make darn sure we don't detect gnu stuff 2012-12-27 18:16:44 +00:00
naddy
814177890f do not run parallel fake until the race condition there has been fixed 2012-12-26 16:15:19 +00:00
tobiasu
0d99eb1631 Oops, revert adastrap-i386-4.7.2-0.tar.xz checksum back to previous value
This slipped in due to testing adastrap on i386. No bump required since
the package doesn't build :(

OK sthen@
2012-11-09 00:58:26 +00:00
tobiasu
18e9b90a33 Add Ada support on amd64 and sparc64
Also unbreak and improve adastrap generation
Cleanup bootstrap libc handling

ok pascal@
2012-11-06 00:57:43 +00:00
sthen
e64809b25c trailing whitespace in CATEGORIES 2012-10-23 09:33:44 +00:00
kurt
e6d0f75aab Fix boehm-gc and increase gcj default thread stack size. Makes gjc work
well enough to bootstrap devel/jdk/1.6. okay pascal@ jasper@
2012-10-17 19:58:21 +00:00
landry
5b823cb084 Sync the config/openbsd.h and config/sparc/openbsd64.h patches with
respectively r1.9 and r1.6 of base gcc ones adding #define
NO_IMPLICIT_EXTERN_C. While here add the missing #define
NO_UNSAFE_BUILTINS to gfortran/gcc 4.2, Bump all REVISIONs.
ok sthen@
2012-10-07 20:09:44 +00:00
pascal
a76571c1ee Bugfix update to 4.7.2. Also, remove sparc from ONLY_FOR_ARCHS and put myself
as MAINTAINER.

no objection from espie@
2012-09-28 18:45:42 +00:00
pascal
a2552ed7a7 Unify MASTER_SITES for adastrap; they're now all hosted by Tobias Ulmer on
tmux.org.  Makes gnat bootstrapping work a little easier for him.
2012-09-28 15:02:28 +00:00
naddy
b59373b722 Add DPB_PROPERTIES=parallel for some big ports.
Required to make full use of the amd64 package building cluster.
2012-09-26 17:36:46 +00:00
espie
19a7a697da fix parallel builds. fixincludes doesn't own that directory, so don't
clean it up.

More recent gcc have a cleaner fix, where fixincludes has been moved to
another directory that it truly owns, but in our case, we do not need to
clean up the fake directory as it's just been created.

okay pascal@, naddy@
2012-09-23 10:32:16 +00:00
pascal
402ab6593a adapt a sparc64 patch; still not enough because it decides to segfault in
libgcc.

found by landry@ in a bulk.  fuck gcc.
2012-09-04 10:11:56 +00:00
pascal
f080554be1 Make gcc 4.[67] use __guard_local instead of __guard. From Brad.
ok matthew@
2012-09-03 13:24:58 +00:00
pascal
13f6a15732 Patch GCC and derived ports to use PIE by default on the same architectures it
is enabled on in base; except for gcc 3.3, which does not have PIE support and
therefore needs to pass -nopie to the linker.

Also, sync powerpc pthread specs with base.  From Brad.

ok naddy@
2012-09-01 00:00:32 +00:00
pascal
5eeb506019 tedu gcc 3.4. unused, incomplete, nobody working on it.
ok naddy@, "don't care" espie@
2012-08-31 18:37:47 +00:00
sthen
757b73bc31 missing bump, pointed out by nigel@ 2012-08-29 20:53:32 +00:00
sthen
a1154fc621 missing bump, pointed out by nigel@
adjust comment about bundled libc for adastrap while there
2012-08-29 20:51:41 +00:00
sthen
c8cbedb21c sync OBSD_LIB_SPEC in the ports tree compilers with the updated one
in base; from Brad
2012-08-28 23:39:12 +00:00
sthen
c44d5938af oops, lost "m" in WANTLIB-estdc in wantlib sync commit; fix and bump REVISION. 2012-08-27 20:06:16 +00:00
pascal
3dd48630d4 missing .endif, found by and ok aja@ 2012-08-26 10:19:48 +00:00
pascal
081a373d7b Set PKGSPEC-main to be more strict about versions (>=4.6,<4.7) of the -main
package.  g++ et alii should always depend on a matching gcc.  Same solution as
for 4.7 by espie@.

found by and ok aja@
2012-08-25 18:22:54 +00:00
sthen
701ea4d98f sync wantlib 2012-08-23 19:19:16 +00:00
pascal
e27ffe7e0c Sync -pthread semantics with base gcc. From Brad.
ok matthew@
2012-08-20 12:35:41 +00:00
pascal
ec96a5487f Build fixes for powerpc.
ok aja@
2012-08-19 15:11:21 +00:00
pascal
002cee8638 Enable gcc 4.7 for release.
ok espie@
2012-07-15 08:56:55 +00:00