@@ -12,10 +12,10 @@ As usual, make the `configure` script recognize Serenity. Also set
12
12
2 files changed, 16 insertions(+), 2 deletions(-)
13
13
14
14
diff --git a/configure b/configure
15
- index 19f1bd5..340e76e 100755
15
+ index 784f8d306092afb980dc7730eccaac1b134c52df..143ff27f07a8605510bca258bee3e621c95d34b8 100755
16
16
--- a/configure
17
17
+++ b/configure
18
- @@ -3335 ,6 +3335 ,9 @@ then
18
+ @@ -3811 ,6 +3811 ,9 @@ then
19
19
# a lot of different things including 'define_xopen_source'
20
20
# in the case statement below.
21
21
case "$host" in
@@ -25,15 +25,15 @@ index 19f1bd5..340e76e 100755
25
25
*-*-linux-android*)
26
26
ac_sys_system=Linux-android
27
27
;;
28
- @@ -3373 ,6 +3376 ,7 @@ then
28
+ @@ -3855 ,6 +3858 ,7 @@ then
29
29
linux*) MACHDEP="linux";;
30
30
cygwin*) MACHDEP="cygwin";;
31
31
darwin*) MACHDEP="darwin";;
32
32
+ serenityos*) MACHDEP="serenityos";;
33
33
'') MACHDEP="unknown";;
34
34
esac
35
35
fi
36
- @@ -3382 ,6 +3386 ,9 @@ $as_echo "\"$MACHDEP\"" >&6; }
36
+ @@ -3864 ,6 +3868 ,9 @@ $as_echo "\"$MACHDEP\"" >&6; }
37
37
38
38
if test "$cross_compiling" = yes; then
39
39
case "$host" in
@@ -43,7 +43,7 @@ index 19f1bd5..340e76e 100755
43
43
*-*-linux*)
44
44
case "$host_cpu" in
45
45
arm*)
46
- @@ -9886 ,7 +9893 ,7 @@ then
46
+ @@ -10834 ,7 +10841 ,7 @@ then
47
47
LINKFORSHARED="-Wl,-E -Wl,+s";;
48
48
# LINKFORSHARED="-Wl,-E -Wl,+s -Wl,+b\$(BINLIBDEST)/lib-dynload";;
49
49
Linux-android*) LINKFORSHARED="-pie -Xlinker -export-dynamic";;
@@ -53,10 +53,10 @@ index 19f1bd5..340e76e 100755
53
53
Darwin/*)
54
54
LINKFORSHARED="$extra_undefs -framework CoreFoundation"
55
55
diff --git a/configure.ac b/configure.ac
56
- index 763fc69..8d4c0af 100644
56
+ index ab5e1de6fabd38ad468ad57392b232de2101011d..17f93fdf69007f322c29b4fbdb4fe16e75ca2520 100644
57
57
--- a/configure.ac
58
58
+++ b/configure.ac
59
- @@ -391 ,6 +391 ,9 @@ then
59
+ @@ -536 ,6 +536 ,9 @@ then
60
60
# a lot of different things including 'define_xopen_source'
61
61
# in the case statement below.
62
62
case "$host" in
@@ -66,15 +66,15 @@ index 763fc69..8d4c0af 100644
66
66
*-*-linux-android*)
67
67
ac_sys_system=Linux-android
68
68
;;
69
- @@ -429 ,6 +432 ,7 @@ then
69
+ @@ -580 ,6 +583 ,7 @@ then
70
70
linux*) MACHDEP="linux";;
71
71
cygwin*) MACHDEP="cygwin";;
72
72
darwin*) MACHDEP="darwin";;
73
73
+ serenityos*) MACHDEP="serenityos";;
74
74
'') MACHDEP="unknown";;
75
75
esac
76
76
fi
77
- @@ -437 ,6 +441 ,9 @@ AC_MSG_RESULT("$MACHDEP")
77
+ @@ -588 ,6 +592 ,9 @@ AC_MSG_RESULT("$MACHDEP")
78
78
AC_SUBST(_PYTHON_HOST_PLATFORM)
79
79
if test "$cross_compiling" = yes; then
80
80
case "$host" in
@@ -84,7 +84,7 @@ index 763fc69..8d4c0af 100644
84
84
*-*-linux*)
85
85
case "$host_cpu" in
86
86
arm*)
87
- @@ -2807 ,7 +2814 ,7 @@ then
87
+ @@ -3247 ,7 +3254 ,7 @@ then
88
88
LINKFORSHARED="-Wl,-E -Wl,+s";;
89
89
# LINKFORSHARED="-Wl,-E -Wl,+s -Wl,+b\$(BINLIBDEST)/lib-dynload";;
90
90
Linux-android*) LINKFORSHARED="-pie -Xlinker -export-dynamic";;
0 commit comments