Skip to content
  1. Jun 23, 2009
  2. Jun 22, 2009
  3. Jun 21, 2009
  4. Jun 20, 2009
  5. Jun 19, 2009
  6. Jun 18, 2009
  7. Jun 17, 2009
  8. Jun 16, 2009
  9. Jun 15, 2009
    • Thomas Petazzoni's avatar
      Upgrade classpath version and fix compilation · 67603203
      Thomas Petazzoni authored
       * Upgrade to version 0.98
       * Use --disable-Werror, otherwise it doesn't build since warnings are
         treated as errors
       * Don't depend on tiff, which isn't mandatory, and doesn't
         build. Once tiff is fixed, we can re-add it as a dependency.
      67603203
    • Thomas Petazzoni's avatar
      Improve external toolchain checks · 9456b58a
      Thomas Petazzoni authored
      
      
      This patch adds some checks on the external toolchains.
      
      First, it checks that the C library selection is correct, by looking
      if gcc is able to find the main C library file through the
      -print-file-name option.
      
      Then, it attempts to check if the Buildroot toolchain options match
      the configuration of the toolchain :
      
       * for glibc, it checks that IPv6, RPC, locales, wide-char, large file
         support Buildroot options are enabled, since with glibc all these
         features are always available (at least this is the assumption we
         make) ;
      
       * for uClibc, it checks the Buildroot options with the uClibc
         configuration file in $SYSROOT_DIR/usr/include/bits/uClibc_config.h
      
      Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
      9456b58a
    • Thomas Petazzoni's avatar
      Simple glibc-based external toolchain support · 643aa232
      Thomas Petazzoni authored
      
      
      The current Buildroot works just well with sysrootable glibc
      toolchains, using the external toolchain feature. The only thing that
      needs to be customized is the set of libraries that must be compiled
      to the target.
      
      The following patch takes a simple approach to making it easier for
      users to use glibc toolchains. It just adds a uClibc/glibc choice in
      the external toolchain menu. Then, depending on that selection, the
      configuration system will choose a sane default value for the library
      files list.
      
      The other advantage of having a uClibc/glibc choice is that in the
      future, we'll be able to add checks verifying that the external
      toolchain configuration matches the features selected in Buildroot (in
      terms of IPv6, RPC, locales or large file support).
      
      Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
      643aa232
    • Pwalters's avatar
    • Nigel Kukard's avatar
      dmraid linking against host system fix · 220dca45
      Nigel Kukard authored
      
      
      dmraid is hard coded with -L$(DESTDIR)$(libdir)  which tries to link in
      the host systems' libs
      
      Signed-off-by: default avatarNigel Kukard <nkukard@lbsd.net>
      Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
      220dca45
  10. Jun 14, 2009
  11. Jun 12, 2009
  12. Jun 11, 2009
  13. Jun 10, 2009
  14. Jun 09, 2009
  15. Jun 07, 2009
  16. Jun 06, 2009
Loading