23 Commits

Author SHA1 Message Date
Bernhard Reutner-Fischer
03028c2b51 buildsys: restructure
Restructure the buildsys in order to add proper dependencies.
- no superfluous re-linking with 'make;make;'
- proper relinking with 'make CXX=g++-4.8.mine;make CXX=g++-4.7'

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
2013-01-08 21:22:49 +01:00
Bernhard Reutner-Fischer
ebd010db0a buildsys: echo wrapper to $@
for brevity

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
2012-05-15 19:26:27 +02:00
Nicolas Thill
8edee59c4b buildsys: prevent the wrapper from linking when generating dependency files
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
2012-05-15 19:24:14 +02:00
Bernhard Reutner-Fischer
6ad0e0eea7 buildsys: update wrapper if it's source changed
would need cleanup to make it work in src..

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
2012-04-13 19:00:50 +02:00
Bernhard Reutner-Fischer
bf93693af1 prettify shell helpers
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
2010-11-20 22:35:49 +01:00
Garrett Kajmowicz
5a9d2c663b Change == to = to remove what should be final bashism and make code
as portable accross shells as possible
2006-03-04 12:30:45 +00:00
Garrett Kajmowicz
415f62942e Remove bashisms from script file whwn better alternatives exist. 2006-03-04 00:44:25 +00:00
Garrett Kajmowicz
695375b61e Don't append linking parameters if we are just getting preprocessed source
or assembler output.
2006-03-02 23:49:17 +00:00
Garrett Kajmowicz
bede533273 Only echo commands if we have debug enabled (by Peter S. Mazinger) 2005-06-18 12:40:17 +00:00
Garrett Kajmowicz
44e7e818ca More library import fancyness from Peter S. Mazinger. 2005-06-14 12:31:00 +00:00
Garrett Kajmowicz
100597f053 Fix to problem of importing libsup into the shared library in gcc-4. Work done by
Peter S. Mazinger
2005-06-09 20:21:05 +00:00
Garrett Kajmowicz
cacc9f005c Now able to import libgcc_eh on demand. Thanks to Peter S. Mazinger. 2005-06-05 20:07:30 +00:00
Garrett Kajmowicz
f16b21aa95 More cleanups from Peter. Note that the test suite does not currently build the native test suite (only the uClibc++ one). To be fixed. 2005-06-03 17:52:02 +00:00
Garrett Kajmowicz
da5a04100f Changes made by Peter S. Mazinger 2005-06-02 07:14:02 +00:00
Garrett Kajmowicz
b7ebb0af1c Split new into multiple files 2005-01-25 15:07:29 +00:00
Mike Frysinger
511ca76859 respect configurable subdir variables 2005-01-18 00:39:18 +00:00
Garrett Kajmowicz
47aa0d40b3 Allows for configurable subdirectories for installation. Also Fixed a few minor issues with stringstream 2005-01-14 23:57:33 +00:00
Garrett Kajmowicz
572b9cbb69 Compiler wrapper now uses proper compiler if cross-compiling. 2005-01-12 05:23:49 +00:00
Mike Frysinger
71ff496717 redo the wrapper target 2004-12-23 22:54:08 +00:00
Garrett Kajmowicz
5468414ed0 Minor changes. Fix bugs. Add heap functions. 2004-09-10 04:27:18 +00:00
Garrett Kajmowicz
2eed531898 Syncing cvs code to current developement level (0.1.4-pre) 2004-09-08 14:27:08 +00:00
Garrett Kajmowicz
4020c392da uClibc++ 0.1.1 2004-09-01 16:39:31 +00:00
Garrett Kajmowicz
d895b1f924 uClibc++ 0.1.0 2004-08-28 22:26:38 +00:00