patches/gcc/4.8.2/001_gcc_4_8_2_backport_patches_to_fix_parallel_build_fail_PR_57683.patch
author Cody P Schafer <dev@codyps.com>
Mon May 12 00:02:13 2014 +0200 (2014-05-12)
changeset 3322 eb13867a034c
permissions -rw-r--r--
arch/powerpc: add powerpc64le support

Technically, I don't forbid powerpcle support either, but I'm not sure that
there is any library/compiler support for that at the moment (though the hw
technically makes it possible).

powerpc64le needs glibc 2.19 and gcc 4.9. I haven't looked into the support
tools, but at least gdb 7.5 is too old (7.7.1 definitely has support).

Also make powerpc64 non-experimental. It's practically old at this point.

Signed-off-by: Cody P Schafer <dev@codyps.com>
[yann.morin.1998@free.fr: use ${target_endian_le} and ${target_bits_64}]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Message-Id: <64bfbbced9dd8f62e0d6.1399801945@gun>
Patchwork-Id: 347775
     1 --- gcc-4.8.2/gcc/Makefile.in	2013-11-22 02:14:33.815230904 +0100
     2 +++ gcc-4.8.2_patch/gcc/Makefile.in	2013-11-22 02:14:38.391230732 +0100
     3 @@ -3037,7 +3037,7 @@
     4      $(TM_H) coretypes.h $(GIMPLE_H) \
     5      $(TREE_PASS_H) $(FLAGS_H) $(EXPR_H) $(BASIC_BLOCK_H) \
     6      $(GGC_H) $(OBSTACK_H) $(PARAMS_H) $(CPPLIB_H) $(PARAMS_H) \
     7 -    $(GIMPLE_PRETTY_PRINT_H) langhooks.h
     8 +    $(GIMPLE_PRETTY_PRINT_H) langhooks.h $(OPTABS_H)
     9  tree-complex.o : tree-complex.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TREE_H) \
    10      $(TM_H) $(FLAGS_H) $(TREE_FLOW_H) $(GIMPLE_H) \
    11      tree-iterator.h $(TREE_PASS_H) tree-ssa-propagate.h
    12 @@ -3276,12 +3276,12 @@
    13     $(TM_H) $(RTL_H) $(REGS_H) insn-config.h insn-codes.h $(DF_H) \
    14     $(RECOG_H) output.h addresses.h $(REGS_H) hard-reg-set.h $(FLAGS_H) \
    15     $(FUNCTION_H) $(EXPR_H) $(BASIC_BLOCK_H) $(TM_P_H) $(EXCEPT_H) \
    16 -   ira.h rtl-error.h $(LRA_INT_H)
    17 +   ira.h rtl-error.h $(LRA_INT_H) $(OPTABS_H)
    18  lra-eliminations.o : lra-eliminations.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
    19     $(TM_H) $(RTL_H) $(REGS_H) insn-config.h $(DF_H) \
    20     $(RECOG_H) output.h $(REGS_H) hard-reg-set.h $(FLAGS_H) $(FUNCTION_H) \
    21     $(EXPR_H) $(BASIC_BLOCK_H) $(TM_P_H) $(EXCEPT_H) ira.h \
    22 -   rtl-error.h $(LRA_INT_H)
    23 +   rtl-error.h $(LRA_INT_H) $(OPTABS_H)
    24  lra-lives.o : lra-lives.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
    25     $(RTL_H) $(REGS_H) insn-config.h $(DF_H) \
    26     $(RECOG_H) output.h $(REGS_H) hard-reg-set.h $(FLAGS_H) $(FUNCTION_H) \