index
:
buildroot.git
master
next
Buildroot: Making Embedded Linux easy
hugues
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
make
/
gcc-uclibc-3.3.mk
Age
Commit message (
Expand
)
Author
2004-09-03
Update to what I'm currently using. Lots of changes...
Manuel Novoa III
2004-07-25
Only install libgcc_s when it is present
Eric Andersen
2004-07-20
Install /lib/libgcc_s.so.1
Eric Andersen
2004-06-14
Use stock gcc 3.3.4
Eric Andersen
2004-04-20
Sync with the latest from Debian testing
Eric Andersen
2004-03-25
Use cannonical gnu.org site for gcc 3.3.x
Eric Andersen
2004-02-27
Patch from Lauri Leukkunen adding knobs controlling whether
Eric Andersen
2004-02-27
We need to remove the *.la files or libtool gets confused in the rootfs.
Manuel Novoa III
2004-02-18
Update binutils from 2.14.90.0.6 to 2.14.90.0.8.
Manuel Novoa III
2004-02-11
Use --enable-sjlj-exceptions when configuring gcc so that exception handling
Manuel Novoa III
2004-01-29
Remove USE_LINUX_UCLIBC option, since that is now the only
Eric Andersen
2004-01-20
As noted by Joakim Tjernlund, we should force ln to overwrite
Eric Andersen
2004-01-16
Get soft float working for gcc 3.3.2. Support for arm, mips, mipsel, powerpc.
Manuel Novoa III
2004-01-14
Oops... forgot --with-headers when building the cross compilers. So the
Manuel Novoa III
2004-01-14
Enable building <arch>-linux-uclibc toolchains. Note that, due to config
Manuel Novoa III