build system switch to cmake

Remove old build system at the same time

Change-Id: Ifdffe1fcd4cfece05f036d8de6e7cb74aca65f62
This commit is contained in:
Dominique Martinet
2018-06-04 10:39:03 +09:00
parent 4bdd9cf512
commit 2a63c962fc
63 changed files with 945 additions and 8357 deletions

View File

@@ -26,17 +26,9 @@ SECTIONS
*(.rodata .rodata.*)
} :data
.vdso : ALIGN(0x1000) {
vdso_page = .;
. = vdso_page + 0x0000;
*(.vdso.data)
. = vdso_page + 0x1000;
*(.vdso.text)
. = ALIGN(0x1000);
} : data = 0xf4
/* force build-id position somewhere not at start... */
.note.gnu.build-id : {
}
.bss : {
*(.bss .bss.*)

View File

@@ -26,17 +26,9 @@ SECTIONS
*(.rodata .rodata.*)
} :data
.vdso : ALIGN(0x1000) {
vdso_page = .;
. = vdso_page + 0x0000;
*(.vdso.data)
. = vdso_page + 0x1000;
*(.vdso.text)
. = ALIGN(0x1000);
} : data = 0xf4
/* force build-id position somewhere not at start... */
.note.gnu.build-id : {
}
.bss : {
*(.bss .bss.*)

View File

@@ -26,17 +26,9 @@ SECTIONS
*(.rodata .rodata.*)
} :data
.vdso : ALIGN(0x10000) {
vdso_page = .;
. = vdso_page + 0x00000;
*(.vdso.data)
. = vdso_page + 0x10000;
*(.vdso.text)
. = ALIGN(0x10000);
} : data = 0xf4
/* force build-id position somewhere not at start... */
.note.gnu.build-id : {
}
.bss : {
*(.bss .bss.*)

View File

@@ -26,17 +26,9 @@ SECTIONS
*(.rodata .rodata.*)
} :data
.vdso : ALIGN(0x10000) {
vdso_page = .;
. = vdso_page + 0x00000;
*(.vdso.data)
. = vdso_page + 0x10000;
*(.vdso.text)
. = ALIGN(0x10000);
} : data = 0xf4
/* force build-id position somewhere not at start... */
.note.gnu.build-id : {
}
.bss : {
*(.bss .bss.*)

View File

@@ -25,6 +25,10 @@ SECTIONS
*(.rodata .rodata.*)
} :data
/* force build-id position somewhere not at start... */
.note.gnu.build-id : {
}
.vsyscall : ALIGN(0x1000) {
vsyscall_page = .;