Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Use $@,$< | Peter S. Mazinger | 2005-12-01 | 1 | -3/+3 | |
| | ||||||
* | link in new hp-timing.h file | Mike Frysinger | 2005-12-01 | 1 | -1/+3 | |
| | ||||||
* | Convert configuration to new build system | Peter S. Mazinger | 2005-11-25 | 1 | -10/+4 | |
| | ||||||
* | Same for utils, renamed install_utils to utils_install to avoid conflict ↵ | Peter S. Mazinger | 2005-11-25 | 1 | -2/+2 | |
| | | | | when added to top Makefile.in | |||||
* | Remove clean target in extra/locale and use locale_clean | Peter S. Mazinger | 2005-11-25 | 1 | -1/+1 | |
| | ||||||
* | Integrate locales into new build system, move everything locale related to ↵ | Peter S. Mazinger | 2005-11-25 | 1 | -17/+1 | |
| | | | | extra/locale, as download, unpack, locale_data.o | |||||
* | Don't remove the directory again, *config did it already | Peter S. Mazinger | 2005-11-25 | 1 | -1/+0 | |
| | ||||||
* | Include libc's Makefile.in last to catch all the objects included by others ↵ | Peter S. Mazinger | 2005-11-25 | 1 | -1/+3 | |
| | | | | that go into libc | |||||
* | forgot to commit added file | Peter S. Mazinger | 2005-11-25 | 1 | -1/+1 | |
| | ||||||
* | locales prepared for new build system, will allow to autobuild locales, not ↵ | Peter S. Mazinger | 2005-11-25 | 1 | -3/+5 | |
| | | | | only use the pregenerated ones | |||||
* | Probably this caused failures in buildroot. Buildroot should run: make ↵ | Peter S. Mazinger | 2005-11-24 | 1 | -3/+1 | |
| | | | | oldconfig; make pregen(headers); make; make install | |||||
* | move all options before non-options as pointed out by Paul Brook | Mike Frysinger | 2005-11-24 | 1 | -1/+1 | |
| | ||||||
* | Do not need ordered includes anymore | Peter S. Mazinger | 2005-11-23 | 1 | -2/+1 | |
| | ||||||
* | Depedencies corrected (less make oldconfig/headers), rerunning make remakes ↵ | Peter S. Mazinger | 2005-11-22 | 1 | -3/+4 | |
| | | | | only headers | |||||
* | remove headers_done since it broke buildroot again | Mike Frysinger | 2005-11-22 | 1 | -5/+1 | |
| | ||||||
* | touchup output and move .PHONY to the shared Makerules so all subdirs get it | Mike Frysinger | 2005-11-22 | 1 | -14/+2 | |
| | ||||||
* | dont want to delete the 64.c files anymore | Mike Frysinger | 2005-11-19 | 1 | -1/+0 | |
| | ||||||
* | Run headers only once, until better solution is found | Peter S. Mazinger | 2005-11-18 | 1 | -1/+5 | |
| | ||||||
* | Include all lib*/Makefile.in in top_srcdir/Makefile.in, allows adding ↵ | Peter S. Mazinger | 2005-11-17 | 1 | -37/+15 | |
| | | | | foreign objects to a lib | |||||
* | Replace TOPDIR w/ top_builddir | Peter S. Mazinger | 2005-11-17 | 1 | -1/+1 | |
| | ||||||
* | Remove unneeded top_builddir | Peter S. Mazinger | 2005-11-17 | 1 | -8/+8 | |
| | ||||||
* | quiet the make -C | Mike Frysinger | 2005-11-13 | 1 | -2/+2 | |
| | ||||||
* | Remove copied sources | Peter S. Mazinger | 2005-11-08 | 1 | -0/+1 | |
| | ||||||
* | dont need to run `find -name .svn` since tar already excludes .svn | Mike Frysinger | 2005-11-05 | 1 | -2/+1 | |
| | ||||||
* | include Rules.mak after noconfig_targets, else it does not pull in .config | Peter S. Mazinger | 2005-11-02 | 1 | -0/+2 | |
| | ||||||
* | move more rules out of the if HAVE_DOT_CONFIG statement which dont belong | Mike Frysinger | 2005-11-02 | 1 | -6/+6 | |
| | ||||||
* | Create the lib*_pic.a links only if DOPIC is enabled | Peter S. Mazinger | 2005-11-01 | 1 | -0/+2 | |
| | ||||||
* | Add another Makefile example that will be copied over the root Makefile, ↵ | Peter S. Mazinger | 2005-11-01 | 1 | -8/+0 | |
| | | | | adapt script | |||||
* | merge headers/clean changes from the config if | Mike Frysinger | 2005-10-31 | 1 | -2/+6 | |
| | ||||||
* | cleanup the release target so that it doesnt kill my svn checkout anymore :/ | Mike Frysinger | 2005-10-29 | 1 | -12/+8 | |
| | ||||||
* | Correct building locales and backport the changes | Peter S. Mazinger | 2005-10-28 | 1 | -1/+0 | |
| | ||||||
* | Remove --exclude CVS from tar | Peter S. Mazinger | 2005-10-28 | 1 | -1/+1 | |
| | ||||||
* | Remove binutils-2.16.1 dependency for SSP, now it works with any binutils, ↵ | Peter S. Mazinger | 2005-10-28 | 1 | -26/+4 | |
| | | | | 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. Mazinger | 2005-10-28 | 1 | -6/+6 | |
| | | | | in main Makefile.in | |||||
* | We use svn, do not look for cvs related files in distclean | Peter S. Mazinger | 2005-10-28 | 1 | -1/+1 | |
| | ||||||
* | Renamed arch specific Makefile.in to Makefile.arch, else if TARGET_ARCH does ↵ | Peter S. Mazinger | 2005-10-28 | 1 | -3/+9 | |
| | | | | not exist, we reinclude the including Makefile. Moved arch/common fpu_control.h link creation into main Makefile.in. Updated the link creation script to remove all the other Makefiles | |||||
* | Allow using ssp w/ current active Makefiles too. Build crts for non-shared ↵ | Peter S. Mazinger | 2005-10-27 | 1 | -0/+14 | |
| | | | | archs too. | |||||
* | Moved guard_setup to dl-osinfo.h (used commonly by ldso and libc). Renamed ↵ | Peter S. Mazinger | 2005-10-27 | 1 | -1/+2 | |
| | | | | 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. | |||||
* | Correct header cleanup, if threads are disabled, thanks to Jan-Benedict Glaw ↵ | Peter S. Mazinger | 2005-10-27 | 1 | -2/+2 | |
| | | | | reporting it. | |||||
* | Default changed to IMA compiling, disabled explicitely where currently not ↵ | Peter S. Mazinger | 2005-10-26 | 1 | -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. Mazinger | 2005-10-25 | 1 | -0/+392 | |
archs lack proper crt1. The Makefiles in extra/scripts are intended to be linked into each dir, where it is necessary to build locally. |