Skip to content
Snippets Groups Projects
  1. Feb 29, 2016
  2. Feb 18, 2016
    • John Crispin's avatar
      toolchain: add support of ARCv2 architecture · 7b821a5a
      John Crispin authored
      
      This change adds support of ARC ISAv2 processors in
      OpenWRT toolchain.
      
      In general gcc for ARC may compile code for both ISA versions
      simultaneously but libgcc will be built only for default
      architecture that's why it's necessary to specify --with-cpu
      on gcc configuration.
      
      As for uClibc we need to use different configurations for
      different ARC ISAs.
      
      Signed-off-by: default avatarAlexey Brodkin <abrodkin@synopsys.com>
      Cc: Felix Fietkau <nbd@openwrt.org>
      Cc: Jo-Philipp Wich <jow@openwrt.org>
      Cc: Jonas Gorski <jogo@openwrt.org>
      
      SVN-Revision: 48739
      7b821a5a
  3. Jan 25, 2016
  4. Jan 20, 2016
  5. Dec 23, 2015
  6. Nov 25, 2015
  7. Nov 18, 2015
  8. Nov 17, 2015
  9. Nov 13, 2015
  10. Nov 10, 2015
  11. Sep 22, 2015
  12. Sep 13, 2015
  13. Sep 11, 2015
  14. Sep 07, 2015
  15. Sep 06, 2015
  16. Sep 03, 2015
  17. Aug 16, 2015
  18. Jul 14, 2015
  19. Jul 12, 2015
  20. Jun 22, 2015
    • Steven Barth's avatar
      gcc/musl: rework SSP-support · 1877bc9d
      Steven Barth authored
      
      Make musl provide libssp_nonshared.a and make GCC link it unconditionally
      if musl is used. This should be a no-op if SSP is disabled and seems to be
      the only reliable way of dealing with SSP over all packages due to the mess
      that is linkerflags handling in packages.
      
      Signed-off-by: default avatarSteven Barth <steven@midlink.org>
      
      SVN-Revision: 46108
      1877bc9d
  21. Jun 21, 2015
  22. Jun 20, 2015
  23. Jun 17, 2015
  24. Jun 11, 2015
  25. May 10, 2015
  26. Mar 24, 2015
  27. Feb 11, 2015
  28. Dec 12, 2014
    • Felix Fietkau's avatar
      gcc: don't clobber stamp-bits with a symlink to itself · 548d9a00
      Felix Fietkau authored
      
      Several versions of gcc have an issue in libstdc++v3 where the build may
      clobber stamp-bits with a link to itself.  This doesn't manifest itself
      on all systems.  On several Ubuntu systems, this doesn't appear to be a
      problem, but it is an issue on Fedora 16 systems.
      
      To fix the issue, we'll simply filter out stamp-bits from the symlinks
      to be generated.
      
      Note: gcc 4.4.7 is unaffected by this issue, so no fix is necessary
      there.
      
      Signed-off-by: default avatarJohn Szakmeister <john@szakmeister.net>
      
      SVN-Revision: 43669
      548d9a00
  29. Oct 24, 2014
  30. Oct 20, 2014
  31. Oct 19, 2014
Loading