Displaying 2 results from an estimated 2 matches for "4b1a33a".
Did you mean:
43fa33a
2014 Apr 15
0
[klibc:master] x86-64: disable the use of SSE
...floating
point, this is a significant size win.
Signed-off-by: H. Peter Anvin <hpa at linux.intel.com>
---
usr/klibc/arch/x86_64/MCONFIG | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/usr/klibc/arch/x86_64/MCONFIG b/usr/klibc/arch/x86_64/MCONFIG
index d4ff5ea..4b1a33a 100644
--- a/usr/klibc/arch/x86_64/MCONFIG
+++ b/usr/klibc/arch/x86_64/MCONFIG
@@ -15,12 +15,12 @@
# debugging using gdb.
#
KLIBCARCHREQFLAGS = -m64
-ifeq ($(DEBUG),y)
-KLIBCOPTFLAGS += -g -Os -fomit-frame-pointer \
+KLIBCOPTFLAGS += -Os -fomit-frame-pointer -mno-sse \
-falign-functions=1...
2019 Jan 18
0
[klibc:master] x86_64: Reduce ld max-page-size option again
...https://www.zytor.com/pipermail/klibc/2018-July/003998.html
Signed-off-by: Ben Hutchings <ben at decadent.org.uk>
---
usr/klibc/arch/x86_64/MCONFIG | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/usr/klibc/arch/x86_64/MCONFIG b/usr/klibc/arch/x86_64/MCONFIG
index 4b1a33a..fbb6b94 100644
--- a/usr/klibc/arch/x86_64/MCONFIG
+++ b/usr/klibc/arch/x86_64/MCONFIG
@@ -30,10 +30,12 @@ KLIBCLDFLAGS = -m elf_x86_64
# calls, and work on the memory models for this architecture
# 2 MB - normal binaries start at 4 MB
#
-# Recent binutils use max-page-size=0x200000 by def...