summaryrefslogtreecommitdiffstats
path: root/tools/build/src/unhex.c (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-04-19Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to reorganizeJoel Sherrill1-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.
1998-03-03Switched from "extern int errno" to "#include <errno.h>".Joel Sherrill1-1/+1
1998-01-21Added autoconf support for strerror/sys_errlist per Ralf Corsepius'Joel Sherrill1-11/+24
direction. This fixes a problem reported by Steve Evans of Radstone since he is using glibc2.
1997-04-01This set of changes is the build of what was required to convert toJoel Sherrill1-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.
1996-06-03added ifdef for sunos 4.x since it does not have strtoul.Joel Sherrill1-2/+6
1996-01-15updates from Tony Bennett for PA and UNIX portsJoel Sherrill1-2/+2
1995-10-06fixed missing CVS IDsJoel Sherrill1-0/+2
1995-09-29all targets compile .. tony's patches in placeJoel Sherrill1-1/+1