update for devkitARM release 43

This commit is contained in:
Dave Murphy
2014-04-28 16:20:06 +01:00
parent ccae1fd3bc
commit 1689594d0a
4 changed files with 7 additions and 7 deletions

View File

@@ -11308,7 +11308,7 @@ diff -Nbaur newlib-2.1.0/newlib/libc/include/sys/param.h newlib-2.1.0-arm/newlib
#endif
#ifndef PATHSIZE
-# define PATHSIZE (1024)
+# define PATHSIZE (4096)
+# define PATHSIZE (3072)
#endif
#define MAXPATHLEN PATH_MAX
@@ -11366,7 +11366,7 @@ diff -Nbaur newlib-2.1.0/newlib/libc/include/sys/syslimits.h newlib-2.1.0-arm/ne
#define OPEN_MAX 64 /* max open files per process */
#endif
-#define PATH_MAX 1024 /* max bytes in pathname */
+#define PATH_MAX 4096 /* max bytes in pathname */
+#define PATH_MAX 3072 /* max bytes in pathname */
#define PIPE_BUF 512 /* max bytes for atomic pipe writes */
#define IOV_MAX 1024 /* max elements in i/o vector */
@@ -11531,7 +11531,7 @@ diff -Nbaur newlib-2.1.0/newlib/libc/sys/arm/sys/param.h newlib-2.1.0-arm/newlib
# define HZ (100)
# define NOFILE (60)
-# define PATHSIZE (1024)
+# define PATHSIZE (4096)
+# define PATHSIZE (3072)
+# define MAXPATHLEN PATHSIZE
#define BIG_ENDIAN 4321

View File

@@ -54,7 +54,7 @@ then
--with-headers=../../newlib-$NEWLIB_VER/newlib/libc/include \
--prefix=$prefix \
--enable-lto $plugin_ld\
--with-bugurl="http://wiki.devkitpro.org/index.php/Bug_Reports" --with-pkgversion="devkitARM release 42" \
--with-bugurl="http://wiki.devkitpro.org/index.php/Bug_Reports" --with-pkgversion="devkitARM release 43" \
$CROSS_PARAMS \
|| { echo "Error configuring gcc"; exit 1; }
touch configured-gcc