Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
luatex
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeXLive
luatex
Commits
a7c22ee1
Commit
a7c22ee1
authored
7 years ago
by
Luigi Scarso
Browse files
Options
Downloads
Patches
Plain Diff
sync tags/1.07.0 with trunk.
parent
99a66098
No related branches found
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
source/libs/luajit/configure
+9
-0
9 additions, 0 deletions
source/libs/luajit/configure
source/libs/luajit/m4/lj-system.m4
+9
-2
9 additions, 2 deletions
source/libs/luajit/m4/lj-system.m4
source/texk/web2c/luatexdir/luatex_svnversion.h
+1
-1
1 addition, 1 deletion
source/texk/web2c/luatexdir/luatex_svnversion.h
with
19 additions
and
3 deletions
source/libs/luajit/configure
+
9
−
0
View file @
a7c22ee1
...
...
@@ -14206,6 +14206,10 @@ elif grep 'LJ_TARGET_ARM64 ' conftest.i >/dev/null 2>&1; then :
if
test
"x
$LJHOST
"
=
xiOS
;
then
:
LUAJIT_CFLAGS
=
'-fno-omit-frame-pointer'
fi
if
grep
'__AARCH64EB__'
conftest.i
>
/dev/null 2>&1
;
then
:
echo
'-D__AARCH64EB__=1'
>>
native_flags
fi
elif
grep
'LJ_TARGET_PPC '
conftest.i
>
/dev/null 2>&1
;
then
:
LJARCH
=
ppc
if
grep
'LJ_LE 1'
conftest.i
>
/dev/null 2>&1
;
then
:
...
...
@@ -14231,6 +14235,11 @@ if grep 'LJ_NO_UNWIND 1' conftest.i >/dev/null 2>&1; then :
echo
'-DLUAJIT_NO_UNWIND'
>>
native_flags
fi
echo
"-DLUAJIT_TARGET=LUAJIT_ARCH_
$LJARCH
"
>>
native_flags
if
grep
'LJ_LE'
conftest.i
>
/dev/null 2>&1
;
then
:
echo
'-D ENDIAN_LE'
>>
dynasm_flags
else
echo
'-D ENDIAN_BE'
>>
dynasm_flags
fi
if
grep
'LJ_ARCH_BITS 64'
conftest.i
>
/dev/null 2>&1
;
then
:
echo
'-D P64'
>>
dynasm_flags
if
test
"x
$LJHOST
"
=
xLinux
;
then
:
...
...
This diff is collapsed.
Click to expand it.
source/libs/luajit/m4/lj-system.m4
+
9
−
2
View file @
a7c22ee1
...
...
@@ -5,6 +5,7 @@
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# _LJ_ARCH
# --------
# Internal subroutine.
...
...
@@ -22,9 +23,12 @@ AS_IF([grep 'LJ_TARGET_X64 ' conftest.i >/dev/null 2>&1],
[grep 'LJ_TARGET_ARM ' conftest.i >/dev/null 2>&1],
[LJARCH=arm],
[grep 'LJ_TARGET_ARM64 ' conftest.i >/dev/null 2>&1],
[LJARCH=arm64
[LJARCH=arm64
AS_IF([test "x$LJHOST" = xiOS],
[LUAJIT_CFLAGS='-fno-omit-frame-pointer'])],
[LUAJIT_CFLAGS='-fno-omit-frame-pointer'])
AS_IF([grep '__AARCH64EB__' conftest.i >/dev/null 2>&1],
[echo '-D__AARCH64EB__=1' >>native_flags])
],
[grep 'LJ_TARGET_PPC ' conftest.i >/dev/null 2>&1],
[LJARCH=ppc
AS_IF([grep 'LJ_LE 1' conftest.i >/dev/null 2>&1],
...
...
@@ -43,6 +47,9 @@ AS_IF([grep 'LJ_NO_UNWIND 1' conftest.i >/dev/null 2>&1],
[echo '-D NO_UNWIND' >>dynasm_flags
echo '-DLUAJIT_NO_UNWIND' >>native_flags])
echo "-DLUAJIT_TARGET=LUAJIT_ARCH_$LJARCH" >>native_flags
AS_IF([grep 'LJ_LE' conftest.i >/dev/null 2>&1],
[echo '-D ENDIAN_LE' >>dynasm_flags],
[echo '-D ENDIAN_BE' >>dynasm_flags])
AS_IF([grep 'LJ_ARCH_BITS 64' conftest.i >/dev/null 2>&1],
[echo '-D P64' >>dynasm_flags
AS_IF([test "x$LJHOST" = xLinux],
...
...
This diff is collapsed.
Click to expand it.
source/texk/web2c/luatexdir/luatex_svnversion.h
+
1
−
1
View file @
a7c22ee1
#define luatex_svn_revision 657
4
#define luatex_svn_revision 65
8
7
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment