mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 09:18:00 +08:00
Remove the tail spaces from all files except Documentation
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Brennan Ashton
parent
528dce4f7f
commit
2c5f653bfd
@@ -140,7 +140,7 @@ RUN cd renesas-tools/source/binutils && \
|
||||
chmod +x ./configure ./mkinstalldirs && \
|
||||
mkdir -p /tools/renesas-tools/build/binutils && cd /tools/renesas-tools/build/binutils && \
|
||||
/tools/renesas-tools/source/binutils/configure --target=rx-elf --prefix=/tools/renesas-toolchain/rx-elf-gcc --disable-werror &&\
|
||||
make && make install
|
||||
make && make install
|
||||
ENV PATH="/tools/renesas-toolchain/rx-elf-gcc/bin:$PATH"
|
||||
|
||||
# Install gcc
|
||||
@@ -153,14 +153,14 @@ RUN cd renesas-tools/source/gcc && \
|
||||
/tools/renesas-tools/source/gcc/configure --target=rx-elf --prefix=/tools/renesas-toolchain/rx-elf-gcc \
|
||||
--disable-shared --disable-multilib --disable-libssp --disable-libstdcxx-pch --disable-werror --enable-lto \
|
||||
--enable-gold --with-pkgversion=GCC_Build_1.02 --with-newlib --enable-languages=c && \
|
||||
make && make install
|
||||
make && make install
|
||||
ENV PATH="/tools/renesas-toolchain/rx-elf-gcc/bin:$PATH"
|
||||
|
||||
# Install newlib
|
||||
RUN cd renesas-tools/source/newlib && \
|
||||
chmod +x ./configure && \
|
||||
mkdir -p /tools/renesas-tools/build/newlib && cd /tools/renesas-tools/build/newlib && \
|
||||
/tools/renesas-tools/source/newlib/configure --target=rx-elf --prefix=/tools/renesas-toolchain/rx-elf-gcc && \
|
||||
/tools/renesas-tools/source/newlib/configure --target=rx-elf --prefix=/tools/renesas-toolchain/rx-elf-gcc && \
|
||||
make && make install
|
||||
RUN cd /tools/renesas-tools/build/gcc && \
|
||||
make && make install
|
||||
|
||||
Reference in New Issue
Block a user