Denys Vlasenko
|
eb1cda2f2d
trylink: don't use ld --gc-sections if ld doesn't support it
|
15 年 前 |
Bernhard Reutner-Fischer
|
2dfd295726
- give glob a chance
|
16 年 前 |
Denis Vlasenko
|
b522d6931d
trylink: make messages less confusing
|
16 年 前 |
Denis Vlasenko
|
dd316dd283
hush: add support for ':'; create testsuite entries
|
16 年 前 |
Bernhard Reutner-Fischer
|
50dbed95fb
- pass flags to ld in one argument
|
16 年 前 |
Denis Vlasenko
|
a2dcb50175
trylink: fix glibc check; make --sort-section option look less ugly
|
16 年 前 |
Denis Vlasenko
|
4824ccae8e
*: fix build problems found with randomconfig
|
16 年 前 |
Denis Vlasenko
|
f1d93ec420
build system: pass CFLAGS to link stage too (closes bug 1376)
|
17 年 前 |
Denis Vlasenko
|
0a4624aece
build system: don't use -o /dev/null, old gcc can delete /dev/null!
|
17 年 前 |
Denis Vlasenko
|
3f9c848576
trylink: instead of build error, disable --gc-sections if GLIBC && STATIC
|
17 年 前 |
Mike Frysinger
|
49d15890e0
make output a little more friendly
|
17 年 前 |
Denis Vlasenko
|
130f559f4d
trylink: accomodate older versions of ld
|
17 年 前 |
Denis Vlasenko
|
15cb4a4272
fix a problem with two different applet_name's
|
17 年 前 |
Denis Vlasenko
|
9b49a5ed85
add -fvisibility=hidden to CC flags, mark XXX_main functions
|
17 年 前 |
Denis Vlasenko
|
724d196c75
Move applets/applet.c into libbb, allows to get rid of --whole-archive
|
17 年 前 |
Denis Vlasenko
|
141750e388
trylink: s/strip/$STRIP/g
|
17 年 前 |
Denis Vlasenko
|
42e418292d
trylink: trivial cleanup
|
17 年 前 |
Denis Vlasenko
|
01f3b2c91a
trylink: reformat link flags for readability
|
17 年 前 |
Denis Vlasenko
|
d19b87ece4
trylink: remove useless redirects, add missing error checks
|
17 年 前 |
Denis Vlasenko
|
8d755adc1a
trylink: trivial fixes
|
17 年 前 |
Denis Vlasenko
|
e9fd69c8e8
make "individual applets" build less noisy.
|
17 年 前 |
Denis Vlasenko
|
642a52d65e
make --help work for "individual applets" too.
|
17 年 前 |
Denis Vlasenko
|
d62fd84d4b
libbusybox: move (possibly compressed) help stuff into libbusybox.
|
17 年 前 |
Denis Vlasenko
|
f545be083d
reviving libbusybox, adding CONFIG_INDIVIDUAL part 4
|
17 年 前 |
Denis Vlasenko
|
def8898596
reviving libbusybox, adding CONFIG_INDIVIDUAL part 3
|
17 年 前 |
Denis Vlasenko
|
76a6b236a9
reviving libbusybox, adding CONFIG_INDIVIDUAL part 2
|
17 年 前 |
Denis Vlasenko
|
3240474c23
reviving libbusybox, adding CONFIG_INDIVIDUAL part 1
|
17 年 前 |
Denis Vlasenko
|
9862e6b056
trylink: reinstate accidentally deleted --verbose
|
17 年 前 |
Bernhard Reutner-Fischer
|
d2bb2d3918
- Generally strip off -l that does not pull in a lib.
|
17 年 前 |
Bernhard Reutner-Fischer
|
8d91c13df5
- fix bug where we linked again -lm even though it is not needed.
|
17 年 前 |