Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] Add the lm32 target
       [not found] <mailman.154.1294400356.14141.buildroot@busybox.net>
@ 2011-01-07 12:17 ` Henk
  2011-04-26 13:18   ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Henk @ 2011-01-07 12:17 UTC (permalink / raw)
  To: buildroot

Add the lm32 target

Signed-off-by: Henk Vergonet <Henk.Vergonet@gmail.com>

diff --git a/linux/Config.in b/linux/Config.in
index 5e28b44..6c725ea 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -127,11 +127,11 @@ config BR2_LINUX_KERNEL_ZIMAGE

?config BR2_LINUX_KERNEL_VMLINUX_BIN
? ? ? ?bool "vmlinux.bin"
- ? ? ? depends on BR2_mips || BR2_mipsel || BR2_sh || BR2_sh64
+ ? ? ? depends on BR2_lm32 || BR2_mips || BR2_mipsel || BR2_sh || BR2_sh64

?config BR2_LINUX_KERNEL_VMLINUX
? ? ? ?bool "vmlinux"
- ? ? ? depends on BR2_mips || BR2_mipsel
+ ? ? ? depends on BR2_lm32 || BR2_mips || BR2_mipsel

?endchoice

diff --git a/target/Config.in.arch b/target/Config.in.arch
index 0774d55..e59bffb 100644
--- a/target/Config.in.arch
+++ b/target/Config.in.arch
@@ -16,6 +16,8 @@ config BR2_avr32
? ? ? ?select BR2_SOFT_FLOAT
?config BR2_i386
? ? ? ?bool "i386"
+config BR2_lm32
+ ? ? ? bool "lm32"
?config BR2_m68k
? ? ? ?bool "m68k"
? ? ? ?depends on BROKEN # ice in uclibc / inet_ntoa_r
@@ -461,6 +463,7 @@ config BR2_ARCH
? ? ? ?default "i686" ? ? ? ? ?if BR2_x86_pentiumpro
? ? ? ?default "i686" ? ? ? ? ?if BR2_x86_nocona
? ? ? ?default "i686" ? ? ? ? ?if BR2_x86_core2
+ ? ? ? default "lm32" ? ? ? ? ?if BR2_lm32
? ? ? ?default "m68k" ? ? ? ? ?if BR2_m68k
? ? ? ?default "mips" ? ? ? ? ?if BR2_mips
? ? ? ?default "mipsel" ? ? ? ?if BR2_mipsel
@@ -487,9 +490,9 @@ config BR2_ENDIAN
? ? ? ?string
? ? ? ?default "LITTLE" if BR2_arm || BR2_i386 || BR2_mipsel || \
? ? ? ? ? ? ? ? ? ? ? ? ? ?BR2_sh3 || BR2_sh4 || BR2_x86_64 || BR2_sh64
- ? ? ? default "BIG" ? ?if BR2_armeb || BR2_avr32 || BR2_m68k || BR2_mips || \
- ? ? ? ? ? ? ? ? ? ? ? ? ? BR2_powerpc || BR2_sh2a_nofpueb || BR2_sh2eb || \
- ? ? ? ? ? ? ? ? ? ? ? ? ? BR2_sh3eb || BR2_sh4eb || BR2_sparc
+ ? ? ? default "BIG" ? ?if BR2_armeb || BR2_avr32 || BR2_lm32 || BR2_m68k || \
+ ? ? ? ? ? ? ? ? ? ? ? ? ? BR2_mips || BR2_powerpc || BR2_sh2a_nofpueb || \
+ ? ? ? ? ? ? ? ? ? ? ? ? ? BR2_sh2eb || BR2_sh3eb || BR2_sh4eb || BR2_sparc

?config BR2_GCC_TARGET_TUNE
? ? ? ?string

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH 1/2] Add the lm32 target
  2011-01-07 12:17 ` [Buildroot] [PATCH 1/2] Add the lm32 target Henk
@ 2011-04-26 13:18   ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2011-04-26 13:18 UTC (permalink / raw)
  To: buildroot

>>>>> "Henk" == Henk  <henk.vergonet@gmail.com> writes:

 Henk> Add the lm32 target

