From 40e8660efe10534e98bbe343845d7470176e6e67 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Mon, 23 Dec 2019 00:32:55 +0000 Subject: system/gcc: fix Go on 32-bit machines with 64-bit time_t --- system/gcc/340-gccgo-time64-stat.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 system/gcc/340-gccgo-time64-stat.patch (limited to 'system/gcc/340-gccgo-time64-stat.patch') diff --git a/system/gcc/340-gccgo-time64-stat.patch b/system/gcc/340-gccgo-time64-stat.patch new file mode 100644 index 000000000..332712a13 --- /dev/null +++ b/system/gcc/340-gccgo-time64-stat.patch @@ -0,0 +1,19 @@ +There are more than one st_{a,m,c}tim fields in struct stat on time64 machines. + +Run the Go-isation on all of them. + +--- gcc-8.3.0/libgo/mksysinfo.sh.old 2018-11-09 15:29:52.000000000 +0000 ++++ gcc-8.3.0/libgo/mksysinfo.sh 2019-12-23 00:18:54.129911814 +0000 +@@ -468,9 +468,9 @@ + -e 's/st_size/Size/' \ + -e 's/st_blksize/Blksize/' \ + -e 's/st_blocks/Blocks/' \ +- -e 's/st_atim/Atim/' \ +- -e 's/st_mtim/Mtim/' \ +- -e 's/st_ctim/Ctim/' \ ++ -e 's/st_atim/Atim/g' \ ++ -e 's/st_mtim/Mtim/g' \ ++ -e 's/st_ctim/Ctim/g' \ + -e 's/\([^a-zA-Z0-9_]\)_timeval\([^a-zA-Z0-9_]\)/\1Timeval\2/g' \ + -e 's/\([^a-zA-Z0-9_]\)_timespec_t\([^a-zA-Z0-9_]\)/\1Timespec\2/g' \ + -e 's/\([^a-zA-Z0-9_]\)_st_timespec_t\([^a-zA-Z0-9_]\)/\1StTimespec\2/g' \ -- cgit v1.2.3-60-g2f50