File tree 2 files changed +7
-6
lines changed
target/micros/v850es_fx2/make 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 8
8
#ifndef CINTTYPES_2021_10_19_
9
9
#define CINTTYPES_2021_10_19_
10
10
11
- #if (defined(__GNUC__) && defined(__RL78__))
11
+ #if (defined(__GNUC__) && ( defined(__RL78__) || defined(__v850__) ))
12
12
#include <stdint-gcc.h>
13
13
#else
14
14
#include <inttypes.h>
Original file line number Diff line number Diff line change 1
1
#
2
- # Copyright Christopher Kormanyos 2014 - 2024 .
2
+ # Copyright Christopher Kormanyos 2014 - 2025 .
3
3
# Distributed under the Boost Software License,
4
4
# Version 1.0. (See accompanying file LICENSE_1_0.txt
5
5
# or copy at http://www.boost.org/LICENSE_1_0.txt)
9
9
# compiler flags for the target architecture
10
10
# ------------------------------------------------------------------------------
11
11
12
- GCC_VERSION = 13 .2.0
12
+ GCC_VERSION = 14 .2.0
13
13
GCC_TARGET = v850-unknown-elf
14
14
GCC_PREFIX = v850-unknown-elf
15
15
@@ -23,13 +23,14 @@ TGT_ALLFLAGS = -Os \
23
23
-mzda=0 \
24
24
-msda=0 \
25
25
-finline-functions \
26
- -finline-limit=32
26
+ -finline-limit=32 \
27
+ -ffreestanding
27
28
28
- TGT_CFLAGS = -std=c99 \
29
+ TGT_CFLAGS = -std=c11 \
29
30
-Wunsuffixed-float-constants \
30
31
$(TGT_ALLFLAGS)
31
32
32
- TGT_CXXFLAGS = -std=c++14 \
33
+ TGT_CXXFLAGS = -std=c++23 \
33
34
$(TGT_ALLFLAGS)
34
35
35
36
TGT_INCLUDES = -isystem $(PATH_APP)/util/STL
You can’t perform that action at this time.
0 commit comments