diff options
Diffstat (limited to 'Makefile.windows')
-rw-r--r-- | Makefile.windows | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile.windows b/Makefile.windows new file mode 100644 index 0000000..ed8d0c4 --- /dev/null +++ b/Makefile.windows @@ -0,0 +1,10 @@ +ifeq ($(findstring 86, $(ProgramFiles)), )
+ PROGFILES := C:/Program Files
+else
+ PROGFILES := C:/Program Files (x86)
+endif
+
+GNU_INSTALL_ROOT := $(PROGFILES)/GNU Tools ARM Embedded/4.7 2013q1
+GNU_VERSION := 4.7.3
+GNU_PREFIX := arm-none-eabi
+
|