Author: aurel32 Date: 2009-07-11 00:11:51 +0000 (Sat, 11 Jul 2009) New Revision: 3603
Added: glibc-package/trunk/debian/sysdeps/sh4.mk Modified: glibc-package/trunk/debian/changelog Log: * Add sysdeps/sh4.mk. Closes: #536199. Modified: glibc-package/trunk/debian/changelog =================================================================== --- glibc-package/trunk/debian/changelog 2009-07-10 23:58:48 UTC (rev 3602) +++ glibc-package/trunk/debian/changelog 2009-07-11 00:11:51 UTC (rev 3603) @@ -5,8 +5,9 @@ [ Aurelien Jarno ] * Don't ship /usr/include/scsi/scsi.h anymore. Closes: #535809. + * Add sysdeps/sh4.mk. Closes: #536199. - -- Aurelien Jarno <[email protected]> Mon, 06 Jul 2009 00:42:27 +0200 + -- Aurelien Jarno <[email protected]> Sat, 11 Jul 2009 02:11:14 +0200 eglibc (2.9-19) unstable; urgency=low Added: glibc-package/trunk/debian/sysdeps/sh4.mk =================================================================== --- glibc-package/trunk/debian/sysdeps/sh4.mk (rev 0) +++ glibc-package/trunk/debian/sysdeps/sh4.mk 2009-07-11 00:11:51 UTC (rev 3603) @@ -0,0 +1,4 @@ +libc_add-ons = ports nptl $(add-ons) + +# Renesas SH enabled -ffinte-math-only. Some software need -mieee. +extra_cflags = -mieee -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

