]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gnulib/update-gnulib.sh
Set GDB version number to 10.0.90.
[thirdparty/binutils-gdb.git] / gnulib / update-gnulib.sh
index 5e460809686460c3deb11ca534eb2f3143373db5..ac5e3d56a29ca341718c319a74a4ec3aca81baf7 100755 (executable)
@@ -39,6 +39,7 @@ IMPORTED_GNULIB_MODULES="\
     fnmatch-gnu \
     frexpl \
     getcwd \
+    gettimeofday \
     glob \
     inet_ntop
     inttypes \
@@ -69,7 +70,7 @@ IMPORTED_GNULIB_MODULES="\
 "
 
 # The gnulib commit ID to use for the update.
-GNULIB_COMMIT_SHA1="6be2862414da45975b8cbc33acc5387b012f3354"
+GNULIB_COMMIT_SHA1="4e3f2d4cfdba14e1d89479362061a9280f2f22b6"
 
 # The expected version number for the various auto tools we will
 # use after the import.
@@ -172,6 +173,8 @@ apply_patches ()
     fi
 }
 
+apply_patches "patches/0001-use-windows-stat"
+
 # Regenerate all necessary files...
 aclocal &&
 autoconf &&