| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34432
|
|
|
|
|
|
|
|
| |
Musl is an alternative C-library, see http://www.musl-libc.org for more infos.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34314
|
|
|
|
|
|
|
| |
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34233
|
|
|
|
|
|
|
|
|
| |
It will be used for non OM2P boards as well.
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34200
|
|
|
|
| |
SVN-Revision: 34165
|
|
|
|
| |
SVN-Revision: 34141
|
|
|
|
| |
SVN-Revision: 34118
|
|
|
|
|
|
|
|
|
|
| |
r26926 moved all target features to subtargets if present, which had the
side effect that broken targets are available for selection, just without
any available subtargets (since they are still marked as broken).
Fix this by explicitly letting the top level target also depend on broken.
SVN-Revision: 33892
|
|
|
|
|
|
| |
are entered by the user
SVN-Revision: 33773
|
|
|
|
|
|
| |
default target
SVN-Revision: 33590
|
|
|
|
| |
SVN-Revision: 33353
|
|
|
|
| |
SVN-Revision: 33195
|
|
|
|
|
|
| |
the final result does not depend on the package scan order
SVN-Revision: 32788
|
|
|
|
|
|
| |
potentially confusing error messages on some systems
SVN-Revision: 32499
|
|
|
|
|
|
| |
match the filtering of provides lists
SVN-Revision: 32272
|
|
|
|
| |
SVN-Revision: 32187
|
|
|
|
| |
SVN-Revision: 32185
|
|
|
|
| |
SVN-Revision: 31777
|
|
|
|
| |
SVN-Revision: 31708
|
|
|
|
|
|
| |
index to make dependency checks fail on kernel config mismatch
SVN-Revision: 31704
|
|
|
|
|
|
| |
delimiters to get rid of tedious slash escaping - use multi-argument form of system() where possible to avoid quoting & escaping issues - avoid a temporary variable
SVN-Revision: 31677
|
|
|
|
| |
SVN-Revision: 31650
|
|
|
|
| |
SVN-Revision: 31549
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
V=99 and V=1 are now deprecated in favor of a new verbosity class system,
though the old flags are still supported.
You can set the V variable on the command line (or OPENWRT_VERBOSE in the
environment) to one or more of the following characters:
- s: stdout+stderr (equal to the old V=99)
- c: commands (for build systems that suppress commands by default, e.g. kbuild)
- w: warnings/errors only (equal to the old V=1)
SVN-Revision: 31484
|
|
|
|
| |
SVN-Revision: 31469
|
|
|
|
| |
SVN-Revision: 31467
|
|
|
|
|
|
|
|
|
| |
Make the download script follow symlinks and search subfolders when looking for
a file in a local download mirror.
Signed-off-by: Tathagata Das <tathagata@alumnux.com>
SVN-Revision: 31240
|
|
|
|
| |
SVN-Revision: 31031
|
|
|
|
| |
SVN-Revision: 30964
|
|
|
|
| |
SVN-Revision: 30762
|
|
|
|
| |
SVN-Revision: 30759
|
|
|
|
|
|
|
| |
To use the new url, the project name would need to be appended multiple times,
let's hope the old redirect will continue to work in the future
SVN-Revision: 30730
|
|
|
|
| |
SVN-Revision: 30726
|
|
|
|
|
|
| |
rename all symbols in the symbol table to make them compress better
SVN-Revision: 30662
|
|
|
|
| |
SVN-Revision: 30602
|
|
|
|
|
|
| |
version tag, cope with that
SVN-Revision: 29948
|
|
|
|
| |
SVN-Revision: 29947
|
|
|
|
|
|
| |
-Wl,-rpath-link flags if the command line contains -l, -L, -shared or -static flags; this is needed to suppress "-rpath-link: linker input file unused because linking not done" on each cc invocation.
SVN-Revision: 29946
|
|
|
|
|
|
| |
not possible (gcc < 4.3.0)
SVN-Revision: 29945
|
|
|
|
| |
SVN-Revision: 29944
|
|
|
|
| |
SVN-Revision: 29782
|
|
|
|
| |
SVN-Revision: 29781
|
|
|
|
|
|
|
|
|
|
| |
generate a .config from a given toolchain, this allows for easy integration of external toolchains, e.g.
./scripts/ext-toolchain.sh --toolchain /opt/mips-2011.03 --cflags "-muclibc" --config atheros
to setup a ready-to-compile atheros target using the external CodeSourcery toolchain.
SVN-Revision: 29780
|
|
|
|
| |
SVN-Revision: 29772
|
|
|
|
|
|
| |
display help if called without args - add copyright foo - remove some leftover flag handling code
SVN-Revision: 29769
|
|
|
|
|
|
| |
utility dumps the GCC specs of a given toolchain and modifies them to always include $STAGING_DIR in the link and compiler command lines, this makes most -I and -L flags unnecessary and lets the compiler automatically find libraries and headers in the staging dir, also solves the majority of -rpath issues.
SVN-Revision: 29767
|
|
|
|
|
|
| |
utility script implements various external toolchain tasks: * Testing of available features, like c++, soft-float or ipv6 support * Finding the libc implementation (uclibc or eglibc/glibc) * Inferring the GNU target name * Finding shared objects for packaging (libc, libpthread, ...) * Finding executables for packaging (ldd, gdbserver, ...) * Generating wrapper scripts for toolchain commands
SVN-Revision: 29765
|
|
|
|
|
|
| |
if PACKAGE_kmod-ipv6"
SVN-Revision: 29695
|
|
|
|
|
|
| |
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
SVN-Revision: 29396
|
|
|
|
|
|
| |
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
SVN-Revision: 29358
|