Skip to content

Commit 275f440

Browse files
committed
Regenerated the gcc patch.
1 parent 4fe776e commit 275f440

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

patches/gcc-7.2.0-PS3.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ index b824e0a0c..5bf0da25e 100644
1111
install-libiberty: installdirs
1212
@: $(MAKE); $(unstage)
1313
diff --git a/gcc/config.gcc b/gcc/config.gcc
14-
index a9196cd26..55b4271aa 100644
14+
index a9196cd26..f2a94403d 100644
1515
--- a/gcc/config.gcc
1616
+++ b/gcc/config.gcc
1717
@@ -2330,6 +2330,15 @@ pdp11-*-*)
1818
# tmake_file="${tmake_file} rs6000/t-fprules"
1919
# extra_headers=
2020
# ;;
2121
+powerpc64-ps3-elf)
22-
+ tm_file="${tm_file} dbxelf.h elfos.h usegas.h freebsd-spec.h rs6000/sysv4.h rs6000/default64.h"
22+
+ tm_file="${tm_file} dbxelf.h elfos.h usegas.h freebsd-spec.h newlib-stdint.h rs6000/sysv4.h rs6000/default64.h"
2323
+ tm_file="rs6000/biarch64.h ${tm_file} rs6000/cell64lv2.h"
2424
+ if test x${enable_secureplt} = xyes; then
2525
+ tm_file="rs6000/secureplt.h ${tm_file}"

0 commit comments

Comments
 (0)