source: rtems/contrib/crossrpms/patches/gcc-core-4.2.4-rtems4.8-20080526.diff @ 15e12bf6

4.8
Last change on this file since 15e12bf6 was fc19fcbd, checked in by Ralf Corsepius <ralf.corsepius@…>, on 05/26/08 at 08:41:48

New.

  • Property mode set to 100644
File size: 1.9 KB
  • configure

    diff -Naur gcc-4.2.4.orig/configure gcc-4.2.4/configure
    old new  
    12601260    noconfigdirs="$noconfigdirs target-newlib target-libiberty target-libgloss ${libgcj} target-libmudflap"
    12611261    ;;
    12621262  *-*-rtems*)
    1263     noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
     1263    noconfigdirs="$noconfigdirs target-libiberty target-libgloss ${libgcj}"
    12641264    ;;
    12651265    # The tpf target doesn't support gdb yet.
    12661266  *-*-tpf*)
  • configure.in

    diff -Naur gcc-4.2.4.orig/configure.in gcc-4.2.4/configure.in
    old new  
    420420    noconfigdirs="$noconfigdirs target-newlib target-libiberty target-libgloss ${libgcj} target-libmudflap"
    421421    ;;
    422422  *-*-rtems*)
    423     noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
     423    noconfigdirs="$noconfigdirs target-libiberty target-libgloss ${libgcj}"
    424424    ;;
    425425    # The tpf target doesn't support gdb yet.
    426426  *-*-tpf*)
  • gcc/config/c4x/rtems.h

    diff -Naur gcc-4.2.4.orig/gcc/config/c4x/rtems.h gcc-4.2.4/gcc/config/c4x/rtems.h
    old new  
    2323#define TARGET_OS_CPP_BUILTINS()                \
    2424    do {                                        \
    2525        builtin_define ("__rtems__");           \
    26         builtin_define ("__USE_INIT_FINI__");   \
    2726        builtin_assert ("system=rtems");        \
    2827    } while (0)
  • gcc/config/mips/elf.h

    diff -Naur gcc-4.2.4.orig/gcc/config/mips/elf.h gcc-4.2.4/gcc/config/mips/elf.h
    old new  
    4848#undef  ENDFILE_SPEC
    4949#define ENDFILE_SPEC "crtend%O%s crtn%O%s"
    5050
    51 #define NO_IMPLICIT_EXTERN_C 1
    52 
    5351#define HANDLE_PRAGMA_PACK_PUSH_POP 1
Note: See TracBrowser for help on using the repository browser.