lm32-newlib-fix.patch 575 B

123456789101112131415
  1. Backport from gcc git
  2. https://gcc.gnu.org/git/?p=gcc.git;a=commitdiff;h=f151e2adc9c93b5d65f551f087077609821b71b7
  3. diff -Nur gcc-5.3.0.orig/gcc/config.gcc gcc-5.3.0/gcc/config.gcc
  4. --- gcc-5.3.0.orig/gcc/config.gcc 2015-09-10 16:17:53.000000000 +0200
  5. +++ gcc-5.3.0/gcc/config.gcc 2016-04-02 19:51:24.771406949 +0200
  6. @@ -1805,7 +1805,7 @@
  7. md_file=iq2000/iq2000.md
  8. ;;
  9. lm32-*-elf*)
  10. - tm_file="dbxelf.h elfos.h ${tm_file}"
  11. + tm_file="dbxelf.h elfos.h ${tm_file} newlib-stdint.h"
  12. tmake_file="${tmake_file} lm32/t-lm32"
  13. ;;
  14. lm32-*-rtems*)