summaryrefslogtreecommitdiff
path: root/extra/scripts
AgeCommit message (Collapse)Author
2006-10-07Sergey Lapin says the undefined syscall numbers from unistd.h do not get ↵Khem Raj
propogated into generated sysnum.h.
2006-09-10remove version checking code and add some more commentsMike Frysinger
2006-09-09make this stuff actually readableMike Frysinger
2006-08-24- only link asm-generic if it exists.Bernhard Reutner-Fischer
PS: test for existence on Slowaris was disfunctional, last time i looked. Shouldn't matter much here, though..
2006-03-09Add common part of linker scripts to a file and make use of itPeter S. Mazinger
2006-02-28disable __gmon_start__ symbolMike Frysinger
2006-02-28add support for glibc initfini.cMike Frysinger
2006-02-23dont generate asm-generic if it already existsMike Frysinger
2006-02-22make the fallback case smarterMike Frysinger
2006-02-18dont output so many newlinesMike Frysinger
2006-01-27update copyrightMike Frysinger
2006-01-27just exec the catMike Frysinger
2006-01-24- make sure that icc generates bits/sysnum.hBernhard Reutner-Fischer
pgcc would need a completely different treatment here.
2006-01-02for /bin/sh, use `` instead of $() as pointed out by Jan-Benedict Glaw on ↵Mike Frysinger
the mailing list
2005-11-23Add template for utils/Makefile and make use of itPeter S. Mazinger
2005-11-21Remove TOPDIRPeter S. Mazinger
2005-11-17Replace TOPDIR w/ top_builddirPeter S. Mazinger
2005-11-02include Rules.mak after noconfig_targets, else it does not pull in .configPeter S. Mazinger
2005-11-01Add another Makefile example that will be copied over the root Makefile, ↵Peter S. Mazinger
adapt script
2005-10-29Renamed script to create_makefiles.sh, copy instead of link (to allow cygwin ↵Peter S. Mazinger
users to build), creates all Makefiles now, should be only used if the master copies are updated
2005-10-28Update/add scripts' copyrightPeter S. Mazinger
2005-10-28Add newly needed Makefiles that can be linkedPeter S. Mazinger
2005-10-28Use consequently headers-y and headers_clean-y, try avoiding TARGET_ARCH use ↵Peter S. Mazinger
in main Makefile.in
2005-10-28Renamed arch specific Makefile.in to Makefile.arch, else if TARGET_ARCH does ↵Peter S. Mazinger
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
2005-10-25Add script to create the minimal subset of symlinksPeter S. Mazinger
2005-10-25All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other ↵Peter S. Mazinger
archs lack proper crt1. The Makefiles in extra/scripts are intended to be linked into each dir, where it is necessary to build locally.
2005-08-23some updates from psm to better mirror glibc getent behaviorMike Frysinger
2005-07-28further refine output so the silent mode of make is truly silentMike Frysinger
2005-06-29also symlink asm-$TARGET_ARCH if it existsMike Frysinger
2005-02-02- updated getent script to match behaviors of newer glibc getent. update ↵Ned Ludd
from Peter S. Mazinger
2004-11-11move getent to extra/scripts/ out of docs/Mike Frysinger
2004-08-26Fixes from gentoo.Manuel Novoa III
2004-03-18Alexandre Oliva writes:Eric Andersen
This patch arranges for the .so files in say /usr/lib to be soft links to ../../lib, instead of to /some/arbitrary/pathname/lib. This enables seamless relocation of a toolchain containing the development and run time trees in a sys-root.
2004-02-12Add our own copies of the include/scsi header files, per what glibcEric Andersen
does, rather than depending on the kernel header files. -Erik
2004-01-02Cope with 2.6.x headersEric Andersen
2003-11-29Minor typo fix.Manuel Novoa III
2003-11-05Kill initfini.awkEric Andersen
2003-11-05Kill off "mipsel" and just use "mips"Eric Andersen
2003-11-01this script is no longer used, and can be removed.Eric Andersen
2003-09-30oops.Eric Andersen
2003-09-17Patch from Philip Nye fixing mmu-lessEric Andersen
2003-09-11Stefan Allius writes:Eric Andersen
1. Under Solaris the test command with the 'string' argument don't work well. So I added the '-n' argument, which might work on all platforms. 2. The sed under Solaris don't support the '-s' argument, which is a GNU extension. I changed it to '-e' which works fine for me.
2003-09-09Fix grammarEric Andersen
2003-09-04Minor cosmetic cleanups to avoid getting spurious bug reports.Eric Andersen
2003-09-03Let "$KERNEL_SOURCE/include/asm" be either a link or a directory.Eric Andersen
2003-09-01Remove a bunch of guessing about the location of the kernelEric Andersen
headers. Move most of that into a script, and warn loudly when having to guess. -Erik
2003-08-18Work around a bug in nm from binutils-2.14.90.0.5.Manuel Novoa III
2003-06-05Patch from Peter S. Mazinger to make the get-needed-libgcc-objectsEric Andersen
script work with newer binutils versions.
2003-03-05Patch from Stefan Allius:Eric Andersen
Hi Erik, I patched the initfini.awk script, so we can build crt[in].S for the SuperH targets with gmon-support. The patch moves all labels into the wright sections, and add some assembler statements to jump over them. (only activ on SH targets) The patch also avoid any references of _GLOBAL_OFFSET_TABLE_ or *gmon_start* in the crtn.S file. This should work on every target. Bye Stefan
2003-03-03Initial effort at adding profiling support.Eric Andersen