34e8393019
arc-2016.09 is the most recent toolchain for ARC cores and it is based on top of upstream Binutils 2.27 and GCC 6.2.1. With updated major version of GCC we copied all GCC 6.x patches for ARC as well as Bintils 2.27 patches. Note that toochain sports ARCv4 ABI and so must be used with 4.8+ Linux kernels. Even though it will build v4.4 kernel perfectly fine on attempt to run user-space apps they won't work with older kernel. That said previuosly sent RFC patches with Linux kernel update are required: [1] https://patchwork.ozlabs.org/patch/726686/ [2] https://patchwork.ozlabs.org/patch/726687/ Signed-off-by: Alexey Brodkin <Alexey.Brodkin@synopsys.com>
14 lines
529 B
Diff
14 lines
529 B
Diff
--- a/include/filenames.h
|
|
+++ b/include/filenames.h
|
|
@@ -43,11 +43,6 @@ extern "C" {
|
|
# define IS_DIR_SEPARATOR(c) IS_DOS_DIR_SEPARATOR (c)
|
|
# define IS_ABSOLUTE_PATH(f) IS_DOS_ABSOLUTE_PATH (f)
|
|
#else /* not DOSish */
|
|
-# if defined(__APPLE__)
|
|
-# ifndef HAVE_CASE_INSENSITIVE_FILE_SYSTEM
|
|
-# define HAVE_CASE_INSENSITIVE_FILE_SYSTEM 1
|
|
-# endif
|
|
-# endif /* __APPLE__ */
|
|
# define HAS_DRIVE_SPEC(f) (0)
|
|
# define IS_DIR_SEPARATOR(c) IS_UNIX_DIR_SEPARATOR (c)
|
|
# define IS_ABSOLUTE_PATH(f) IS_UNIX_ABSOLUTE_PATH (f)
|