Re: is ARMv4T deprecated?
Gustavo Zacarias <[email protected]>
| Newsgroups | gmane.comp.lib.uclibc.general |
|---|---|
| Message-ID | <[email protected]> |
On 04/15/2015 07:20 PM, Bernhard Reutner-Fischer wrote: >> AS libc/sysdeps/linux/arm/syscall-eabi.os > > please show me that compiler invocation with V=2 ? /home/gustavoz/b/router01/output/host/usr/bin/arm-buildroot-linux-uclibcgnueabi-gcc -c ldso/ldso/ldso.c -o ldso/ldso/ldso.oS -Wall -Wstrict-prototypes -Wstrict-aliasing -Wformat=2 -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wnonnull -Wold-style-declaration -Wold-style-definition -Wshadow -Wundef -funsigned-char -fno-builtin -fno-asm -msoft-float -std=gnu99 -mlittle-endian -fno-stack-protector -nostdinc -I./include -I./include -include libc-symbols.h -I./libc/sysdeps/linux/arm -I./libc/sysdeps/linux -I./ldso/ldso/arm -I./ldso/include -I. -Os -fstrict-aliasing -mthumb -mthumb-interwork -D__USE_STDIO_FUTEXES__ -DHAVE_FORCED_UNWIND -D_LIBC_REENTRANT -I./libpthread/nptl -I./libpthread/nptl -I./libpthread/nptl/sysdeps/unix/sysv/linux/arm -I./libpthread/nptl/sysdeps/arm -I./libpthread/nptl/sysdeps/arm -I./libpthread/nptl/sysdeps/unix/sysv/linux -I./libpthread/nptl/sysdeps/unix/sysv/linux -I./libpthread/nptl/sysdeps/pthread -I./libpthread/nptl/sysdeps/pthread/bits -I./libpthread/nptl/sysdeps/generic -I./libc/sysdeps/linux/common -isystem /home/gustavoz/b/router01/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.8.4/include-fixed -isystem /home/gustavoz/b/router01/output/host/usr/lib/gcc/arm-buildroot-linux-uclibcgnueabi/4.8.4/include -I/home/gustavoz/b/router01/output/build/linux-headers-3.4.106/usr/include/ -DNDEBUG -DNOT_IN_libc -DIS_IN_rtld -fno-stack-protector -fno-omit-frame-pointer -I./ldso/ldso/arm -I./ldso/include -I./ldso/ldso -DUCLIBC_RUNTIME_PREFIX=\"/\" -DUCLIBC_LDSO=\"ld-uClibc.so.0\" -DIN_LIB=rtld -fPIC -DSHARED -DLDSO_ELFINTERP=\"arm/elfinterp.c\" -MT ldso/ldso/ldso.oS -MD -MP -MF ldso/ldso/.ldso.oS.dep In buildroot we do prebuild gcc --with-cpu, hence no need to specify that later (target=arm920t). With my patch it builds fine until the end. > yea, i've pushed a fix for that one yesterday night. Indeed, i noticed after sending the email via git pull. Regards.