Commit Graph

19 Commits

Author SHA1 Message Date
naddy
85229c97e7 drop RCS Ids 2022-03-11 18:49:30 +00:00
naddy
6db9d64844 devel/avr32/binutils, gcc-bootstrap, gcc: fix build with -fno-common
binutils:
Since linkrelax is already defined as a global variable, it is
already initialized to 0, so we can simply drop this initialization.

gcc-bootstrap, gcc:
Use the mechanism provided by the .opt file processing to initialize
these globals.

ok gnezdo@
2021-02-14 18:13:59 +00:00
jasper
7bfab0665a unbreak on powerpc64 2021-01-15 19:03:58 +00:00
jasper
65bb927769 fix building the various gcc crosscompilers on powerpc64 by redefining vec_step as clang
already defines this symbol itself.
this approach was discussed with upstream gcc by, and patch copied from, freeBSD
2021-01-09 21:41:15 +00:00
sthen
4435b868be replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 21:15:33 +00:00
naddy
305d688b62 fix warning and future error about unescaped left brace in perl regex 2019-04-16 15:35:30 +00:00
naddy
4801fc50a0 simplify autotools invocation 2019-04-02 12:39:29 +00:00
naddy
84174f9106 bump for package path change devel/gmp -> devel/gmp,-main 2018-11-02 18:48:39 +00:00
espie
845f162cda zap dirs inherited from parent, reorder in canonical order 2018-05-17 09:40:30 +00:00
espie
9d320d022e assert gnu89 inlines 2017-05-23 18:43:41 +00:00
espie
a76a79b13c assert gnu89 inlines 2017-05-23 08:00:48 +00:00
jasper
1aaab6bc91 hookup avr32-gcc-bootstrap, it's already built as a dependency for avr32-newlib.
spotted by nigel@
discussed with and ok stsp@
2015-09-06 08:59:44 +00:00
naddy
dfeebc2e4a do not haphazardly pick up GNU sed 2015-01-25 23:22:46 +00:00
naddy
736fca65dd Drop USE_GROFF from subdir: acceptable formatting differences only. 2015-01-22 15:34:43 +00:00
espie
f0fe81d298 you guys should test your diffs.
PERMIT_PACKAGE* makes it into the package, so bump...
2014-03-24 16:47:13 +00:00
jasper
45f3b82848 set PERMIT_PACKAGE_* to Yes as the license doesn't forbid or restrict distribution
in a way that would warrant it. wether it's usefull to be have bootstrap package
built is another question, but not to be answered with PERMIT_PACKAGE_*

discussed with and ok stsp@
2014-03-24 07:50:22 +00:00
stsp
b584c123e2 Explicitly declare the automake version required to build avr32-newlib.
Fixes build failure because of wrong automake version noticed by espie@.
2014-01-19 20:58:32 +00:00
stsp
1376667773 avr32-binutils needs an explicit build dependency on libtool
spotted by nigel@
2014-01-17 19:54:17 +00:00
stsp
233f1c884f Port of Atmel's AVR32 toolchain, which includes binutils, gcc,
the newlib C library, and AVR32-specific header files.
With suggestions from espie@ and aja@
ok aja@
2014-01-17 15:02:26 +00:00