mips build fix
Guido Guenther
agx@sigxcpu.org
Tue Jun 10 07:27:00 GMT 2003
Hi,
attached is a small fix to get o32 to build again.
-- Guido
-------------- next part --------------
2003-06-10 Guido Guenther <agx@sigxcpu.org>
* sysdeps/unix/sysv/linux/mips/Makefile: Add missing endif
and create $(objpfx)
===================================================================
RCS file: /cvs/glibc/libc/sysdeps/unix/sysv/linux/mips/Makefile,v
retrieving revision 1.9
diff -u -p -r1.9 Makefile
--- sysdeps/unix/sysv/linux/mips/Makefile 28 May 2003 21:05:12 -0000 1.9
+++ sysdeps/unix/sysv/linux/mips/Makefile 10 Jun 2003 07:19:12 -0000
@@ -15,6 +15,7 @@ no_syscall_list_h = 1
# We generate not only SYS_<syscall>, pointing at SYS_<abi>_<syscall> if
# it exists, but also define SYS_<abi>_<syscall> for all ABIs.
$(objpfx)syscall-%.h $(objpfx)syscall-%.d: ../sysdeps/unix/sysv/linux/mips/sys/syscall.h
+ mkdir -p $(objpfx)
{ \
echo '/* Generated at libc build time from kernel syscall list. */';\
echo ''; \
@@ -48,4 +49,5 @@ ifneq (,$(objpfx))
mv -f $(@:.h=.d)-t2 $(@:.h=.d)
else
mv -f $(@:.h=.d)-t $(@:.h=.d)
+endif
endif
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/libc-alpha/attachments/20030610/c2b298f3/attachment.sig>
More information about the Libc-alpha
mailing list