We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 608b3c9 + d058a9f commit c585348Copy full SHA for c585348
build-elf32.sh
@@ -342,9 +342,6 @@ if [ $BUILD_OPTSIZE_NEWLIB = yes ]; then
342
cp -f $src_dir/libc.a $dst_dir/libc_nano.a
343
cp -f $src_dir/libg.a $dst_dir/libg_nano.a
344
cp -f $src_dir/libm.a $dst_dir/libm_nano.a
345
- # Copy nano.specs. That one really should come from libgloss, not
346
- # from "extras" but ARC does not support libgloss yet.
347
- cp "$ARC_GNU/toolchain/extras/nano.specs" $dst_dir/
348
done
349
fi
350
extras/nano.specs
0 commit comments