mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-04-11 21:29:59 +00:00
Merge pull request #1561 from keith-packard/picolibc-1.7.1
Picolibc 1.7.1
This commit is contained in:
commit
9f0c0193e9
4
packages/picolibc/1.7.1/chksum
vendored
Normal file
4
packages/picolibc/1.7.1/chksum
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
md5 picolibc-1.7.1.tar.xz c35296fa0eeb625f6664ae80ea252b09
|
||||
sha1 picolibc-1.7.1.tar.xz 3b1948feee5d1c5325fbc81963e6d5480aa9b927
|
||||
sha256 picolibc-1.7.1.tar.xz 6301c22c385d299c4fbb36e23b55a4e65b7a14952ee62c8638a535063a310857
|
||||
sha512 picolibc-1.7.1.tar.xz 03bf635841e8f96e8a675162693f7275f907ae4dd97e51c962d969c2b9c721240625c0e7d9582a41804913c36c1db15844ccabd0926ceda67ffb169b29a5d5f6
|
0
packages/picolibc/1.7.1/version.desc
vendored
Normal file
0
packages/picolibc/1.7.1/version.desc
vendored
Normal file
@ -1,6 +1,6 @@
|
||||
origin='keithp.com'
|
||||
repository='git https://github.com/picolibc/picolibc.git'
|
||||
milestones='1.4 1.5 1.6'
|
||||
milestones='1.4 1.5 1.6 1.7'
|
||||
relevantpattern='*.*|.*. *.*|.'
|
||||
archive_formats='.tar.xz'
|
||||
mirrors='https://github.com/picolibc/picolibc/releases/download/${CT_PICOLIBC_VERSION}'
|
||||
|
@ -40,6 +40,7 @@ do_cc_libstdcxx_picolibc()
|
||||
final_opts+=( "lang_list=c,c++" )
|
||||
final_opts+=( "build_step=libstdcxx" )
|
||||
final_opts+=( "extra_config+=('--enable-stdio=stdio_pure')" )
|
||||
final_opts+=( "extra_config+=('--disable-wchar_t')" )
|
||||
if [ "${CT_LIBC_PICOLIBC_ENABLE_TARGET_OPTSPACE}" = "y" ]; then
|
||||
final_opts+=( "enable_optspace=yes" )
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user