2003-05-27 Jeff Johnston <jjohnstn@redhat.com>
* libnosys/Makefile.in: Add errno.o. * libnosys/errno.c: New file to supply errno definition if one not provided yet.
This commit is contained in:
parent
a946fb037d
commit
71c7884720
@ -1,3 +1,9 @@
|
|||||||
|
2003-05-27 Jeff Johnston <jjohnstn@redhat.com>
|
||||||
|
|
||||||
|
* libnosys/Makefile.in: Add errno.o.
|
||||||
|
* libnosys/errno.c: New file to supply errno definition if
|
||||||
|
one not provided yet.
|
||||||
|
|
||||||
2003-05-26 Eric Christopher <echristo@redhat.com>
|
2003-05-26 Eric Christopher <echristo@redhat.com>
|
||||||
|
|
||||||
* mips/crt0.S: Remove stackbase variable set.
|
* mips/crt0.S: Remove stackbase variable set.
|
||||||
|
@ -64,8 +64,8 @@ OBJCOPY = `if [ -f ${objroot}/../binutils/objcopy ] ; \
|
|||||||
else t='$(program_transform_name)'; echo objcopy | sed -e $$t ; fi`
|
else t='$(program_transform_name)'; echo objcopy | sed -e $$t ; fi`
|
||||||
|
|
||||||
# object files needed
|
# object files needed
|
||||||
OBJS = close.o environ.o execve.o fork.o fstat.o getpid.o gettod.o isatty.o \
|
OBJS = close.o environ.o errno.o execve.o fork.o fstat.o getpid.o gettod.o \
|
||||||
kill.o link.o lseek.o open.o read.o sbrk.o stat.o \
|
isatty.o kill.o link.o lseek.o open.o read.o sbrk.o stat.o \
|
||||||
times.o unlink.o wait.o write.o
|
times.o unlink.o wait.o write.o
|
||||||
|
|
||||||
# Object files specific to particular targets.
|
# Object files specific to particular targets.
|
||||||
|
3
libgloss/libnosys/errno.c
Normal file
3
libgloss/libnosys/errno.c
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
/* Supply a definition of errno if one not already provided. */
|
||||||
|
|
||||||
|
int errno;
|
Loading…
x
Reference in New Issue
Block a user