index
:
openwrt.git
fast2504n-3.10.17
fast2504n-3.10.26
fast2504n-3.8
master
OpenWRT with patches for F@ST2504n board
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toolchain
/
Makefile
Age
Commit message (
Expand
)
Author
2009-07-26
[toolchain] add the insight gdb frontend (#4701)
florian
2009-07-11
move the toolchain_install stampfile to the right place to fix spurious missi...
nbd
2009-01-08
[massive] add support for alternative C libraries (currently only glibc/eglibc)
nico
2008-06-15
add some sanity checking
nbd
2007-09-08
major target cleanup. it is now possible to have subtargets that can override...
nbd
2007-08-07
build system cleanup/restructuring as described in http://lists.openwrt.org/p...
nbd
2007-07-30
no need to call compile,install on the kernel-headers dir - this gets rid of ...
nbd
2007-07-30
next round of cleanup, convert target/ - make -j works now ;)
nbd
2007-07-30
next round of build system cleanup - convert package/ to new structure
nbd
2007-07-30
remove leftover stuff
nbd
2007-07-30
fix compile errors with make 3.80
nbd
2007-07-28
use $(curdir) again
nbd
2007-07-28
build system fixes, more cleanup
nbd
2007-06-28
add update target to toolchain/
nbd
2007-06-28
enable the refresh target in toolchain/
nbd
2007-04-18
the default_subtargets template was a bad idea, since different makefiles req...
nbd
2007-02-28
remove remaining unnecessary dependency
nbd
2007-02-27
move ccache to tools/ and fix potential dependency issue
nbd
2007-02-25
clean up stampfile mess for tools/ and toolchain/
nbd
2006-12-14
fix ccache build order
nbd
2006-12-11
Add ccache if not installed/installable on the host-system
florian
2006-10-31
oops, forgot to remove references to libnotimpl
nico
2006-10-10
fix gene2fs build on freebsd
nbd
2006-09-27
add portability fixes for toolchain/tools (full tools/toolchain build works o...
nbd
2006-09-27
move tools from toolchain/ to tools/
nbd
2006-08-25
add basic support for the Magicbox boards
kaloz
2006-08-10
add secret option to use host's toolchain when native compiling
mbm
2006-07-22
add genext2fs to build ext2 filesystem images
nico
2006-07-20
change 'source' to 'download'
mbm
2006-06-27
add missing copyright
nbd
2006-06-21
massive cleanup of toolchain/
nbd
2006-06-21
build system cleanup. move shared include files into $(TOPDIR)/include, move ...
nbd
2006-06-20
add toolchain/download target
nbd
2006-05-31
cleanup; replace .PHONY with FORCE; disable gdb by default
nbd
2006-05-10
remove more junk
nbd
2005-11-13
set V=5 as default and fix toolchain verbosity setting
nbd
2005-10-22
large build system cleanup. added some stuff to control the verbosity level, ...
nbd
2005-10-08
rename libmissing to libnotimpl
nico
2005-10-05
add libmissing (implementing functions missing from uClibc)
nico
2005-07-17
move target/default/target_skeleton into package/base-files, put all the defa...
nbd
2005-06-07
add gdb-client to run on host to debug target.. (kgdb)
wbx
2005-04-06
fix gcc dependency bug
nbd
2005-03-06
nbd's makefile/menuconfig rewrite
mbm