[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r1072 - in trunk/glibc-2.3-head: linuxthreads/kfreebsd/x86_64 sysdeps/kfreebsd/x86_64



Author: ps-guest
Date: 2006-01-18 19:56:23 +0000 (Wed, 18 Jan 2006)
New Revision: 1072

Added:
   trunk/glibc-2.3-head/linuxthreads/kfreebsd/x86_64/Makefile
   trunk/glibc-2.3-head/sysdeps/kfreebsd/x86_64/dl-procinfo.c
Log:
***
*** glibc is now able to build for kfreebsd-amd64 ***
***


Added: trunk/glibc-2.3-head/linuxthreads/kfreebsd/x86_64/Makefile
===================================================================
--- trunk/glibc-2.3-head/linuxthreads/kfreebsd/x86_64/Makefile	2006-01-18 19:53:08 UTC (rev 1071)
+++ trunk/glibc-2.3-head/linuxthreads/kfreebsd/x86_64/Makefile	2006-01-18 19:56:23 UTC (rev 1072)
@@ -0,0 +1,4 @@
+ifeq ($(subdir),linuxthreads)
+CFLAGS-pt-initfini.s = -g0 -fPIC -fno-inline-functions \
+		       -fno-asynchronous-unwind-tables $(fno-unit-at-a-time)
+endif

Added: trunk/glibc-2.3-head/sysdeps/kfreebsd/x86_64/dl-procinfo.c
===================================================================
--- trunk/glibc-2.3-head/sysdeps/kfreebsd/x86_64/dl-procinfo.c	2006-01-18 19:53:08 UTC (rev 1071)
+++ trunk/glibc-2.3-head/sysdeps/kfreebsd/x86_64/dl-procinfo.c	2006-01-18 19:56:23 UTC (rev 1072)
@@ -0,0 +1 @@
+#include <sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c>



Reply to: