the other jimmy / mbed-sdk-tools

Fork of mbed-sdk-tools by mbed official

Revision:
4:517abc9a41c6
Parent:
2:07730b0f452c
Child:
5:f45a4ca92830
diff -r 02a8b145dcb7 -r 517abc9a41c6 toolchains/__init__.py
--- a/toolchains/__init__.py	Fri May 20 22:35:52 2016 +0100
+++ b/toolchains/__init__.py	Fri May 20 22:36:50 2016 +0100
@@ -858,6 +858,11 @@
                 'COMMON_FLAGS':     ["-c", "-O2", "-Wall", "-fmessage-length=0", "-fno-exceptions", "-fno-builtin", "-ffunction-sections", "-fdata-sections"],
                 'COMMON_CPP_FLAGS': ['-std=gnu++98'],
                 'COMMON_LD_FLAGS':  ['-Wl,--gc-sections'],
+            },
+            'v1': {
+                'COMMON_FLAGS':     ["-c", "-O2", "-Wall", "-fmessage-length=0", "-fno-exceptions", "-fno-builtin", "-ffunction-sections", "-fdata-sections"],
+                'COMMON_CPP_FLAGS': ['-std=gnu++98'],
+                'COMMON_LD_FLAGS':  ['-Wl,--gc-sections'],
             }
     }
 }