summaryrefslogtreecommitdiffstats
path: root/Rules.mak
Commit message (Collapse)AuthorAgeFilesLines
...
* Clean up pthread include mess. Some of these will be needed to support NPTL, ↵"Steven J. Hill"2005-10-041-0/+7
| | | | but they do no harm for the linuxthreads case. Yes, I tested this.
* Remove ar-target and shared targets, at build time now we traverse the tree ↵Peter S. Mazinger2005-09-281-4/+0
| | | | only once. Generalize all toplevel makefiles. Make sure, that libdl.so is built against libc.so and not libc.a
* clean up -malign- vs -falign- #352 by yvasilevMike Frysinger2005-09-281-3/+3
|
* Add __cxa_atexit and __cxa_finalize, thanks to Stephen Warren. This patch ↵Peter S. Mazinger2005-09-261-0/+1
| | | | breaks compatibility with existing binaries, unless the new COMPAT_ATEXIT option is enabled.
* punt _DL_FINI_CRT_COMPAT option now that 0.9.28 has been releasedMike Frysinger2005-09-081-5/+2
|
* optimize library based upon sparc cpu selectionMike Frysinger2005-08-251-0/+7
|
* per suggestion by psm, remove the variable DYNAMIC_LINKEREric Andersen2005-08-131-1/+0
|
* Removed hardcoded ld-uClibc.so.0 in uClibc. From Peter Mazinger.Joakim Tjernlund2005-08-121-7/+1
|
* Remove SYSTEM_LDSO option since it no longer works.Joakim Tjernlund2005-08-121-4/+1
|
* add back in the LDPIEFLAG since -fPIE does not imply -pieMike Frysinger2005-08-111-1/+17
|
* Bump version in preparation for the upcoming releaseEric Andersen2005-08-101-1/+1
|
* as pointed out by khem/ngupta, ARM926T should be march armv5 instead of armv4Mike Frysinger2005-07-291-1/+1
|
* export PIEFLAG and the noexecstack AS test so that gcc/as arent executed in ↵Mike Frysinger2005-07-291-5/+16
| | | | every subdir
* finish cleaning up the PIE flag checksMike Frysinger2005-07-291-16/+9
|
* get rid of LDPIEFLAG since PIEFLAG is already usedMike Frysinger2005-07-291-3/+0
|
* further refine output so the silent mode of make is truly silentMike Frysinger2005-07-281-0/+11
|
* add c to default ARFLAGS to get rid of ar: creating blah.a messagesMike Frysinger2005-07-281-1/+1
|
* Add Peter Mazinger fini/crt compat patch. Select DL_FINI_CRT_COMPAT toJoakim Tjernlund2005-05-281-0/+4
| | | | | | | | be able to run apps built with 0.9.27. This also renames __uClibc_start_main to __uClibc_main. This compat option should be removed some time after 0.9.28 is released. Let me know if you don't like this change.
* Add patch at bugs 274. From Peter Manzinger.Joakim Tjernlund2005-05-281-12/+13
|
* Add TOPDIR prefix in front of config file when getting target architecture."Steven J. Hill"2005-05-141-1/+1
|
* Top-level makefile fix for OS agnosticism and set the value of TARGET_ARCH"Steven J. Hill"2005-05-141-1/+1
| | | | | | using grep because the '.config' will not get included if we are doing a 'clean' or other targets. This was preventing the proper cleaning up target architecture include files.
* ARM1136JF-S support.Paul Mundt2005-05-131-0/+1
|
* Add sh2a support.Paul Mundt2005-05-021-0/+6
|
* erm, that #" broke stuffMike Frysinger2005-03-161-1/+1
|
* CROSS_COMPILE -> CROSS_COMPILER_PREFIX like busyboxMike Frysinger2005-03-161-1/+1
|
* add a Kconfig option for setting the $(CROSS) build variableMike Frysinger2005-03-151-0/+4
|
* beautifyMike Frysinger2005-01-191-33/+35
|
* - define RANLIB since a subdir or two uses itMike Frysinger2005-01-181-1/+7
| | | | - add support for DESTDIR to work the same as PREFIX
* Bump version numberEric Andersen2005-01-091-1/+1
|
* Patch from Peter S. Mazinger:Eric Andersen2004-12-221-2/+6
| | | | Add UCLIBC_BUILD_NOEXECSTACK support.
* Patch from Peter S. Mazinger:Eric Andersen2004-12-221-0/+8
| | | | Seperate out security features into a separate menu
* Patch from Peter S. Mazinger:Eric Andersen2004-12-221-1/+1
| | | | rename UCLIBC_PROPOLICE to UCLIBC_HAS_SSP
* Cleaned up patch from Peter S. Mazinger adding support forEric Andersen2004-12-221-2/+7
| | | | | -fstack-protector and -fno-stack-protector-all security options
* Patch from Peter S. Mazinger:Eric Andersen2004-12-221-1/+1
| | | | rename UCLIBC_PIE_SUPPORT to UCLIBC_BUILD_PIE
* Patch from Peter S. Mazinger to simplify PIE handlingEric Andersen2004-12-221-3/+3
|
* Patch from Peter S. Mazinger to consistantly use "ASFLAGS"Eric Andersen2004-12-221-0/+2
| | | | as the flags for all calls to 'as'
* Partial commit of a patch from Alexandre Oliva:Eric Andersen2004-12-111-2/+2
| | | | | | | | | | Here's an updated version of the patch I posted about a month ago. It leaves -nostdinc alone, and uses -print-file-name=include instead of -print-search-dirs to figure out where GCC's internal headers are. Please let me know whether there are any portions of this patch you'd like me to break into smaller pieces, to rework, or to give up trying to get into uClibc :-) Thanks,
* Rip out Peter's unacceptable "fix" and do the sane thing instead; buildManuel Novoa III2004-10-151-52/+0
| | | | the utils using the uClibc-targeted toolchain.
* hmm, somehow cvs lost this file in the previous commit.Joakim Tjernlund2004-10-141-1/+12
|
* Peter Mazinger writes:Joakim Tjernlund2004-10-141-0/+52
| | | | | | | The attached patch is an updated version of an earlier sent patch It solves the problem that the target utils (ldconfig/ldd/iconv, readelf is not handled, but can be easily added) are not built w/ the newly created [S]crt[01].o files.
* This patch from Mike Frysinger, extended from an earlier patch from Peter S.Eric Andersen2004-10-031-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mazinger implements the changes suggested by me on the uclibc list. On Tuesday 28 September 2004 02:24 pm, Erik Andersen wrote: > What I think should be done is > > *) Someone that cares about USE_CACHE should fix that option > up to be sure it works, and give it a proper config entry > in extra/Configs/Config.in, and rename it to something > more appropriate such as LDSO_CACHE_SUPPORT. > > *) When LDSO_CACHE_SUPPORT=n, UCLIBC_RUNTIME_PREFIX /usr/X11R6/lib > should be included in the default library search path in > dl-elf.c, ldd, and ldconfig. > > *) When LDSO_CACHE_SUPPORT=y, UCLIBC_RUNTIME_PREFIX /usr/X11R6/lib > should be excluded from the default library search path in > dl-elf.c, ldd, and ldconfig, and those wishing to include > X11 stuff should add that into /etc/ld.so.conf and re-run > ldconfig. > > *) At present, LDSO_CONF and LDSO_CACHE use the same names > and same structure as glibc. This precludes > LDSO_CACHE_SUPPORT being uses in any sane fashion on a > dial glibc and uClibc system. Just as it was necessary > for use to use a different name for 'libuClibc' rather > than 'libc', and 'ld-uClibc.so.0' rather than > 'ld-linux.so.2' it seems that these configuration files > really ought to be given different names. >
* Fixes from gentoo.Manuel Novoa III2004-08-261-1/+6
|
* Oops.Joakim Tjernlund2004-08-091-1/+1
|
* From: uclibc-bounces@uclibc.org on behalf of Peter KjellerstedtJoakim Tjernlund2004-08-091-10/+10
| | | | | | | | | [peter.kjellerstedt@axis.com] Peter Kellerstedt writes: May I suggest the attached patch instead? It handles PICFLAG the same way as it was already done for other architectures (e.g., CRIS and frv).
* Joakim Tjernlund writes:Eric Andersen2004-08-061-1/+9
| | | | | | | This patch makes -fpic work for PCC and optimzes the relcation by moving the cache flushing stuff to JMP relocs only. Actually PPCs ldso can only handle small GOT tables(<=8192 entries)anyhow, so it makes little sense to compile PPC with -fPIC. libuClibc shrunk from 340724 to 330780 bytes with -fpic.
* Hide the arm libfloat support for now. No longer needed for gcc 3.4.1 andManuel Novoa III2004-07-161-1/+5
| | | | | won't be needed for 3.3.4 either when I get some time to clean up that toolchain which also suffers from the g++ include dir search order bug.
* Update the x86 processor listing a bit, to preempt further questionsEric Andersen2004-02-191-1/+4
| | | | about the best settings the AMD Elan and the VIA Nehemiah.
* Alexandre Oliva writes:Eric Andersen2004-02-181-0/+14
| | | | | | | | | | | | | | | | | | | | This patch adds code to uClibc to support a new ABI designed for the FR-V architecture, that enables text segments of executables and shared libraries to be shared by multiple processes on an OS such as uClinux, that can run on FR-V processors without an MMU. Patches for binutils and GCC have just been posted in the corresponding mailing lists. The binutils patch was approved, but there's one additional patch pending review, that I posted this week. An updated GCC patch will be posted to gcc-patches@gcc.gnu.org as soon as I complete testing (I used a known-good compiler to test the uClibc patch below). Since the existing dynamic loader code didn't support independent relocation of segments, it required changes that were somewhat extensive. I've added a number of new machine-specific macros to try to keep the platform and ABI-specific details outside the generic code. I hope this is not a problem.
* Use the gcc 3.4 -funit-at-a-time optimization when availableEric Andersen2004-01-141-1/+3
|
* Update for releaseEric Andersen2004-01-041-1/+1
|