@@ -44,12 +44,15 @@ $CUR/pre.sh || exit 255
44
44
chrt -b --pid 0 $$
45
45
renice 3 $$
46
46
47
+
47
48
echo Running Target script
48
49
case " $1 " in
49
50
linux-native)
51
+ export LEXLIB=-Wl,--push-state,-Bstatic,-lfl,--pop-state
50
52
exec $CUR /native.sh
51
53
;;
52
54
linux-native-profile)
55
+ export LEXLIB=-Wl,--push-state,-Bstatic,-lfl,--pop-state
53
56
exec $CUR /native.sh profile
54
57
;;
55
58
mingw64-win)
@@ -59,22 +62,27 @@ mingw64-msys2)
59
62
exec $CUR /mingw64-ms2.sh
60
63
;;
61
64
mingw64-cross)
65
+ export LEXLIB=-Wl,--push-state,-Bstatic,-lfl,--pop-state
62
66
exec $CUR /mingw64.sh
63
67
;;
64
68
mingw64-legacy-cross)
69
+ export LEXLIB=-Wl,--push-state,-Bstatic,-lfl,--pop-state
65
70
exec $CUR /mingw64.sh legacy
66
71
;;
67
72
mingw32-cross)
68
73
echo this build is included in mingw64 as multilib/arch now !
69
74
exit 0
70
75
;;
71
76
arm64-cross)
77
+ export LEXLIB=-Wl,--push-state,-Bstatic,-lfl,--pop-state
72
78
exec $CUR /arm.sh 64
73
79
;;
74
80
arm32-cross)
81
+ export LEXLIB=-Wl,--push-state,-Bstatic,-lfl,--pop-state
75
82
exec $CUR /arm.sh 32
76
83
;;
77
84
musl-cross)
85
+ export LEXLIB=-Wl,--push-state,-Bstatic,-lfl,--pop-state
78
86
exec $CUR /musl.sh
79
87
;;
80
88
* )
0 commit comments