Skip to content

Commit

Permalink
criu: define __SANE_USERSPACE_TYPES__ for loongson3
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyanoxygen committed Sep 26, 2023
1 parent 825c4a8 commit a260ddb
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- a/Makefile 2023-09-22 05:46:13.307308089 +0000
+++ b/Makefile 2023-09-22 05:46:35.565139064 +0000
@@ -77,7 +77,7 @@
endif

ifeq ($(ARCH),mips)
- DEFINES := -DCONFIG_MIPS
+ DEFINES := -DCONFIG_MIPS -D__SANE_USERSPACE_TYPES__
endif

#

0 comments on commit a260ddb

Please sign in to comment.