When using the top-level configure script but subdir Makefiles, the newlib_basedir value gets a bit out of sync: it's relative to where configure lives, not where the Makefile lives. Move the abs setting from the top-level configure script into acinclude.m4 so we can rely on it being available everywhere. Although this commit doesn't use it anywhere, just lays the groundwork. |
||
|---|---|---|
| .. | ||
| sys | ||
| Makefile.am | ||
| Makefile.in | ||
| _alloc.S | ||
| _close.S | ||
| _cycles.S | ||
| _exit.S | ||
| _fstat.S | ||
| _getpsiz.S | ||
| _gettz.S | ||
| _ioctl.S | ||
| _iostat.S | ||
| _iowait.S | ||
| _isatty.S | ||
| _lseek.S | ||
| _open.S | ||
| _query.S | ||
| _read.S | ||
| _sbrk.S | ||
| _setim.S | ||
| _settrap.S | ||
| _setvec.S | ||
| _tmpnam.S | ||
| _write.S | ||
| alloc.S | ||
| clock.S | ||
| crt0.S | ||
| getargs.S | ||
| getenv.S | ||
| getpid.c | ||
| kill.c | ||
| read.S | ||
| remove.S | ||
| rename.S | ||
| signal.S | ||
| stubs.S | ||
| systime.S | ||
| vec.S | ||