https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101546

--- Comment #4 from Stanislav Šimek <stanislav.simek at siemens dot com> ---
Hi this is copy paste mistake, we are using same compile comands for 11.1.0 and
10.2.

Correct one
Command Line: mips_gcc_sde_elf_11.1.0/bin/mips-sde-elf-gcc    -O0 -Wunused
> -Wreturn-type -Wundef -fno-common -fno-merge-constants -g  -UNDEBUG 
> -save-temps=obj  -IAAA/FolderA    -fno-builtin -c -std=gnu99 -nostdinc -G0
> -mips32r2 -EL -fdata-sections -ffunction-sections    -MD -MF tlb.d -o tlb.o
> tlb.c 
> 
> Second command
> Command Line: mips_gcc_sde_elf_11.1.0/bin/mips-sde-elf-gcc    -O0 -Wunused
> -Wreturn-type -Wundef -fno-common -fno-merge-constants -g  -UNDEBUG 
> -save-temps=obj  -IAAA/FolderA    -fno-builtin -c -std=gnu99 -nostdinc -G0
> -mips32r2 -EL -fdata-sections -ffunction-sections    -MD -MF tlba.d -o
> tlba.o tlba.c



-V command
Using built-in specs.
COLLECT_GCC=D:\git\s7p.cpu1500_1\s7p.tools\mips_gcc_sde_elf_11.1.0\bin\mips-sde-elf-gcc
Target: mips-sde-elf
Configured with: ../../gcc-11.1.0//configure --host=x86_64-w64-mingw32
--build=x86_64-w64-mingw32
--prefix=/build/mips-sde-elf_11.1.0/cross-gcc/mips-sde-elf
--target=mips-sde-elf --disable-nls --enable-multilib
--enable-poison-system-directories --enable-languages=c,c++
--disable-decimal-float --with-mips-plt
--with-sysroot=/build/mips-sde-elf_11.1.0/cross-gcc/mips-sde-elf
--without-headers --disable-shared --disable-threads --disable-lto
--disable-libmudflap --disable-libssp --disable-libgomp --disable-libffi
--disable-libstdcxx-pch --disable-win32-registry
--with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm'
--with-newlib --with-gcc --with-gnu-as --with-gnu-ld --with-arch=mips32r2
--enable-sgxx-sde-multilibs --with-gmp=/build/mips-sde-elf_11.1.0/host
--with-mpfr=/build/mips-sde-elf_11.1.0/host
--with-mpc=/build/mips-sde-elf_11.1.0/host
--with-isl=/build/mips-sde-elf_11.1.0/host
--with-zstd=/build/mips-sde-elf_11.1.0/host : (reconfigured)
../../gcc-11.1.0//configure --host=x86_64-w64-mingw32
--build=x86_64-w64-mingw32 --enable-languages=c,c++ --enable-multilib
--with-mips-plt --enable-sgxx-sde-multilibs --with-arch=mips32r2
--enable-poison-system-directories --enable-interwork --disable-lto
--disable-libmudflap --disable-libssp --disable-libgomp --disable-libffi
--with-newlib --with-gcc --with-gnu-ld --with-gnu-as --with-stabs
--disable-shared --disable-threads --disable-win32-registry --disable-nls
--disable-libstdcxx-pch --with-host-libstdcxx='-static-libgcc
-Wl,-Bstatic,-lstdc++,-Bdynamic -lm' --target=mips-sde-elf
--prefix=/build/mips-sde-elf_11.1.0/cross-gcc/mips-sde-elf
--with-gmp=/build/mips-sde-elf_11.1.0/host
--with-mpfr=/build/mips-sde-elf_11.1.0/host
--with-mpc=/build/mips-sde-elf_11.1.0/host
--with-isl=/build/mips-sde-elf_11.1.0/host
--with-zstd=/build/mips-sde-elf_11.1.0/host
--with-sysroot=/build/mips-sde-elf_11.1.0/cross-gcc/mips-sde-elf
Thread model: single
Supported LTO compression algorithms: zlib zstd
gcc version 11.1.0 (GCC) 
COLLECT_GCC_OPTIONS= -I###INCLUDEPATHS### '-O3' '-Wunused' '-Wreturn-type'
'-Wundef' '-fno-common' '-fno-merge-constants' '-ffunction-sections'
'-fdata-sections' '-g' '-U' 'NDEBUG' '-save-temps=obj' '-fno-builtin'
'-mlong-calls' '-c' '-std=gnu99' '-nostdinc' '-G' '0' '-mips32r2' '-EL' '-v'
'-o' 'AAAA/abc.o' '-mplt' '-mabi=32' '-dumpdir' 'BBBB'
 mips_gcc_sde_elf_11.1.0/bin/../libexec/gcc/mips-sde-elf/11.1.0/cc1.exe -E
-quiet -nostdinc -v @AAAA/.args.0 -imultilib el -iprefix
\mips_gcc_sde_elf_11.1.0\bin\../lib/gcc/mips-sde-elf/11.1.0/ AAAA/abc.c -G 0
-mel -mlong-calls -mips32r2 -mplt -mabi=32 -std=gnu99 -Wunused -Wreturn-type
-Wundef -fno-common -fno-merge-constants -ffunction-sections -fdata-sections
-fno-builtin -g -fworking-directory -O3 -fpch-preprocess -o BBBB/abc.i
#include "..." search starts here:
#include <...> search starts here:
 s7p.os_infra/adonis/arch/mips/soc12

Reply via email to