patches/uClibc/0.9.28.2/140-custom-ISA.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sat Jan 03 21:11:41 2009 +0000 (2009-01-03)
changeset 1112 c72aecd1a9ef
parent 1 eeea35fbf182
permissions -rw-r--r--
Get rid of all stuff related to building a /delivery' traball:
- building a delivery tarball has long been broken (since crostool-Ng is installable)
- get rid of implied do_print_filename, that can be mis-leading now tarballs can not be built

/trunk/scripts/build/kernel/bare-metal.sh | 4 0 4 0 ----
/trunk/scripts/build/kernel/linux.sh | 4 0 4 0 ----
/trunk/scripts/build/tools/000-template.sh | 11 0 11 0 -----------
/trunk/scripts/build/tools/100-libelf.sh | 4 0 4 0 ----
/trunk/scripts/build/tools/200-sstrip.sh | 11 1 10 0 +----------
/trunk/scripts/build/binutils.sh | 4 0 4 0 ----
/trunk/scripts/build/cc/gcc.sh | 5 0 5 0 -----
/trunk/scripts/build/debug/000-template.sh | 11 0 11 0 -----------
/trunk/scripts/build/debug/100-dmalloc.sh | 4 0 4 0 ----
/trunk/scripts/build/debug/400-ltrace.sh | 4 0 4 0 ----
/trunk/scripts/build/debug/300-gdb.sh | 7 0 7 0 -------
/trunk/scripts/build/debug/500-strace.sh | 4 0 4 0 ----
/trunk/scripts/build/debug/200-duma.sh | 4 0 4 0 ----
/trunk/scripts/build/libc/none.sh | 5 0 5 0 -----
/trunk/scripts/build/libc/glibc.sh | 10 0 10 0 ----------
/trunk/scripts/build/libc/uClibc.sh | 6 0 6 0 ------
/trunk/scripts/build/libc/eglibc.sh | 10 0 10 0 ----------
/trunk/scripts/build/gmp.sh | 6 0 6 0 ------
/trunk/scripts/build/mpfr.sh | 6 0 6 0 ------
/trunk/docs/overview.txt | 9 0 9 0 ---------
20 files changed, 1 insertion(+), 128 deletions(-)
yann@1
     1
diff -dur uClibc-0.9.28.orig/Rules.mak uClibc-0.9.28/Rules.mak
yann@1
     2
--- uClibc-0.9.28.orig/Rules.mak	2005-08-18 00:49:49.000000000 +0200
yann@1
     3
+++ uClibc-0.9.28/Rules.mak	2007-01-30 10:53:34.000000000 +0100
yann@1
     4
@@ -168,6 +168,7 @@
yann@1
     5
 	CPU_CFLAGS-$(CONFIG_MIPS_ISA_4)+=-mips4 -mtune=mips4
yann@1
     6
 	CPU_CFLAGS-$(CONFIG_MIPS_ISA_MIPS32)+=-mips32 -mtune=mips32
yann@1
     7
 	CPU_CFLAGS-$(CONFIG_MIPS_ISA_MIPS64)+=-mips64 -mtune=mips32
yann@1
     8
+	CPU_CFLAGS-$(CONFIG_MIPS_ISA_CUSTOM)+=-march=$(CONFIG_MIPS_CPU_CFLAGS_CUSTOM)
yann@1
     9
 endif
yann@1
    10
 
yann@1
    11
 ifeq ($(strip $(TARGET_ARCH)),sh)
yann@1
    12
diff -dur uClibc-0.9.28.orig/extra/Configs/Config.mips uClibc-0.9.28/extra/Configs/Config.mips
yann@1
    13
--- uClibc-0.9.28.orig/extra/Configs/Config.mips	2005-08-18 00:49:41.000000000 +0200
yann@1
    14
+++ uClibc-0.9.28/extra/Configs/Config.mips	2007-01-30 10:52:12.000000000 +0100
yann@1
    15
@@ -63,4 +63,16 @@
yann@1
    16
 config CONFIG_MIPS_ISA_MIPS64
yann@1
    17
 	bool "MIPS64"
yann@1
    18
 
yann@1
    19
+config CONFIG_MIPS_ISA_CUSTOM
yann@1
    20
+	bool "Custom"
yann@1
    21
+
yann@1
    22
 endchoice
yann@1
    23
+
yann@1
    24
+config CONFIG_MIPS_CPU_CFLAGS_CUSTOM
yann@1
    25
+	string
yann@1
    26
+	prompt "Custon ISA"
yann@1
    27
+	depends on CONFIG_MIPS_ISA_CUSTOM
yann@1
    28
+	default ""
yann@1
    29
+	help
yann@1
    30
+	  Enter your custom ISA here (eg: lx4189!).
yann@1
    31
+