summaryrefslogtreecommitdiff
path: root/src/stage4/patches/xfsprogs.patch
diff options
context:
space:
mode:
Diffstat (limited to 'src/stage4/patches/xfsprogs.patch')
-rw-r--r--src/stage4/patches/xfsprogs.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/stage4/patches/xfsprogs.patch b/src/stage4/patches/xfsprogs.patch
new file mode 100644
index 0000000..5bdce59
--- /dev/null
+++ b/src/stage4/patches/xfsprogs.patch
@@ -0,0 +1,11 @@
+--- a/PKGBUILD 2018-03-21 18:08:08.138446567 +0100
++++ b/PKGBUILD 2018-03-21 18:22:01.229401254 +0100
+@@ -17,7 +17,7 @@ md5sums=('SKIP')
+ build() {
+ cd "${srcdir}/${pkgname}-dev"
+ make configure
+- export OPTIMIZER="-march=${CARCH/_/-} -O1"
++ export OPTIMIZER="-march=rv64gc -mabi=lp64d -O1"
+ export DEBUG=-DNDEBUG
+ ./configure --prefix=/usr --sbindir=/usr/bin --enable-readline
+ make