Skip to content

Commit 53d17d2

Browse files
committed
Fixed MIPS (little endian) port
1 parent 08812a0 commit 53d17d2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

builds/posix/prefix.linux_mipsel

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,8 @@ LD=@CXX@
2121

2222
# -fno-builtin is used because GCC 3.0-3.2.2 had bug with builtins expansion
2323
# you may remove it if engine is getting compiled with any other GCC version
24-
PROD_FLAGS=-ggdb -O3 -fno-omit-frame-pointer -DLINUX -pipe -MMD -fPIC
25-
DEV_FLAGS=-ggdb -DLINUX -DDEBUG_GDS_ALLOC -pipe -MMD -p -fPIC -Wall -Wno-switch -Wno-non-virtual-dtor
24+
PROD_FLAGS=-ggdb -O3 -fno-omit-frame-pointer -DLINUX -pipe -MMD -fPIC -DMIPSEL
25+
DEV_FLAGS=-ggdb -DLINUX -DDEBUG_GDS_ALLOC -pipe -MMD -p -fPIC -Werror=delete-incomplete -Wall -Wno-switch -Wno-non-virtual-dtor -DMIPSEL
26+
27+
LINK_LIBS=-latomic
28+
SO_LINK_LIBS=-latomic

0 commit comments

Comments
 (0)