Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Some shared flat improvements. | Bernd Schmidt | 2007-11-23 | 1 | -2/+5 | |
| | | | | | | | | Fix minor errors: - UCLIBC_SHARED_FLAT_ID instead of SHARED_FLAT_ID - use -Wl,-shared-lib-id properly Use libc_so.a as the source for the shared libc, in order to be able to use -mleaf-id-shared-library on the Blackfin. | |||||
* | - use the compiler-driver instead of the linker | Bernhard Reutner-Fischer | 2007-10-13 | 1 | -9/+9 | |
| | | | | | | | | | - adjust setting flags accordingly to use (hardcoded, see below) -Wl, Potential improvements: *) --warn-unresolved-symbols should perhaps be used for all libs *) eventually rename LDFLAGS to CC_LDFLAGS *) probe for compiler driver's notion of flag to use for passing in linker flags (i.e. don't hardcode "-Wl,") | |||||
* | create new menu so people can select what format they wish to build uClibc | Mike Frysinger | 2006-12-11 | 1 | -2/+2 | |
| | ||||||
* | Richard Sandiford writes: add support for init/fini arrays in shared flat ↵ | Mike Frysinger | 2006-12-08 | 1 | -1/+27 | |
| | | | | libraries | |||||
* | get rid of the notion of .E files as .i is the proper usage | Mike Frysinger | 2006-11-17 | 1 | -6/+4 | |
| | ||||||
* | Add support for libpthread_nonshared.a, strip the objects in *nonshared* | Peter S. Mazinger | 2006-03-09 | 1 | -1/+9 | |
| | ||||||
* | Add -D__ASSEMBLER__ to compile.S so that -std=c99 would not fail | Peter S. Mazinger | 2006-03-01 | 1 | -1/+1 | |
| | ||||||
* | touchup how we generate initfini.s | Mike Frysinger | 2006-02-28 | 1 | -1/+2 | |
| | ||||||
* | add support for glibc initfini.c | Mike Frysinger | 2006-02-28 | 1 | -4/+26 | |
| | ||||||
* | Add support for CFLAGS-OMIT-file from nptl | Peter S. Mazinger | 2006-02-23 | 1 | -2/+1 | |
| | ||||||
* | since interp is an actual object file that is linked into shared libs, make ↵ | Mike Frysinger | 2006-02-18 | 1 | -1/+1 | |
| | | | | it a build depend rather than just an order depend | |||||
* | touchup headers target somemore so building in subdirs works nicely again | Mike Frysinger | 2006-02-18 | 1 | -3/+3 | |
| | ||||||
* | fix parallel build with headers once and for all (i hope) | Mike Frysinger | 2006-02-17 | 1 | -1/+3 | |
| | ||||||
* | combine the crt1.0/Scrt1.o rules since they are pretty much the samething | Mike Frysinger | 2006-02-17 | 1 | -8/+5 | |
| | ||||||
* | combine the output rules in one place | Mike Frysinger | 2006-02-17 | 1 | -0/+7 | |
| | ||||||
* | DOMULTI may be used for libc, the excluded files need work, ↵ | Peter S. Mazinger | 2006-02-15 | 1 | -2/+2 | |
| | | | | linuxthreads[_db] as well, don't try on slow box | |||||
* | add support for generating %.i files like %.E files | Mike Frysinger | 2006-02-15 | 1 | -0/+2 | |
| | ||||||
* | Correct building objs in each libc subdir | Peter S. Mazinger | 2006-02-13 | 1 | -2/+2 | |
| | ||||||
* | make build output a little less noisy | Mike Frysinger | 2006-02-04 | 1 | -0/+1 | |
| | ||||||
* | Undo -std=c99 and related -D__ASSEMBLER__ | Peter S. Mazinger | 2006-01-30 | 1 | -1/+1 | |
| | ||||||
* | Enable -std=c99 if supported, this will define __STDC_VERSION__, have to ↵ | Peter S. Mazinger | 2006-01-30 | 1 | -1/+1 | |
| | | | | -D__ASSEMBLER__, bug in all gcc | |||||
* | Correct strip display in multi mode | Peter S. Mazinger | 2006-01-19 | 1 | -1/+5 | |
| | ||||||
* | Remove HAVE_ELF | Peter S. Mazinger | 2006-01-19 | 1 | -6/+0 | |
| | ||||||
* | Add target strip command and use it, also disable for now CFLAGS-multi-y, ↵ | Peter S. Mazinger | 2006-01-18 | 1 | -1/+4 | |
| | | | | after splitting all MSRC, it won't be needed | |||||
* | modify IMA compiling rule and add linking rule | Peter S. Mazinger | 2006-01-18 | 1 | -1/+12 | |
| | ||||||
* | nios no longer needs crt0.o | Mike Frysinger | 2006-01-15 | 1 | -6/+6 | |
| | ||||||
* | fix up ability to rename ldso | Mike Frysinger | 2006-01-13 | 1 | -1/+1 | |
| | ||||||
* | make sure all shared libs depend on interp | Mike Frysinger | 2006-01-13 | 1 | -0/+1 | |
| | ||||||
* | only create crt0.o compat link for certain arches | Mike Frysinger | 2006-01-11 | 1 | -1/+5 | |
| | ||||||
* | generate a symlink for older targets (like nios) | Mike Frysinger | 2006-01-10 | 1 | -1/+5 | |
| | ||||||
* | beautify utility building | Mike Frysinger | 2005-12-30 | 1 | -7/+9 | |
| | ||||||
* | Remove incorrect display stripping crt1.S | Peter S. Mazinger | 2005-12-02 | 1 | -2/+0 | |
| | ||||||
* | Don't strip interp.c, thx blindvt | Peter S. Mazinger | 2005-12-02 | 1 | -1/+0 | |
| | ||||||
* | add support for generating .s files for debug purposes | Mike Frysinger | 2005-12-01 | 1 | -0/+3 | |
| | ||||||
* | dont display cd;make | Mike Frysinger | 2005-11-30 | 1 | -3/+3 | |
| | ||||||
* | Added .oS asm targets and make ldso build w/ -DSHARED (needed by nptl) | Peter S. Mazinger | 2005-11-28 | 1 | -0/+2 | |
| | ||||||
* | Change HOSTCFLAGS to BUILD_CFLAGS proposed by vapier | Peter S. Mazinger | 2005-11-25 | 1 | -2/+2 | |
| | ||||||
* | Convert configuration to new build system | Peter S. Mazinger | 2005-11-25 | 1 | -1/+2 | |
| | ||||||
* | Rename NATIVE_LDFLAGS to BUILD_LDFLAGS proposed by vapier | Peter S. Mazinger | 2005-11-25 | 1 | -1/+1 | |
| | ||||||
* | Add header dependency to be used as prerequisite for the all objects | Peter S. Mazinger | 2005-11-25 | 1 | -0/+3 | |
| | ||||||
* | Build libc if in a subdir and we have it as a dependency | Peter S. Mazinger | 2005-11-25 | 1 | -0/+3 | |
| | ||||||
* | Add support for NATIVE_LDFLAGS[-subdir] | Peter S. Mazinger | 2005-11-24 | 1 | -1/+1 | |
| | ||||||
* | Make utils includable into main Makefile.in, add compile.u and hcompile.u, ↵ | Peter S. Mazinger | 2005-11-23 | 1 | -0/+6 | |
| | | | | usable in utils and probably tests. vapier, please quite them if you want to | |||||
* | patsubst didn't occur for all cases correctly | Peter S. Mazinger | 2005-11-23 | 1 | -1/+1 | |
| | ||||||
* | Add libthread_db and libdl-a objects to objs: | Peter S. Mazinger | 2005-11-22 | 1 | -3/+3 | |
| | ||||||
* | Add .E suffix | Peter S. Mazinger | 2005-11-22 | 1 | -1/+1 | |
| | ||||||
* | Allow building ldso in its own dir | Peter S. Mazinger | 2005-11-22 | 1 | -1/+1 | |
| | ||||||
* | Make objs target work again | Peter S. Mazinger | 2005-11-22 | 1 | -3/+11 | |
| | ||||||
* | Depedencies corrected (less make oldconfig/headers), rerunning make remakes ↵ | Peter S. Mazinger | 2005-11-22 | 1 | -27/+26 | |
| | | | | only headers | |||||
* | rework depends and stripping so that libraries arent rebuilt all the time in ↵ | Mike Frysinger | 2005-11-22 | 1 | -8/+8 | |
| | | | | a loop |