Peter S. Mazinger
|
2b836fc1d5
mmap.c: provide a common mmap.c that is good for most of archs
|
13 yıl önce |
Mike Frysinger
|
7cf4df48fd
fix license notice
|
18 yıl önce |
Peter S. Mazinger
|
3a7ac9c7a7
Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objects at once; use :=//$</$^; use CRT_SRC/CRT_OBJ/SCRT_OBJ/CSRC/COBJ/SSRC/SOBJ/MSRC/MOBJ where no more is needed, if only CSRC is present use OBJS directly instead of COBJ; CTOR_TARGETS are created directly in lib; remove unused/unneeded parts. Hope I haven't broken too much.
|
19 yıl önce |
Peter S. Mazinger
|
554e903a5b
Build crt[in].o with disabled ssp.
|
19 yıl önce |
Peter S. Mazinger
|
68a33eafc4
Speed up clean target, don't recurse where possible, remove unneeded actions
|
19 yıl önce |
Mike Frysinger
|
130697527b
merge parallel build support
|
20 yıl önce |
Eric Andersen
|
4a56d69f1e
Patch from Peter S. Mazinger to consistantly use "ASFLAGS"
|
20 yıl önce |
Eric Andersen
|
154a02f52a
Use 'mmap.c' instead of '_mmap.c'
|
21 yıl önce |
Eric Andersen
|
498d8099a6
Remove SAFECFLAGS. It was a workaround for failures in old awk script
|
21 yıl önce |
Eric Andersen
|
2f01dd180f
Darn. Fix compilation for soft-float, which I inadvertantly
|
21 yıl önce |
Eric Andersen
|
5cae04a3a2
Continue the conversion to using per-arch crti.S and crtn.S
|
21 yıl önce |
Eric Andersen
|
dd3fb0f8c1
Peter Kjellerstedt writes:
|
21 yıl önce |
Eric Andersen
|
a3560dc47b
Update architecture specific support to consistantly
|
22 yıl önce |
Miles Bader
|
60321d3ec5
(SSRC): Rename longjmp.S to __longjmp.S
|
22 yıl önce |
Miles Bader
|
e72144d626
Change <bits/syscall.h> to <bits/sysnum.h>.
|
22 yıl önce |
Miles Bader
|
8dc7fc0d12
(CSRC): Add syscall.c
|
22 yıl önce |
Miles Bader
|
17c0e72289
Remove v850-specific versions of truncate64.c and ftruncate64.c.
|
22 yıl önce |
Eric Andersen
|
9121e41f46
Build our own crti.o and crtn.o with a cross arch method that I
|
22 yıl önce |
Eric Andersen
|
54a833f900
Move syscall.h generation to the top level Makefile
|
23 yıl önce |
Eric Andersen
|
eea9e45879
Patch from Miles Bader to allow Large File support on the v850.
|
23 yıl önce |
Eric Andersen
|
b3f5e468f2
Mahe 'make clean' remove generated bits/syscall.h, as
|
23 yıl önce |
Eric Andersen
|
009bae64cf
A very large patch from Miles Bader <miles@lsi.nec.co.jp> to bring
|
23 yıl önce |
Eric Andersen
|
5a65349824
Update my email address. I am no longer andersen@lineo.com
|
23 yıl önce |
David Schleef
|
402336d592
_mmap.o should be added to libc.a, not crt0.o
|
23 yıl önce |
Eric Andersen
|
46d6bbc8e2
Revert global old mmap usage, and do it per arch
|
23 yıl önce |
Eric Andersen
|
5c12c8eecd
Patch from Miles Bader <miles@lsi.nec.co.jp> to support the v850.
|
23 yıl önce |