Skip to content

Commit

Permalink
kvantum: remove -mxgot from autobuild generated cmake files
Browse files Browse the repository at this point in the history
  • Loading branch information
rickliu2000 committed Oct 22, 2024
1 parent 560a285 commit 6e40e6a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions desktop-kde/kvantum/autobuild/prepare
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# FIXME: cxx flags generated by autobuild will fail the build -mxgot is removed from the list
if ab_match_arch loongson3; then
export CFLAGS="${CFLAGS/-mxgot/}"
export CXXFLAGS="${CXXFLAGS/-mxgot/}"
export LDFLAGS="${LDFLAGS/-mxgot/}"
fi

0 comments on commit 6e40e6a

Please sign in to comment.