Skip to content

Commit

Permalink
Merge pull request #42 from Gator96100/v3.6
Browse files Browse the repository at this point in the history
V3.6
  • Loading branch information
Gator96100 committed Sep 7, 2020
2 parents 5bc8dbd + d9049b2 commit f8f2ba6
Show file tree
Hide file tree
Showing 22,219 changed files with 1,790,191 additions and 768,118 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
1 change: 0 additions & 1 deletion autobuild.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
@echo off
call msys2\ps\setup.cmd
echo %cd%\builds /builds ntfs noacl 0 0 >>msys2/etc/fstab
call msys2\msys2_shell.cmd -mingw32 -defterm -no-start -c /ps/autobuild.sh
call msys2\msys2_shell.cmd -mingw64 -defterm -no-start -c /ps/autobuild.sh
Binary file modified gcc-arm-none-eabi/arm-none-eabi/bin/ar.exe
Binary file not shown.
Binary file modified gcc-arm-none-eabi/arm-none-eabi/bin/as.exe
Binary file not shown.
Binary file modified gcc-arm-none-eabi/arm-none-eabi/bin/ld.bfd.exe
Binary file not shown.
Binary file modified gcc-arm-none-eabi/arm-none-eabi/bin/ld.exe
Binary file not shown.
Binary file modified gcc-arm-none-eabi/arm-none-eabi/bin/nm.exe
Binary file not shown.
Binary file modified gcc-arm-none-eabi/arm-none-eabi/bin/objcopy.exe
Binary file not shown.
Binary file modified gcc-arm-none-eabi/arm-none-eabi/bin/objdump.exe
Binary file not shown.
Binary file modified gcc-arm-none-eabi/arm-none-eabi/bin/ranlib.exe
Binary file not shown.
Binary file modified gcc-arm-none-eabi/arm-none-eabi/bin/readelf.exe
Binary file not shown.
Binary file modified gcc-arm-none-eabi/arm-none-eabi/bin/strip.exe
Binary file not shown.
4 changes: 2 additions & 2 deletions gcc-arm-none-eabi/arm-none-eabi/include/_newlib_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
#ifndef _NEWLIB_VERSION_H__
#define _NEWLIB_VERSION_H__ 1

#define _NEWLIB_VERSION "3.1.0"
#define _NEWLIB_VERSION "3.3.0"
#define __NEWLIB__ 3
#define __NEWLIB_MINOR__ 1
#define __NEWLIB_MINOR__ 3
#define __NEWLIB_PATCHLEVEL__ 0

#endif /* !_NEWLIB_VERSION_H__ */
Expand Down
Loading

0 comments on commit f8f2ba6

Please sign in to comment.