Skip to content

Commit 767aa9b

Browse files
committed
Merge pull request jcmvbkbc#13 from davidholsgrove/newlib_canadian
libc/newlib: Canadian baremetal builds require core pass-1
2 parents 5c7bccd + 59485ba commit 767aa9b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/libc/newlib.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
## depends on BARE_METAL
44
##
55
## select LIBC_SUPPORT_THREADS_NONE
6-
## select CC_CORE_PASS_2_NEEDED
6+
## select CC_CORE_PASSES_NEEDED if CANADIAN
7+
## select CC_CORE_PASS_2_NEEDED if ! CANADIAN
78
##
89
## help Newlib is a C library intended for use on embedded systems. It is a
910
## help conglomeration of several library parts, all under free software

0 commit comments

Comments
 (0)