[klibc] [PATCH] klibc/kbuild: fix mips64 build

sam at ravnborg.org sam at ravnborg.org
Mon Jul 10 10:37:07 PDT 2006


From: Sam Ravnborg <sam at mars.ravnborg.org>

Apparently there was nothing needed in arch/mips64 to support klibc.

Signed-off-by: Sam Ravnborg <sam at ravnborg.org>
---
 usr/klibc/arch/mips64/Kbuild       |    3 +++
 usr/klibc/arch/mips64/Makefile.inc |    2 --
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/usr/klibc/arch/mips64/Kbuild b/usr/klibc/arch/mips64/Kbuild
new file mode 100644
index 0000000..970c0f8
--- /dev/null
+++ b/usr/klibc/arch/mips64/Kbuild
@@ -0,0 +1,3 @@
+#
+# klibc files for mips64
+#
diff --git a/usr/klibc/arch/mips64/Makefile.inc b/usr/klibc/arch/mips64/Makefile.inc
index 4a9529a..aa70319 100644
--- a/usr/klibc/arch/mips64/Makefile.inc
+++ b/usr/klibc/arch/mips64/Makefile.inc
@@ -6,5 +6,3 @@ # Special rules for this architecture.  
 # included from the main Makefile, and that pathnames should be
 # accordingly.
 #
-
-archclean:
-- 
1.4.1.rc2.gfc04



More information about the klibc mailing list