aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/musl
Commit message (Expand)AuthorAgeFilesLines
* toolchain/musl: update to version 1.1.4Felix Fietkau2014-08-022-2/+2
* musl: add sgidefs.hFelix Fietkau2014-06-291-0/+73
* musl: add a few more glibc types to includesFelix Fietkau2014-06-291-0/+3
* musl: remove fake glibc definesFelix Fietkau2014-06-291-8/+0
* musl: update to version 1.1.3Felix Fietkau2014-06-292-2/+2
* musl: fix toolchain build failure caused by some header changesFelix Fietkau2014-06-122-1/+4
* musl: install a few extra headers to improve compatibility with various packagesFelix Fietkau2014-06-096-0/+1039
* musl: update to version 1.1.2Felix Fietkau2014-06-072-2/+2
* musl: add a hack to rip out excessive iconv bloatFelix Fietkau2014-05-281-0/+68
* musl: update to version 1.1.1Felix Fietkau2014-05-214-24/+3
* musl: update to 1.0.0Felix Fietkau2014-03-207-30/+8
* musl: move the dependency on BROKEN to the right config symbolFelix Fietkau2014-02-261-1/+0
* toolchain/musl: add version 0.9.15, remove older versions (still broken, but ...Felix Fietkau2014-02-2424-1153/+28
* musl: mark as broken, many packages do not compile with itFelix Fietkau2013-08-101-0/+1
* toolchain/musl: add version 0.9.11Luka Perkov2013-07-047-5/+122
* toolchain/musl: add version 0.9.10Felix Fietkau2013-05-098-0/+314
* toolchain/musl: fix libstdc++ build issuesFelix Fietkau2013-05-092-0/+120
* toolchain/musl: fix build issues on mac os xFelix Fietkau2013-05-092-0/+54
* toolchain: get rid of musl version kconfig symbol overloadingFelix Fietkau2013-04-182-12/+12
* toolchain/musl: add support for 0.9.9Florian Fainelli2013-02-266-1/+276
* toolchain/musl: add parenthesis to the __ARE_4_EQUAL macroFlorian Fainelli2013-01-291-0/+12
* toolchain/musl: simplify musl install stepsFlorian Fainelli2012-12-101-12/+0
* toolchain/musl: update to 0.9.8Florian Fainelli2012-12-106-106/+7
* toolchain/musl: fix typo on configuration symbolFlorian Fainelli2012-12-101-1/+1
* musl: backport an upstream fix for MIPS and termios constantsFlorian Fainelli2012-11-231-0/+99
* musl: disable hardware FPU registers usageFlorian Fainelli2012-11-231-0/+49
* add preliminary support for muslFlorian Fainelli2012-11-236-0/+372
ing.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
source "tmp/.config-target.in"

# Kernel/Hardware features

config HAS_SPE_FPU
	depends on powerpc
	select HAS_FPU
	bool

config HAS_FPU
	bool

config AUDIO_SUPPORT
	bool

config GPIO_SUPPORT
	bool

config PCI_SUPPORT
	select AUDIO_SUPPORT
	bool

config PCIE_SUPPORT
	bool

config PCMCIA_SUPPORT
	bool

config USB_SUPPORT
	select AUDIO_SUPPORT
	bool

config USB_GADGET_SUPPORT
	bool

config RTC_SUPPORT
	bool

config BIG_ENDIAN
	bool

config USES_DEVICETREE
	bool

config USES_INITRAMFS
	bool

config USES_SQUASHFS
	bool

config USES_JFFS2
	bool

config USES_JFFS2_NAND
	bool

config USES_EXT4
	bool

config USES_TARGZ
	bool

config USES_CPIOGZ
	bool

config USES_MINOR
	bool

config USES_UBIFS
	bool
	select NAND_SUPPORT

config LOW_MEMORY_FOOTPRINT
	bool

config SMALL_FLASH
	bool

config NOMMU
	bool

config HAS_MIPS16
	depends on (mips || mipsel || mips64 || mips64el)
	bool

config RFKILL_SUPPORT
	bool

config NAND_SUPPORT
	bool

config ARCH_64BIT
	bool

config VIRTIO_SUPPORT
	bool

# Architecture selection

config aarch64
	select ARCH_64BIT
	bool

config aarch64_be
	select ARCH_64BIT
	select BIG_ENDIAN
	bool

config arc
	bool

config arceb
	select BIG_ENDIAN
	bool

config arm
	bool

config armeb
	select BIG_ENDIAN
	bool

config arm_v6
	bool

config arm_v7
	bool

config i386
	bool

config i686
	bool 

config m68k
	bool

config mips
	select BIG_ENDIAN
	bool

config mipsel
	bool

config mips64
	select BIG_ENDIAN
	select ARCH_64BIT
	bool

config mips64el
	select ARCH_64BIT
	bool

config powerpc
	select BIG_ENDIAN
	bool

config powerpc64
	select BIG_ENDIAN
	select ARCH_64BIT
	bool

config sh3
	bool

config sh3eb
	select BIG_ENDIAN
	bool

config sh4
	bool

config sh4eb
	select BIG_ENDIAN
	bool

config sparc
	select BIG_ENDIAN
	bool

config x86_64
	select ARCH_64BIT
	bool

config ARCH
	string
	default "aarch64"   if aarch64
	default "aarch64_be" if aarch64_be
	default "arc"       if arc
	default "arceb"     if arceb
	default "arm"       if arm
	default "armeb"     if armeb
	default "i386"      if i386
	default "i686"      if i686
	default "m68k"      if m68k
	default "mips"      if mips
	default "mipsel"    if mipsel
	default "mips64"    if mips64
	default "mips64el"  if mips64el
	default "powerpc"   if powerpc
	default "sh3"       if sh3
	default "sh3eb"     if sh3eb
	default "sh4"       if sh4
	default "sh4eb"     if sh4eb
	default "sparc"     if sparc
	default "x86_64"    if x86_64