Age | Commit message (Collapse) | Author |
|
As discussed on the list. I suspect the ARM abi thing isn't needed anymore
now we use the correct abi in the first place, but I'll leave it in until
after the release.
|
|
I know that changing something as fundamental as mpfr this close to the
release isn't really ideal, but it's listed as the minimum version
for gcc 4.3.x:
http://gcc.gnu.org/install/prerequisites.html
Bernhard's tree has been using 2.3.2 since October, so the risk is probably
not that big though.
|
|
|
|
|
|
It was a bogus revert.
|
|
|
|
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
|
|
Revert to pre-r25021 situation, but add extra comments explaining the
situation.
|
|
Fix for https://support.ntp.org/bugs/show_bug.cgi?id=769 - Patch from gentoo.
|
|
|
|
break, feedback to AVR32 compiler team will be sent
|
|
|
|
but may need refinement)
As discussed on the list - Too complicated and wrong.
|
|
The GNU_TARGET_NAME symlink and target_utils location were not correctly
adjusted to match the move of the toolchain to $(STAGING_DIR)/usr,
creating dangling symlinks.
|
|
Make sure the developer is informed why a package is not
visable and that they need to have a NPTL enabled
toolchain.
Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
|
|
Buildroot is adopting depends on for toolchain features and
select for packages. Make this change in this file.
Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
|
|
Package configs should start with BR2_PACKAGE_.
|
|
Other packages don't have this, and several packages are depending on
readline where they actually want readline-target instead.
|
|
Header files on target is globally controlled by BR2_HAVE_DEVFILES.
|
|
|
|
|
|
Fixes several database corruption bugs
|
|
As reported on irc - Fixes busybox-menuconfig
|
|
|
|
Dependencies were wrong, and it didn't build without largefile support.
|
|
Add radvd, the IPv6 router advertisement daemon.
Signed-off-by: Amand Tihon <amand.tihon@alrj.org>
|
|
|
|
Have been having various issues with multiple jobs (-jX) and building
autoconf. Turns out that v2.63 has fixed this. So bounce version
to a working version.
Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
|
|
Thanks to Will Wagner <will_wagner@carallon.com> for reporting and working
with upstream to get it fixed. Patch from alsa-lib.git.
|
|
The avahi-autoipd target install step adds /var/lib/avahi-autoipd as a
symlink to /tmp/avahi-autoipd, which is fine, except if your /var/lib is
already a symlink to /tmp (E.G. like the default target_skeleton is).
If that's the case, then you end up adding a /tmp/avahi-autoipd symlink
pointing to itself, causing subsequent builds to fail
(Too many levels of symbolic links in the ln -sf call). Fix it by simply
first removing the symlink if it's there.
|
|
remove depend on deprecated
|
|
|
|
As requested on irc.
|
|
|
|
|
|
Touch stamp file (seems to have been missed by r23656).
|
|
|
|
|
|
|
|
Webkit doesn't need X.
|
|
|
|
And remove unneeded patch for demos while we're at it.
|
|
|
|
select should only be used for package (library) dependencies.
|
|
select should only be used for package (library) dependencies.
|
|
Makes more sense to have it here, and easier to change once we start
building host-glib.
|
|
|
|
As discussed on the list.
|
|
|
|
This seems to be required to compile some of the inline asm.
This solves the following compiler errors:
h264.c: In function 'decode_cabac_residual':
h264.c:6158: warning: passing argument 4 of 'decode_significance_8x8_x86' discards qualifiers from pointer target type
cabac.h: In function 'get_cabac_noinline':
cabac.h:513: error: can't find a register in class 'GENERAL_REGS' while reloading 'asm'
cabac.h:513: error: 'asm' operand has impossible constraints
While searching several weeks ago, I hit the following URL, which
unfortunately currently doesn't seem to work anymore and I can't
remember what the bug was about.
Also see http://bugs.uclibc.org/view.php?id=4604
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
|