Index: create.patch.sh
===================================================================
--- create.patch.sh (nonexistent)
+++ create.patch.sh (revision 5)
@@ -0,0 +1,15 @@
+#!/bin/bash
+
+VERSION=4.2.0.20211231
+
+tar --files-from=file.list -xzvf ../newlib-$VERSION.tar.gz
+mv newlib-$VERSION newlib-$VERSION-orig
+
+cp -rf ./newlib-$VERSION-new ./newlib-$VERSION
+
+diff --unified -Nr newlib-$VERSION-orig newlib-$VERSION > newlib-$VERSION-riscv.patch
+
+mv newlib-$VERSION-riscv.patch ../patches
+
+rm -rf ./newlib-$VERSION
+rm -rf ./newlib-$VERSION-orig
Property changes on: create.patch.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property