Sorry, what is lm32 - And is is supported by upstream Linux/uClibc?

 Henk> Signed-off-by: Henk Vergonet <Henk.Vergonet@gmail.com>

 Henk> diff --git a/linux/Config.in b/linux/Config.in
 Henk> index 5e28b44..6c725ea 100644
 Henk> --- a/linux/Config.in
 Henk> +++ b/linux/Config.in
 Henk> @@ -127,11 +127,11 @@ config BR2_LINUX_KERNEL_ZIMAGE

 Henk> ?config BR2_LINUX_KERNEL_VMLINUX_BIN
 Henk> ? ? ? ?bool "vmlinux.bin"
 Henk> - ? ? ? depends on BR2_mips || BR2_mipsel || BR2_sh || BR2_sh64
 Henk> + ? ? ? depends on BR2_lm32 || BR2_mips || BR2_mipsel || BR2_sh || BR2_sh64

 Henk> ?config BR2_LINUX_KERNEL_VMLINUX
 Henk> ? ? ? ?bool "vmlinux"
 Henk> - ? ? ? depends on BR2_mips || BR2_mipsel
 Henk> + ? ? ? depends on BR2_lm32 || BR2_mips || BR2_mipsel

 Henk> ?endchoice

 Henk> diff --git a/target/Config.in.arch b/target/Config.in.arch
 Henk> index 0774d55..e59bffb 100644
 Henk> --- a/target/Config.in.arch
 Henk> +++ b/target/Config.in.arch
 Henk> @@ -16,6 +16,8 @@ config BR2_avr32
 Henk> ? ? ? ?select BR2_SOFT_FLOAT
 Henk> ?config BR2_i386
 Henk> ? ? ? ?bool "i386"
 Henk> +config BR2_lm32
 Henk> + ? ? ? bool "lm32"
 Henk> ?config BR2_m68k
 Henk> ? ? ? ?bool "m68k"
 Henk> ? ? ? ?depends on BROKEN # ice in uclibc / inet_ntoa_r
 Henk> @@ -461,6 +463,7 @@ config BR2_ARCH
 Henk> ? ? ? ?default "i686" ? ? ? ? ?if BR2_x86_pentiumpro
 Henk> ? ? ? ?default "i686" ? ? ? ? ?if BR2_x86_nocona
 Henk> ? ? ? ?default "i686" ? ? ? ? ?if BR2_x86_core2
 Henk> + ? ? ? default "lm32" ? ? ? ? ?if BR2_lm32
 Henk> ? ? ? ?default "m68k" ? ? ? ? ?if BR2_m68k
 Henk> ? ? ? ?default "mips" ? ? ? ? ?if BR2_mips
 Henk> ? ? ? ?default "mipsel" ? ? ? ?if BR2_mipsel
 Henk> @@ -487,9 +490,9 @@ config BR2_ENDIAN
 Henk> ? ? ? ?string
 Henk> ? ? ? ?default "LITTLE" if BR2_arm || BR2_i386 || BR2_mipsel || \
 Henk> ? ? ? ? ? ? ? ? ? ? ? ? ? ?BR2_sh3 || BR2_sh4 || BR2_x86_64 || BR2_sh64
 Henk> - ? ? ? default "BIG" ? ?if BR2_armeb || BR2_avr32 || BR2_m68k || BR2_mips || \
 Henk> - ? ? ? ? ? ? ? ? ? ? ? ? ? BR2_powerpc || BR2_sh2a_nofpueb || BR2_sh2eb || \
 Henk> - ? ? ? ? ? ? ? ? ? ? ? ? ? BR2_sh3eb || BR2_sh4eb || BR2_sparc
 Henk> + ? ? ? default "BIG" ? ?if BR2_armeb || BR2_avr32 || BR2_lm32 || BR2_m68k || \
 Henk> + ? ? ? ? ? ? ? ? ? ? ? ? ? BR2_mips || BR2_powerpc || BR2_sh2a_nofpueb || \
 Henk> + ? ? ? ? ? ? ? ? ? ? ? ? ? BR2_sh2eb || BR2_sh3eb || BR2_sh4eb || BR2_sparc

 Henk> ?config BR2_GCC_TARGET_TUNE
 Henk> ? ? ? ?string
 Henk> _______________________________________________
 Henk> buildroot mailing list
 Henk> buildroot at busybox.net
 Henk> http://lists.busybox.net/mailman/listinfo/buildroot


-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-04-26 13:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.154.1294400356.14141.buildroot@busybox.net>
2011-01-07 12:17 ` [Buildroot] [PATCH 1/2] Add the lm32 target Henk
2011-04-26 13:18   ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox