diff options
Diffstat (limited to 'devel/gcc/patches-8.x/003-dont-choke-when-building-32bit-on-64bit.patch')
-rw-r--r-- | devel/gcc/patches-8.x/003-dont-choke-when-building-32bit-on-64bit.patch | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/gcc/patches-8.x/003-dont-choke-when-building-32bit-on-64bit.patch b/devel/gcc/patches-8.x/003-dont-choke-when-building-32bit-on-64bit.patch index 85b6744df..39f06d8f9 100644 --- a/devel/gcc/patches-8.x/003-dont-choke-when-building-32bit-on-64bit.patch +++ b/devel/gcc/patches-8.x/003-dont-choke-when-building-32bit-on-64bit.patch @@ -1,7 +1,6 @@ -diff -u --recursive gcc-8.4.0-vanilla/gcc/real.h gcc-8.4.0/gcc/real.h ---- gcc-8.4.0-vanilla/gcc/real.h 2020-03-04 02:30:01.000000000 -0600 -+++ gcc-8.4.0/gcc/real.h 2022-05-18 17:02:22.708820427 -0500 -@@ -70,8 +70,10 @@ +--- a/gcc/real.h ++++ b/gcc/real.h +@@ -70,8 +70,10 @@ struct GTY(()) real_value { + (REAL_VALUE_TYPE_SIZE%HOST_BITS_PER_WIDE_INT ? 1 : 0)) /* round up */ /* Verify the guess. */ |