diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-05 12:54:21 +0100 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-05 12:54:21 +0100 |
| commit | 47700fbf1cafdcb6b697ecb02f11363173e6b008 (patch) | |
| tree | 5d4c104d81f7fe43d380c97fec2bdd53f84cc9fa /toolchain/gcc/Makefile | |
| parent | f48a3ede4e7b99a0a58262a88b632ee01d7d3a0a (diff) | |
| parent | 7e783125e4ba1ad319febf468e2e6e90e4c0ff42 (diff) | |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'toolchain/gcc/Makefile')
| -rw-r--r-- | toolchain/gcc/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile index bbbd3d09c..138e3a0d0 100644 --- a/toolchain/gcc/Makefile +++ b/toolchain/gcc/Makefile @@ -100,6 +100,10 @@ ifeq ($(ADK_CPU_CORTEX_A9),y) GCC_CONFOPTS+= --with-arch=armv7-a --with-tune=cortex-a9 --with-fpu=neon endif +ifeq ($(ADK_CPU_SPARC_V9),y) +GCC_CONFOPTS+= --with-cpu=ultrasparc +endif + ifneq ($(ADK_TARGET_MIPS_ABI),) GCC_CONFOPTS+= --with-abi=${ADK_TARGET_MIPS_ABI} endif |
