Skip to content

Commit d058a9f

Browse files
Remove nano.specs
nano.specs is provided by the libgloss itself, therefore there is no need to overwrite it from build scripts. Signed-off-by: Anton Kolesov <[email protected]>
1 parent 58693d9 commit d058a9f

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

build-elf32.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -342,9 +342,6 @@ if [ $BUILD_OPTSIZE_NEWLIB = yes ]; then
342342
cp -f $src_dir/libc.a $dst_dir/libc_nano.a
343343
cp -f $src_dir/libg.a $dst_dir/libg_nano.a
344344
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/
348345
done
349346
fi
350347

extras/nano.specs

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)