search for: d__sparc64__

Displaying 4 results from an estimated 4 matches for "d__sparc64__".

2006 Jun 26
0
[klibc 36/43] sparc64 support for klibc
...v/null +++ b/usr/klibc/arch/sparc64/MCONFIG @@ -0,0 +1,21 @@ +# -*- makefile -*- +# +# arch/sparc64/MCONFIG +# +# Special rules for this architecture. Note that this is actually +# included from the main Makefile, and that pathnames should be +# accordingly. +# + +KLIBCARCHREQFLAGS = -m64 -mptr64 -D__sparc64__ +KLIBCOPTFLAGS = -Os +KLIBCBITSIZE = 64 + +KLIBCLDFLAGS = -m elf64_sparc + +# Extra linkflags when building the shared version of the library +# This address needs to be reachable using normal inter-module +# calls, and work on the memory models for this architecture +# Normal binarie...
2023 Mar 05
0
[klibc:master] Add LoongArch64 port
...ch/loongarch64/MCONFIG @@ -1,24 +1,23 @@ # -*- makefile -*- # -# arch/sparc64/MCONFIG +# arch/loongarch64/MCONFIG # # Special rules for this architecture. Note that this is actually # included from the main Makefile, and that pathnames should be # accordingly. # -KLIBCARCHREQFLAGS = -m64 -D__sparc64__ -KLIBCOPTFLAGS += -Os +KLIBCOPTFLAGS += -Os -fomit-frame-pointer KLIBCBITSIZE = 64 -KLIBCLDFLAGS = -m elf64_sparc - # Extra linkflags when building the shared version of the library # This address needs to be reachable using normal inter-module # calls, and work on the memory...
2013 Nov 12
0
[klibc:master] arm64: Add arm64 support
...c/arch/arm64/MCONFIG @@ -1,21 +1,23 @@ # -*- makefile -*- # -# arch/sparc64/MCONFIG +# arch/arm64/MCONFIG # # Special rules for this architecture. Note that this is actually # included from the main Makefile, and that pathnames should be # accordingly. # -KLIBCARCHREQFLAGS = -m64 -mptr64 -D__sparc64__ -KLIBCOPTFLAGS += -Os -KLIBCBITSIZE = 64 +CPU_ARCH ?= armv8-a +CPU_TUNE ?= generic -KLIBCLDFLAGS = -m elf64_sparc +KLIBCOPTFLAGS += -g -Os -march=$(CPU_ARCH) -mtune=$(CPU_TUNE) +KLIBCBITSIZE = 64 +KLIBCREQFLAGS += -fno-exceptions -mgeneral-regs-only # Extra linkflags when buildi...
2006 Jun 28
35
[klibc 00/31] klibc as a historyless patchset (updated and reorganized)
I have updated the klibc patchset based on feedback received. In particular, the patchset has been reorganized so as not to break git-bisect. Additionally, this updates the patch base to 2.6.17-git12 (d38b69689c349f35502b92e20dafb30c62d49d63) and klibc 1.4.8; the main difference on the klibc side is removal of obsolete code. This is also available as a git tree at: