diff options
author | Manuel Novoa III <mjn3@codepoet.org> | 2001-02-19 00:24:52 +0000 |
---|---|---|
committer | Manuel Novoa III <mjn3@codepoet.org> | 2001-02-19 00:24:52 +0000 |
commit | dfe2d42547de8197f850f3ff0dfdc3caa4682518 (patch) | |
tree | 0b2969dbdd6c65f1fb5832e25d28bffa9570084a /Makefile | |
parent | 438aac726283dfffa6a5cf84b4acf6df0250af94 (diff) |
Create __uClibc_main to handle what can be done in C instead of each arch's
respective crt0.S. crt0.S should now only be responsible for setting things
up to call __uClibc_main(argc, argv, envp), which will do any other necessary
setup (setting global __environ, stdio init, etc), call main, and exit. This
should ease both maintainance and porting.
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions