Remove non-code profiles

Remove profiles which are not suitable for building stand alone. This
leaves just the 3 core profiles.
pull/3005/head
Russ Butler 2016-10-12 20:39:46 -05:00 committed by Russ Butler
parent 0d51f18f02
commit 23af2421f3
3 changed files with 0 additions and 41 deletions

View File

@ -1,9 +0,0 @@
{
"GCC_ARM": {
"common": ["-pedantic"],
"asm": [],
"c": [],
"cxx": [],
"ld": []
}
}

View File

@ -1,9 +0,0 @@
{
"GCC_ARM": {
"common": [ "-DMBED_RTOS_SINGLE_THREAD"],
"asm": [],
"c": [],
"cxx": [],
"ld": [ "--specs=nano.specs"]
}
}

View File

@ -1,23 +0,0 @@
{
"GCC_ARM": {
"common": ["-save-temps"],
"asm": [],
"c": [],
"cxx": [],
"ld": []
},
"ARM": {
"common": ["--asm", "--interleave"],
"asm": [],
"c": [],
"cxx": [],
"ld": []
},
"uARM": {
"common": ["--asm", "--interleave"],
"asm": [],
"c": [],
"cxx": [],
"ld": []
}
}