summaryrefslogtreecommitdiffstats
path: root/Makerules
Commit message (Collapse)AuthorAgeFilesLines
* Remove incorrect display stripping crt1.SPeter S. Mazinger2005-12-021-2/+0
|
* Don't strip interp.c, thx blindvtPeter S. Mazinger2005-12-021-1/+0
|
* add support for generating .s files for debug purposesMike Frysinger2005-12-011-0/+3
|
* dont display cd;makeMike Frysinger2005-11-301-3/+3
|
* Added .oS asm targets and make ldso build w/ -DSHARED (needed by nptl)Peter S. Mazinger2005-11-281-0/+2
|
* Change HOSTCFLAGS to BUILD_CFLAGS proposed by vapierPeter S. Mazinger2005-11-251-2/+2
|
* Convert configuration to new build systemPeter S. Mazinger2005-11-251-1/+2
|
* Rename NATIVE_LDFLAGS to BUILD_LDFLAGS proposed by vapierPeter S. Mazinger2005-11-251-1/+1
|
* Add header dependency to be used as prerequisite for the all objectsPeter S. Mazinger2005-11-251-0/+3
|
* Build libc if in a subdir and we have it as a dependencyPeter S. Mazinger2005-11-251-0/+3
|
* Add support for NATIVE_LDFLAGS[-subdir]Peter S. Mazinger2005-11-241-1/+1
|
* Make utils includable into main Makefile.in, add compile.u and hcompile.u, ↵Peter S. Mazinger2005-11-231-0/+6
| | | | usable in utils and probably tests. vapier, please quite them if you want to
* patsubst didn't occur for all cases correctlyPeter S. Mazinger2005-11-231-1/+1
|
* Add libthread_db and libdl-a objects to objs:Peter S. Mazinger2005-11-221-3/+3
|
* Add .E suffixPeter S. Mazinger2005-11-221-1/+1
|
* Allow building ldso in its own dirPeter S. Mazinger2005-11-221-1/+1
|
* Make objs target work againPeter S. Mazinger2005-11-221-3/+11
|
* Depedencies corrected (less make oldconfig/headers), rerunning make remakes ↵Peter S. Mazinger2005-11-221-27/+26
| | | | only headers
* rework depends and stripping so that libraries arent rebuilt all the time in ↵Mike Frysinger2005-11-221-8/+8
| | | | a loop
* remove headers_done since it broke buildroot againMike Frysinger2005-11-221-4/+1
|
* touchup output and move .PHONY to the shared Makerules so all subdirs get itMike Frysinger2005-11-221-3/+8
|
* make -j2 works herePeter S. Mazinger2005-11-181-3/+3
|
* Include all lib*/Makefile.in in top_srcdir/Makefile.in, allows adding ↵Peter S. Mazinger2005-11-171-115/+28
| | | | foreign objects to a lib
* Add link.so, add support for CFLAGS-$(subdir), where subdir is the last part ↵Peter S. Mazinger2005-11-171-3/+15
| | | | of dir, or the full path relativ to top_srcdir, remove *CPPFLAGS, not used, remove $< from multi, unusable
* touchup pretty STRIP output a littleMike Frysinger2005-11-171-1/+1
|
* condense rules to be easier to readMike Frysinger2005-11-161-18/+9
|
* add rules to handle .s and .EMike Frysinger2005-11-151-4/+9
|
* make the crt rules prettier tooMike Frysinger2005-11-041-13/+23
|
* initial import of a nicer output display akin to linux-2.6Mike Frysinger2005-11-041-46/+86
|
* Split up the .o and .os rules, so all the sources are created if DOPIC is ↵Peter S. Mazinger2005-11-011-2/+8
| | | | disabled.
* ASFLAGS does not need to include CFLAGS as well, compile.S does it alreadyPeter S. Mazinger2005-11-011-1/+1
|
* Remove binutils-2.16.1 dependency for SSP, now it works with any binutils, ↵Peter S. Mazinger2005-10-281-11/+3
| | | | but all apps linked against libc.so will get DT_NEEDED for ld.so too
* Use consequently headers-y and headers_clean-y, try avoiding TARGET_ARCH use ↵Peter S. Mazinger2005-10-281-1/+1
| | | | in main Makefile.in
* Allow using ssp w/ current active Makefiles too. Build crts for non-shared ↵Peter S. Mazinger2005-10-271-2/+2
| | | | archs too.
* Moved guard_setup to dl-osinfo.h (used commonly by ldso and libc). Renamed ↵Peter S. Mazinger2005-10-271-101/+49
| | | | to _dl_setup_stack_chk_guard, as in glibc. SSP requires now binutils-2.16.1 and newer. Add NOT_IN_libc/IS_IN_libc. Began using -DSHARED in uClibc_main.c, there are more candidates in there. Move back dl_protect_relro to it's earlier place.
* Default changed to IMA compiling, disabled explicitely where currently not ↵Peter S. Mazinger2005-10-261-1/+1
| | | | possible. Add clean targets for linuxthreads[_db].
* All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other ↵Peter S. Mazinger2005-10-251-18/+247
| | | | archs lack proper crt1. The Makefiles in extra/scripts are intended to be linked into each dir, where it is necessary to build locally.
* Add the current implementation to reviewPeter S. Mazinger2005-10-191-1/+1
|
* Update upcoming new infrastructure filesPeter S. Mazinger2005-10-181-222/+19
|
* This file is a temporarily used one, until all the tree is converted to new ↵Peter S. Mazinger2005-10-161-6/+27
| | | | structure, allowing to build out of source tree, PIC for shared/ non-PIC for static, allowing to add objects from one lib to the other (needed for ld.so/libc.so and probably libpthread.so)
* Add new rules file for review, better ideas, not used yetPeter S. Mazinger2005-10-141-0/+216