d02871
diff -rup binutils.orig/bfd/configure binutils-2.35.2/bfd/configure
d02871
--- binutils.orig/bfd/configure	2023-01-19 12:17:21.293513059 +0000
d02871
+++ binutils-2.35.2/bfd/configure	2023-01-19 12:27:25.783974084 +0000
d02871
@@ -18921,11 +18921,6 @@ _LT_EOF
d02871
       esac
d02871
     done ;;
d02871
     "bfd_stdint.h":C)
d02871
-if test "$GCC" = yes; then
d02871
-  echo "/* generated for " `$CC --version | sed 1q` "*/" > tmp-stdint.h
d02871
-else
d02871
-  echo "/* generated for $CC */" > tmp-stdint.h
d02871
-fi
d02871
 
d02871
 sed 's/^ *//' >> tmp-stdint.h <
d02871
 
d02871
diff -rup binutils.orig/config/stdint.m4 binutils-2.35.2/config/stdint.m4
d02871
--- binutils.orig/config/stdint.m4	2023-01-19 12:17:20.169515897 +0000
d02871
+++ binutils-2.35.2/config/stdint.m4	2023-01-19 12:27:02.920032688 +0000
d02871
@@ -192,11 +192,6 @@ fi
d02871
 
d02871
 # ----------------- done all checks, emit header -------------
d02871
 AC_CONFIG_COMMANDS(_GCC_STDINT_H, [
d02871
-if test "$GCC" = yes; then
d02871
-  echo "/* generated for " `$CC --version | sed 1q` "*/" > tmp-stdint.h
d02871
-else
d02871
-  echo "/* generated for $CC */" > tmp-stdint.h
d02871
-fi
d02871
 
d02871
 sed 's/^ *//' >> tmp-stdint.h <
d02871