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-3.3.mk
Age
Commit message (
Expand
)
Author
2003-11-20
Fix missing line continuation.
Manuel Novoa III
2003-11-20
Add some quoting to handle unusual host compiler naming
Eric Andersen
2003-11-19
automatically detect if we have a usable version of sed
Eric Andersen
2003-11-18
Change 'sed -ie' to 'sed -i -e' to avoid littering the build
Eric Andersen
2003-11-13
By popular demand, use 'sed' rather than 'perl' for doing
Eric Andersen
2003-11-12
Thomas Cameron writes:
Eric Andersen
2003-11-11
Slight cleanup, now that the locale option is handled in the main Makefile.
Manuel Novoa III
2003-11-07
make sure we have a directory before trying to install symlinks
Eric Andersen
2003-11-01
Enable building soft float buildroot for gcc 3.3. Currently works for
Manuel Novoa III
2003-10-18
Add support for 'make -j3' so make to run stuff in parallel
Eric Andersen
2003-10-18
Update to gcc 3.3.2
Eric Andersen
2003-10-15
simplify things a little bit
Eric Andersen
2003-10-08
Use a local copy of the source when building gcc-target (since
Eric Andersen
2003-09-30
Fix the build when host arch == target arch
Eric Andersen
2003-09-30
With this, buildroot builds w/o needing the magic symlink,
Eric Andersen
2003-09-27
Fixup gcc_target build.
Eric Andersen
2003-09-26
This should at least build. I think.
Eric Andersen
2003-09-14
Rework toolchain build to make it much more modular and
Eric Andersen