summaryrefslogtreecommitdiffstats
path: root/tools/build/src/unhex.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to reorganizeJoel Sherrill1999-04-191-738/+0
| | | | | | | | | | | the build-tools layout to simplify it. This script reorganizes and simpilfies the build-tools subdirectories. It moves all source-files and scripts to c/build-tools/. This will enable use to use this directory directly to refer to the build-tools instead of copying them around in a "preinstall" step in future. However, RTEMS's autoconf Makefile.ins and *.cfg files are not yet prepared to apply this approach and therefore require additional work.
* Switched from "extern int errno" to "#include <errno.h>".Joel Sherrill1998-03-031-1/+1
|
* Added autoconf support for strerror/sys_errlist per Ralf Corsepius'Joel Sherrill1998-01-211-11/+24
| | | | | direction. This fixes a problem reported by Steve Evans of Radstone since he is using glibc2.
* This set of changes is the build of what was required to convert toJoel Sherrill1997-04-011-3/+3
| | | | | | | | | | | | | | | | | | | | GNU autoconf. This is the first large step in allowing an RTEMS user to perform a one-tree build (per crossgcc FAQ) including RTEMS in the build process. With this change RTEMS is configured in built in the same style as the GNU tools, yet retains the basic structure of its traditional Makefiles (ala Tony Bennett). Jiri Gaisler (jgais@wd.estec.esa.nl) deserves (and received) a big thank you for doing this. There are still issues to be resolved but as of this commit, all target which can be built on a linux host have been using a modified version of the source Jiri submitted. This source was merged and most targets built in the tree before this commit. There are some issues which remain to be resolved but they are primarily related to host OS dependencies, script issues, the use of gawk for hack_specs, and the dependence on gcc snapshots. These will be resolved.
* added ifdef for sunos 4.x since it does not have strtoul.Joel Sherrill1996-06-031-2/+6
|
* updates from Tony Bennett for PA and UNIX portsJoel Sherrill1996-01-151-2/+2
|
* fixed missing CVS IDsJoel Sherrill1995-10-061-0/+2
|
* all targets compile .. tony's patches in placeJoel Sherrill1995-09-291-1/+1
|
* Initial revisionJoel Sherrill1995-05-111-0/+719