x86_64 build working with new compiler
authorJohn Hodge <[email protected]>
Sun, 24 Aug 2014 11:39:37 +0000 (19:39 +0800)
committerJohn Hodge <[email protected]>
Sun, 24 Aug 2014 11:39:37 +0000 (19:39 +0800)
commit58034f56ab8478b9524c3f09cdf9f93fcb439691
tree33d836cdf739c1b579b4890ddb36ff7f1f1fe86d
parent3186a83d890b05be6a140999bab38c604ffcd66f
x86_64 build working with new compiler
16 files changed:
BuildConf/x86_64/Makefile.cfg
Externals/config.mk
Externals/cross-compiler/patches/binutils/ld/configure.tgt.patch
Externals/cross-compiler/patches/binutils/ld/emulparams/acess2_amd64.sh
Externals/cross-compiler/patches/gcc/gcc/config.gcc.patch
KernelLand/Kernel/arch/x86_64/include/arch.h
KernelLand/Kernel/arch/x86_64/include/mm_virt.h
KernelLand/Kernel/arch/x86_64/lib.c
KernelLand/Kernel/arch/x86_64/mm_virt.c
Usermode/Applications/init_src/main.c
Usermode/Libraries/crt0.o_src/Makefile
Usermode/Libraries/crt0.o_src/x86_64-crti.S [new file with mode: 0644]
Usermode/Libraries/crt0.o_src/x86_64-crtn.S [new file with mode: 0644]
Usermode/Libraries/ld-acess.so_src/elf.c
Usermode/Libraries/libc.so_src/include_exp/inttypes.h
Usermode/common_settings.mk

UCC git Repository :: git.ucc.asn.au