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.
1 parent 822d82d commit 94d5fa3Copy full SHA for 94d5fa3
tools/build_newlib.sh
@@ -89,8 +89,8 @@ arm-none-eabi-strip --strip-debug "${INSTALL}/arm-none-eabi/lib/libc.a"
89
arm-none-eabi-strip --strip-debug "${INSTALL}/arm-none-eabi/lib/libm.a"
90
91
# Copy back
92
-OUTPUT_DIR=$(realpath "$OUTPUT_DIR")
93
mkdir -p "$OUTPUT_DIR"
+OUTPUT_DIR=$(realpath "$OUTPUT_DIR")
94
cp "${INSTALL}/arm-none-eabi/lib/libc.a" "$OUTPUT_DIR"
95
cp "${INSTALL}/arm-none-eabi/lib/libm.a" "$OUTPUT_DIR"
96
0 commit comments