search for: d4ff5ea

Displaying 3 results from an estimated 3 matches for "d4ff5ea".

Did you mean: d4f15ea3
2014 Apr 15
0
[klibc:master] x86-64: disable the use of SSE
...t support 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-fu...
2013 Dec 26
2
[PATCH] Update header locations for uapi & generated
...ated/uapi \ + -I$(KLIBCKERNELOBJ)/arch/powerpc/include/generated \ + -I$(KLIBCKERNELOBJ)/arch/powerpc/include # The asm include files live in asm-powerpc KLIBCASMARCH = powerpc diff --git a/usr/klibc/arch/x86_64/MCONFIG b/usr/klibc/arch/x86_64/MCONFIG index d4ff5ea..90cca2c 100644 --- a/usr/klibc/arch/x86_64/MCONFIG +++ b/usr/klibc/arch/x86_64/MCONFIG @@ -36,4 +36,7 @@ KLIBCLDFLAGS = -m elf_x86_64 KLIBCSHAREDFLAGS = -Ttext 0x00200200 -z max-page-size=0x100000 # Asm includes for x86_64 are in the merged x86 tree -KLIBCARCHINCFLAGS = -I$(KLIBCKERNE...
2010 Jul 07
0
[git pull v2] x86_32, sh4, getrusage()
...pre x86 merge this assignment is useless these days, so just get rid of it. Reported-by: Sam Ravnborg <sam at ravnborg.org> Signed-off-by: maximilian attems <max at stro.at> diff --git a/usr/klibc/arch/x86_64/MCONFIG b/usr/klibc/arch/x86_64/MCONFIG index 7d5eea7..d4ff5ea 100644 --- a/usr/klibc/arch/x86_64/MCONFIG +++ b/usr/klibc/arch/x86_64/MCONFIG @@ -37,6 +37,3 @@ KLIBCSHAREDFLAGS = -Ttext 0x00200200 -z max-page-size=0x100000 # Asm includes for x86_64 are in the merged x86 tree KLIBCARCHINCFLAGS = -I$(KLIBCKERNELOBJ)/arch/x86/include - -# Additional asm-...