c9897fe9b0
This patch creates the platform/galileo/bsp directory. This directory contain all files related to Galileo's Board Support Package (BSP). For now, the BSP consists of libc and bootloader. Within the BSP directory, we have the scripts build_newlib.sh and build_ grub.sh. These scripts provide an easy and quick way to build the newlib and the grub for the Galileo platform.
12 lines
400 B
Diff
12 lines
400 B
Diff
--- newlib/libc/include/sys/config.h 2015-01-14 07:25:15.000000000 -0200
|
|
+++ newlib/libc/include/sys/config.h 2015-03-13 14:21:33.247980336 -0300
|
|
@@ -94,9 +94,6 @@
|
|
#define HAVE_GETDATE
|
|
#define _HAVE_SYSTYPES
|
|
#define _READ_WRITE_RETURN_TYPE _ssize_t
|
|
-#define __LARGE64_FILES 1
|
|
-/* we use some glibc header files so turn on glibc large file feature */
|
|
-#define _LARGEFILE64_SOURCE 1
|
|
#endif
|
|
#endif
|