Commit e4fcf13
committed
Support for ARM 64-bit Linux builds and musl libc
1 parent 1bb7a84 commit e4fcf13
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
- Makefile+37
- bootstrap/ecc/bootstrap/ecc.c+3-3
- bootstrap/ecc/bootstrap/ecc.main.c+23-23
- bootstrap/ecp/bootstrap/ecp.c+39-35
- bootstrap/ecp/bootstrap/ecp.main.c+34-34
- bootstrap/ecrt/bootstrap/AVLTree.c+48-48
- bootstrap/ecrt/bootstrap/Array.c+174-174
- bootstrap/ecrt/bootstrap/BTNode.c+54-54
- bootstrap/ecrt/bootstrap/BinaryTree.c+59-59
- bootstrap/ecrt/bootstrap/BufferedFile.c+26-24
- bootstrap/ecrt/bootstrap/BuiltInContainer.c+30-30
- bootstrap/ecrt/bootstrap/Container.c+84-84
- bootstrap/ecrt/bootstrap/CustomAVLTree.c+244-244
- bootstrap/ecrt/bootstrap/DualPipe.c+57-55
- bootstrap/ecrt/bootstrap/File.c+59-42
- bootstrap/ecrt/bootstrap/LinkList.c+15-15
- bootstrap/ecrt/bootstrap/List.c+14-14
- bootstrap/ecrt/bootstrap/Map.c+219-219
- bootstrap/ecrt/bootstrap/OldList.c+101-101
- bootstrap/ecrt/bootstrap/String.c+76-74
- bootstrap/ecrt/bootstrap/System.c+105-105
- bootstrap/ecrt/bootstrap/TempFile.c+24-22
- bootstrap/ecrt/bootstrap/dataTypes.c+130-130
- bootstrap/ecrt/bootstrap/ecrt.main.c+255-253
- bootstrap/ecrt/bootstrap/i18n.c+68-65
- bootstrap/ecrt/bootstrap/instance.c+213-213
- bootstrap/ecrt/bootstrap/memory.c+32-30
- bootstrap/ecs/bootstrap/ecs.c+124-124
- bootstrap/ecs/bootstrap/ecs.main.c+55-55
- bootstrap/ectp/Makefile+6-6
- bootstrap/ectp/bootstrap/ast.c+53-53
- bootstrap/ectp/bootstrap/copy.c+5-5
- bootstrap/ectp/bootstrap/dbpass.c+3-3
- bootstrap/ectp/bootstrap/ecdefs.c+5-63
- bootstrap/ectp/bootstrap/ectp.main.c+53-53
- bootstrap/ectp/bootstrap/expression.c+1-1
- bootstrap/ectp/bootstrap/firstPass.c+17-17
- bootstrap/ectp/bootstrap/freeAst.c+32-32
- bootstrap/ectp/bootstrap/grammar.c+589-547
- bootstrap/ectp/bootstrap/lexer.c+121-109
- bootstrap/ectp/bootstrap/loadSymbols.c+47-47
- bootstrap/ectp/bootstrap/output.c+260-260
- bootstrap/ectp/bootstrap/pass0.c+12-12
- bootstrap/ectp/bootstrap/pass1.c+30-29
- bootstrap/ectp/bootstrap/pass15.c+105-99
- bootstrap/ectp/bootstrap/pass16.c+8-8
- bootstrap/ectp/bootstrap/pass2.c+19-18
- bootstrap/ectp/bootstrap/pass3.c+1-1
- bootstrap/ectp/bootstrap/shortcuts.c+50-8
- bootstrap/ectp/bootstrap/type.c+8-8
- ecc/Makefile.bootstrap+2-2
- ecc/ecc.ec+3-3
- ecc/ecc.epj+2-2
- ecp/Makefile.bootstrap+2-2
- ecp/ecp.epj+2-2
- ecrt/Makefile.bootstrap+105-105
- ecrt/Makefile.static+1-2
- ecrt/src/containers/cc/cc.c+1-1
- ecrt/src/containers/cc/cc.h+1-1
- ecrt/src/containers/cc/ccstr.c+1-1
- ecrt/src/files/File.c+7-1
- ecrt/src/files/File.ec+1-1
- ecrt/src/files/System.ec+1-1
- ecrt/src/types/instance.c+5
- ecrt/src/types/instance.ec+1-1
- ecs/Makefile.bootstrap+2-2
- ecs/ecs.ec+6-6
- ecs/ecs.epj+2-2
- ectp/Makefile.bootstrap+1-1
- ectp/ectp.epj+2-2
- ectp/src/expression.ec+2-1
- ectp/src/grammar.ec+11.2k-11.1k
- ectp/src/grammar.h+3-2
- ectp/src/grammar.y+12
- ectp/src/lexer.ec+900-887
- ectp/src/lexer.l+3
- ectp/src/make-lexer.bat+1-1
- ectp/src/shortcuts.ec+6
- ectp/src/type.ec+2-1
0 commit comments