Skip to content

Commit

Permalink
Regenerated the gcc patch.
Browse files Browse the repository at this point in the history
  • Loading branch information
zeldin committed Jul 2, 2020
1 parent 4fe776e commit 275f440
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions patches/gcc-7.2.0-PS3.patch
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ index b824e0a0c..5bf0da25e 100644
install-libiberty: installdirs
@: $(MAKE); $(unstage)
diff --git a/gcc/config.gcc b/gcc/config.gcc
index a9196cd26..55b4271aa 100644
index a9196cd26..f2a94403d 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -2330,6 +2330,15 @@ pdp11-*-*)
# tmake_file="${tmake_file} rs6000/t-fprules"
# extra_headers=
# ;;
+powerpc64-ps3-elf)
+ tm_file="${tm_file} dbxelf.h elfos.h usegas.h freebsd-spec.h rs6000/sysv4.h rs6000/default64.h"
+ tm_file="${tm_file} dbxelf.h elfos.h usegas.h freebsd-spec.h newlib-stdint.h rs6000/sysv4.h rs6000/default64.h"
+ tm_file="rs6000/biarch64.h ${tm_file} rs6000/cell64lv2.h"
+ if test x${enable_secureplt} = xyes; then
+ tm_file="rs6000/secureplt.h ${tm_file}"
Expand Down

0 comments on commit 275f440

Please sign in to comment.