summaryrefslogtreecommitdiff
path: root/mk/mips-arch.mk
Commit message (Collapse)AuthorAge
* Embtk: remove 'all rights reserved'Abdoulaye Walsimou Gaye2011-03-12
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
* Embtk: update copyright dateAbdoulaye Walsimou Gaye2011-01-01
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
* Toolchain/Build system: set -mcpu, -march and floating point switches in ↵Abdoulaye Walsimou Gaye2010-12-26
| | | | | | target cflags Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
* Embtk: each must be able to define its custom cflagsAbdoulaye Walsimou Gaye2010-09-19
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
* Embtk: drastically improve packages rebuild durationAbdoulaye Walsimou Gaye2010-08-22
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
* Embtk: fix header of Makefiles and kconfig filesAbdoulaye Walsimou Gaye2010-08-14
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
* Toolchain: gcc: hard or soft floating point are architecture specific, so ↵Abdoulaye Walsimou Gaye2009-11-22
| | | | | | move them definition to arch makefiles Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Toolchain: mips arch: use correct gnu tripletAbdoulaye Walsimou Gaye2009-11-18
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <abdoulaye.gaye@supmeca.fr>
* Toolchain: MIPS: check if uclibc is selected or eglibcAbdoulaye Walsimou Gaye2009-09-18
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <abdoulaye.gaye@supmeca.fr>
* Toolchain: MIPS: fix mips64 toolchain buildAbdoulaye Walsimou Gaye2009-09-12
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Toolchain: include architecture's Makefile only if selectedAbdoulaye Walsimou Gaye2009-09-06
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Toolchain: check for hard/soft floating point in gcc/eglibc MakefileAbdoulaye Walsimou Gaye2009-08-19
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Embtk: Create EMBTK_MCU_FLAG env var to help build of multiple toolchain ↵Abdoulaye Walsimou Gaye2009-07-18
| | | | | | within Embtk Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Toolchain: eglibc: move some configure options in arch MakefileAbdoulaye Walsimou Gaye2009-07-04
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Toolchain: GCC: define some configure options in arch MakefileAbdoulaye Walsimou Gaye2009-07-02
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Embtk: remove of EMBTK_TARGET_ARCH, as it is unusedAbdoulaye Walsimou Gaye2009-06-30
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Toolchain: GCC: --with-arch and --with-cpu depend on the cpu so define them ↵Abdoulaye Walsimou Gaye2009-06-28
| | | | | | in arch Makefile Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* EMBTK: completely remove use of EMBTK_TARGET_ARCHAbdoulaye Walsimou Gaye2009-06-02
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* EMBTK: MIPS arch makefile: remove ABIs that seem to be unsuppoted by eglibcAbdoulaye Walsimou Gaye2009-06-02
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Toolchain: MIPS arch: make EMBTK_TARGET_ARCH to depend on ABI selectedAbdoulaye Walsimou Gaye2009-05-24
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Toolchain: MIPS arch: define EMBTK_TARGET_ARCHAbdoulaye Walsimou Gaye2009-05-24
| | | | | | | This patch defines EMBTK_TARGET_ARCH for mips (in the future all have to define it). This helps to determinate if we're in 32bits arch or in 64bits arch. Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Toolchain: MIPS arch: Correct GNU_TARGET and STRICT_GNU_TARGET for mips III ↵Abdoulaye Walsimou Gaye2009-05-24
| | | | | | and mips IV as they are 64bits capable Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Toolchain: MIPS arch: correct GNU_TARGETAbdoulaye Walsimou Gaye2009-05-24
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Toolchain: GCC: give the ability to configure ABI and define MIPS arch ABIsAbdoulaye Walsimou Gaye2009-05-21
| | | | | | | This patch gives the ability to configure for ABI. It also defines ABIs for mips arch. Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Avoid having underscore in file name and modify files which use them ↵Abdoulaye Walsimou Gaye2009-05-19
according this change Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>