index
:
uClibc-alpine
0.9.32
0.9.32-alpine
master
Where we track our uclibc patches
gitolite
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Rules.mak
Commit message (
Expand
)
Author
Age
Files
Lines
*
Disable -msoft-float usage on SH, gcc doesn't support it.
Paul Mundt
2008-08-21
1
-0
/
+2
*
- poison non-standard keywords:
Bernhard Reutner-Fischer
2008-07-17
1
-0
/
+3
*
Fix the test build system by installing headers on a local folder
Carmelo Amoroso
2008-07-08
1
-0
/
+2
*
- Improve prerequisites and avoid spurious reconfigurations.
Bernhard Reutner-Fischer
2008-06-09
1
-1
/
+3
*
A slight improvement over my previous commit which ensured we always rebuild
Bernd Schmidt
2008-06-01
1
-0
/
+1
*
- use -print-file-name
Bernhard Reutner-Fischer
2008-05-23
1
-1
/
+3
*
guard against older ld's not understanding --sort-section alignment
Denis Vlasenko
2008-04-30
1
-1
/
+6
*
Rules.mak: fix -falign/-malign mixup
Denis Vlasenko
2008-04-30
1
-6
/
+6
*
build system: use a bit more aggressive gcc/ld optimizations,
Denis Vlasenko
2008-04-29
1
-4
/
+50
*
Experimentally move libc_hidden_proto(time) to time.h.
Denis Vlasenko
2008-04-28
1
-0
/
+3
*
Paul Brook writes:
Bernhard Reutner-Fischer
2008-03-26
1
-0
/
+2
*
A patch from our Blackfin repository, originally from Mike Frysinger.
Bernd Schmidt
2008-01-18
1
-1
/
+2
*
A patch from our Blackfin repository, originally from Jie Zhang. This fixes
Bernd Schmidt
2008-01-17
1
-0
/
+18
*
- check for -nostdlib
Bernhard Reutner-Fischer
2008-01-16
1
-0
/
+1
*
sh64 uses a 32-bit ABI, don't bother with lib64 silliness.
Paul Mundt
2008-01-08
1
-1
/
+1
*
Chris Zankel writes:
Mike Frysinger
2008-01-05
1
-1
/
+2
*
pop -m32 onto LDFLAGS/CFLAGS to make building on x86_64 multilib systems tran...
Mike Frysinger
2008-01-05
1
-0
/
+2
*
Add necessary Makefile rules for the Blackfin.
Bernd Schmidt
2007-11-23
1
-0
/
+12
*
Added AVR32 support to uClibc. Signed-off-by: Hans-Christian Egtvedt <hcegtve...
Carmelo Amoroso
2007-11-16
1
-0
/
+6
*
- fix whitespace
Bernhard Reutner-Fischer
2007-11-07
1
-1
/
+1
*
Added support for GNU hash style into dynamic linker
Carmelo Amoroso
2007-11-07
1
-0
/
+10
*
- move UCLIBC_EXTRA_LDFLAGS below pinning LDFLAGS
Bernhard Reutner-Fischer
2007-10-16
1
-4
/
+4
*
- use the compiler-driver instead of the linker
Bernhard Reutner-Fischer
2007-10-13
1
-25
/
+29
*
- allow for passing in UCLIBC_EXTRA_LDFLAGS
Bernhard Reutner-Fischer
2007-10-13
1
-0
/
+4
*
Jie Zhang writes:
Mike Frysinger
2007-09-21
1
-3
/
+1
*
simplify binutils as-needed support and enable it all the time regardless of ssp
Mike Frysinger
2007-09-15
1
-5
/
+1
*
as noted by psm, make sure we accumulate PICFLAG-y back into PICFLAG
Mike Frysinger
2007-06-22
1
-0
/
+1
*
pull from Blackfin repo: add -mid-shared-library for UCLIBC_FORMAT_SHARED_FLA...
Mike Frysinger
2007-06-22
1
-5
/
+5
*
force ourselves to write proper code and develop testscases
Mike Frysinger
2007-04-17
1
-3
/
+0
*
dont force a . before EXTRAVERSION so we can be a little more flexible with v...
Mike Frysinger
2007-04-17
1
-1
/
+1
*
- add arm1176 options
Bernhard Reutner-Fischer
2007-03-20
1
-0
/
+2
*
dont want to actually bump EXTRAVERSION
Mike Frysinger
2007-03-19
1
-1
/
+1
*
#1273 if EXTRAVERSION is set, make sure we respect it
Mike Frysinger
2007-03-19
1
-0
/
+4
*
rewrite all superh targets to just sh
Mike Frysinger
2007-02-18
1
-1
/
+1
*
rewrite all sparc targets to just sparc
Mike Frysinger
2007-02-18
1
-1
/
+1
*
rewrite parisc to hppa
Mike Frysinger
2007-02-18
1
-1
/
+1
*
make arch default to hostarch
Mike Frysinger
2007-02-14
1
-0
/
+4
*
Add missing bits/fenv.h that got lost in the e500 port.
Joakim Tjernlund
2007-02-13
1
-0
/
+2
*
Rehash the PowerPC e500 port to avoid creating symlinks
Joakim Tjernlund
2007-02-12
1
-0
/
+2
*
enable -std=gnu99 by default now
Mike Frysinger
2007-02-08
1
-2
/
+1
*
Add support for PowerPC e500, libc part only.
Joakim Tjernlund
2007-02-04
1
-0
/
+4
*
Bernhard Fischer writes: add undef/nonnull warnings to EXTRA_WARNINGS
Mike Frysinger
2007-01-28
1
-0
/
+1
*
Support SecurePLTs for PowerPC. You need a toolchain that supports
Joakim Tjernlund
2007-01-05
1
-0
/
+2
*
we just want the kernel headers, not the whole kernel source ... so people ma...
Mike Frysinger
2006-12-12
1
-3
/
+3
*
kill off the need for fix_includes.sh by utilizing KERNEL_SOURCE directly
Mike Frysinger
2006-12-11
1
-6
/
+1
*
tie PICFLAG:=-mfdpic to format rather than architecture
Mike Frysinger
2006-12-11
1
-6
/
+5
*
Richard Sandiford writes: add support for init/fini arrays in shared flat lib...
Mike Frysinger
2006-12-08
1
-13
/
+0
*
Correct -march cflag value for thumb capable ARM processors: Thanks Paul Brook
Khem Raj
2006-11-22
1
-6
/
+6
*
mips64 patch from Atsushi Nemoto:
Eric Andersen
2006-11-04
1
-0
/
+11
*
Add config options to select ARM ARMv5 and Intel iwmmxt variants.
Khem Raj
2006-10-07
1
-0
/
+2
[next]