>>> Unpacking source... >>> Unpacking uClibc-0.9.28.3.tar.bz2 to /var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work >>> Unpacking uClibc-0.9.28.3-patches-1.0.tar.bz2 to /var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work * You really should consider setting UCLIBC_CPU * Otherwise, the build will be generic (read: slow). * Available CPU options: MIPS_ISA_1 MIPS_ISA_2 MIPS_ISA_3 MIPS_ISA_4 MIPS_ISA_MIPS32 MIPS_ISA_MIPS64 * Runtime Prefix: / * Devel Prefix: /usr * Kernel Prefix: /usr/mipsel-softfloat-linux-uclibc/usr * CBUILD: x86_64-pc-linux-gnu * CHOST: x86_64-pc-linux-gnu * CTARGET: mipsel-softfloat-linux-uclibc * CPU: MIPS_ISA_1 * ENDIAN: little >>> Unpacking uClibc-0.9.28.3-patches-1.0.tar.bz2 to /var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3 * Applying various patches (bugfixes/updates) ... * Done with patching * Applying various patches (bugfixes/updates) ... * 10_all_uClibc-0.9.27-susv3-2.patch ... [ ok ] * 15_all_uClibc-0.9.27-susv3-ldouble-3.patch ... [ ok ] * Done with patching >>> Source unpacked. >>> Compiling source in /var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3 ... rm -f -r include/bits install -d include/bits # # using defaults found in .config # * * uClibc Configuration * Target Architecture 1. alpha (TARGET_alpha) 2. arm (TARGET_arm) 3. bfin (TARGET_bfin) 4. cris (TARGET_cris) 5. e1 (TARGET_e1) 6. frv (TARGET_frv) 7. h8300 (TARGET_h8300) 8. i386 (TARGET_i386) 9. i960 (TARGET_i960) 10. m68k (TARGET_m68k) 11. microblaze (TARGET_microblaze) > 12. mips (TARGET_mips) 13. nios (TARGET_nios) 14. nios2 (TARGET_nios2) 15. powerpc (TARGET_powerpc) 16. superh (TARGET_sh) 17. sh64 (TARGET_sh64) 18. sparc (TARGET_sparc) 19. v850 (TARGET_v850) 20. x86_64 (TARGET_x86_64) choice[1-20?]: 12 * * Target Architecture Features and Options * Target Processor Architecture > 1. Generic (MIPS I) (CONFIG_MIPS_ISA_1) 2. MIPS II (CONFIG_MIPS_ISA_2) 3. MIPS III (CONFIG_MIPS_ISA_3) 4. MIPS IV (CONFIG_MIPS_ISA_4) 5. MIPS32 (CONFIG_MIPS_ISA_MIPS32) 6. MIPS64 (CONFIG_MIPS_ISA_MIPS64) choice[1-6?]: 1 Target Processor Endianness > 1. Little Endian (ARCH_LITTLE_ENDIAN) 2. Big Endian (ARCH_BIG_ENDIAN) choice[1-2?]: 1 Target CPU has a memory management unit (MMU) (ARCH_HAS_MMU) [Y/n/?] y Enable floating point number support (UCLIBC_HAS_FLOATS) [Y/n/?] y Target CPU has a floating point unit (FPU) (HAS_FPU) [N/y/?] n Enable full C99 math library support (DO_C99_MATH) [Y/n/?] y Linux kernel header location (KERNEL_SOURCE) [/usr/mipsel-softfloat-linux-uclibc/usr] /usr/mipsel-softfloat-linux-uclibc/usr * * General Library Settings * Generate Position Independent Code (PIC) (DOPIC) [Y/n/?] y Enable support for shared libraries (HAVE_SHARED) [Y/n/?] y Compile native shared library loader (BUILD_UCLIBC_LDSO) [Y/n/?] y Only load shared libraries which can share their text segment (FORCE_SHAREABLE_TEXT_SEGMENTS) [Y/?] y Native shared library loader 'ldd' support (LDSO_LDD_SUPPORT) [Y/n/?] y Enable shared library loader cache (LDSO_CACHE_SUPPORT) [Y/n/?] y Enable shared library loader preload file support (LDSO_PRELOAD_FILE_SUPPORT) [N/y/?] n Shared library loader naming prefix (LDSO_BASE_FILENAME) [ld.so] ld.so Enable ELF RUNPATH tag support (LDSO_RUNPATH) [Y/n/?] y uClibc 0.9.27 compatibility (DL_FINI_CRT_COMPAT) [N/y/?] n Support global constructors and destructors (UCLIBC_CTOR_DTOR) [Y/n/?] y POSIX Threading Support (UCLIBC_HAS_THREADS) [Y/n/?] y Build pthreads debugging support (PTHREADS_DEBUG_SUPPORT) [Y/n/?] y Large File Support (UCLIBC_HAS_LFS) [Y/n/?] y Link ldconfig statically (UCLIBC_STATIC_LDCONFIG) [Y/n/?] y Malloc Implementation 1. malloc (MALLOC) 2. malloc-simple (MALLOC_SIMPLE) > 3. malloc-standard (MALLOC_STANDARD) choice[1-3?]: 3 Malloc returns live pointer for malloc(0) (MALLOC_GLIBC_COMPAT) [Y/n/?] y Dynamic atexit() Support (UCLIBC_DYNAMIC_ATEXIT) [Y/n/?] y Shadow Password Support (HAS_SHADOW) [Y/n/?] y Support only Unix 98 PTYs (UNIX98PTY_ONLY) [Y/n/?] y Assume that /dev/pts is a devpts or devfs file system (ASSUME_DEVPTS) [Y/n/?] y Support 'struct tm' timezone extension fields (UCLIBC_HAS_TM_EXTENSIONS) [Y/n/?] y Enable caching of the last valid timezone 'TZ' string (UCLIBC_HAS_TZ_CACHING) [Y/n/?] y Enable '/etc/TZ' file support to set a default timezone (uClibc-specific) (UCLIBC_HAS_TZ_FILE) [Y/n/?] y Repeatedly read the '/etc/TZ' file (UCLIBC_HAS_TZ_FILE_READ_MANY) [N/y/?] n Path to the 'TZ' file for setting the global timezone (UCLIBC_TZ_FILE_PATH) [/etc/TZ] /etc/TZ * * Networking Support * IP version 6 Support (UCLIBC_HAS_IPV6) [N/y/?] n Remote Procedure Call (RPC) support (UCLIBC_HAS_RPC) [Y/n/?] y Full RPC support (UCLIBC_HAS_FULL_RPC) [Y/n/?] y * * String and Stdio Support * Use glibc generic string functions (UCLIBC_HAS_STRING_GENERIC_OPT) [Y/n/?] y Use arch-specific string functions (UCLIBC_HAS_STRING_ARCH_OPT) [Y/n/?] y Use Table Versions Of 'ctype.h' Functions. (UCLIBC_HAS_CTYPE_TABLES) [Y/n/?] y Support Signed Characters In 'ctype.h' Functions. (UCLIBC_HAS_CTYPE_SIGNED) [Y/n/?] y ctype argument checking 1. Do not check -- unsafe (UCLIBC_HAS_CTYPE_UNSAFE) > 2. Detect and handle appropriately (UCLIBC_HAS_CTYPE_CHECKED) 3. Issue a diagnostic and abort() (UCLIBC_HAS_CTYPE_ENFORCED) choice[1-3?]: 2 Wide Character Support (UCLIBC_HAS_WCHAR) [Y/n/?] y Locale Support (UCLIBC_HAS_LOCALE) [N/y/?] n Support hexadecimal float notation (UCLIBC_HAS_HEXADECIMAL_FLOATS) [Y/n/?] y Support glibc's register_printf_function() (glibc-compat) (UCLIBC_HAS_GLIBC_CUSTOM_PRINTF) [Y/n/?] y Maximum number of positional args. Either 0 or >= 9. (UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS) [9] 9 Support glibc's 'a' flag for scanf string conversions (not implemented) (UCLIBC_HAS_SCANF_GLIBC_A_FLAG) [N/y/?] n Stdio buffer size 1. 256 (minimum ANSI/ISO C99 value) (UCLIBC_HAS_STDIO_BUFSIZ_256) 2. 512 (UCLIBC_HAS_STDIO_BUFSIZ_512) 3. 1024 (UCLIBC_HAS_STDIO_BUFSIZ_1024) 4. 2048 (UCLIBC_HAS_STDIO_BUFSIZ_2048) > 5. 4096 (UCLIBC_HAS_STDIO_BUFSIZ_4096) 6. 8192 (UCLIBC_HAS_STDIO_BUFSIZ_8192) choice[1-6?]: 5 Stdio builtin buffer size (uClibc-specific) > 1. None (UCLIBC_HAS_STDIO_BUILTIN_BUFFER_NONE) 2. 4 (UCLIBC_HAS_STDIO_BUILTIN_BUFFER_4) 3. 8 (UCLIBC_HAS_STDIO_BUILTIN_BUFFER_8) choice[1-3?]: 1 Attemt to shutdown stdio subsystem when abort() is called. (UCLIBC_HAS_STDIO_SHUTDOWN_ON_ABORT) [N/y/?] n Provide a macro version of getc() (UCLIBC_HAS_STDIO_GETC_MACRO) [Y/n/?] y Provide a macro version of putc() (UCLIBC_HAS_STDIO_PUTC_MACRO) [Y/n/?] y Support auto-r/w transition (UCLIBC_HAS_STDIO_AUTO_RW_TRANSITION) [Y/n/?] y Support an fopen() 'F' flag for large file mode (uClibc-specific) (UCLIBC_HAS_FOPEN_LARGEFILE_MODE) [N/y/?] n Support an fopen() 'x' flag for exclusive mode (glibc-compat) (UCLIBC_HAS_FOPEN_EXCLUSIVE_MODE) [Y/n/?] y Support fmemopen(), open_memstream(), and fopencookie() (glibc-compat) (UCLIBC_HAS_GLIBC_CUSTOM_STREAMS) [Y/n/?] y Support the '%m' specifier in printf format strings (glibc-compat) (UCLIBC_HAS_PRINTF_M_SPEC) [Y/n/?] y Include the errno message text in the library (UCLIBC_HAS_ERRNO_MESSAGES) [Y/n/?] y Support sys_errlist[] (obsolete-compat) (UCLIBC_HAS_SYS_ERRLIST) [N/y/?] n Include the signum message text in the library (UCLIBC_HAS_SIGNUM_MESSAGES) [Y/n/?] y Support sys_siglist[] (bsd-compat) (UCLIBC_HAS_SYS_SIGLIST) [N/y/?] n Support gnu getopt (UCLIBC_HAS_GNU_GETOPT) [Y/n/?] y * * Big and Tall * Regular Expression Support (UCLIBC_HAS_REGEX) [Y/n/?] y Support the wordexp() interface (UCLIBC_HAS_WORDEXP) [N/y/?] n Support the ftw() and nftw() interfaces (UCLIBC_HAS_FTW) [Y/n/?] y Support the glob() interface (UCLIBC_HAS_GLOB) [Y/n/?] y * * Library Installation Options * Shared library loader path (SHARED_LIB_LOADER_PREFIX) [/lib] /lib uClibc runtime library directory (RUNTIME_PREFIX) [/] / uClibc development environment directory (DEVEL_PREFIX) [/usr] /usr * * uClibc security related options * Enable security options (UCLIBC_SECURITY) [Y/n] y Build utilities as ET_DYN/PIE executables (UCLIBC_BUILD_PIE) [Y/n/?] y Support for propolice smashing stack protector (UCLIBC_HAS_SSP) [Y/n/?] y Use simple guard values without accessing /dev/urandom (SSP_QUICK_CANARY) [N/y/?] n Use erandom for setting guard value if /dev/urandom fails (SSP_USE_ERANDOM) [N/y/?] n Propolice protection blocking signal 1. abort (PROPOLICE_BLOCK_ABRT) 2. segfault (PROPOLICE_BLOCK_SEGV) > 3. kill (PROPOLICE_BLOCK_KILL) choice[1-3?]: 3 Build uClibc with propolice protection (UCLIBC_BUILD_SSP) [Y/n/?] y Build uClibc with RELRO (UCLIBC_BUILD_RELRO) [Y/n/?] y Build uClibc with NOW (UCLIBC_BUILD_NOW) [Y/n/?] y Build uClibc with noexecstack marking (UCLIBC_BUILD_NOEXECSTACK) [N/y/?] n * * uClibc development/debugging options * Cross-compiling toolchain prefix (CROSS_COMPILER_PREFIX) [mipsel-softfloat-linux-uclibc-] mipsel-softfloat-linux-uclibc- Build uClibc with debugging symbols (DODEBUG) [N/y/?] n Build pthread with debugging output (DODEBUG_PT) [N/y/?] n Build uClibc with run-time assertion testing (DOASSERTS) [N/y/?] n Build the shared library loader with debugging support (SUPPORT_LD_DEBUG) [N/y/?] n Build the shared library loader with early debugging support (SUPPORT_LD_DEBUG_EARLY) [N/y/?] n Compiler Warnings (WARNINGS) [-Wall] -Wall Manuel's hidden warnings (UCLIBC_MJN3_ONLY) [N/y/?] n + ./extra/scripts/fix_includes.sh -k /usr/mipsel-softfloat-linux-uclibc/usr -t mips + TOPDIR=. + CC=' mipsel-softfloat-linux-uclibc-gcc' + /bin/sh extra/scripts/gen_bits_syscall_h.sh + cmp include/bits/sysnum.h include/bits/sysnum.h.new + mv -f include/bits/sysnum.h.new include/bits/sysnum.h make -C libc/sysdeps/linux/common headers make[1]: Entering directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/sysdeps/linux/common' ln -fs ../libc/sysdeps/linux/common/fpu_control.h ../../../..//include/ make[1]: Leaving directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/sysdeps/linux/common' make -C libc/sysdeps/linux/mips headers make[1]: Entering directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/sysdeps/linux/mips' ln -fs ../libc/sysdeps/linux/mips/sgidefs.h ../../../..//include/ ln -fs ../libc/sysdeps/linux/mips/fpu_control.h ../../../..//include/ make[1]: Leaving directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/sysdeps/linux/mips' + ./extra/scripts/fix_includes.sh -k /usr/mipsel-softfloat-linux-uclibc/usr -t mips + TOPDIR=. + CC=' mipsel-softfloat-linux-uclibc-gcc' + /bin/sh extra/scripts/gen_bits_syscall_h.sh + cmp include/bits/sysnum.h include/bits/sysnum.h.new + rm -f include/bits/sysnum.h.new make -C libc/sysdeps/linux/common headers make[1]: Entering directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/sysdeps/linux/common' ln -fs ../libc/sysdeps/linux/common/fpu_control.h ../../../..//include/ make[1]: Leaving directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/sysdeps/linux/common' make -C libc/sysdeps/linux/mips headers make[1]: Entering directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/sysdeps/linux/mips' ln -fs ../libc/sysdeps/linux/mips/sgidefs.h ../../../..//include/ ln -fs ../libc/sysdeps/linux/mips/fpu_control.h ../../../..//include/ make[1]: Leaving directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/sysdeps/linux/mips' make -C ldso make[1]: Entering directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/ldso' ln -fs ../../include/elf.h include/elf.h ln -fs ../ldso/mips/dl-startup.h include/dl-startup.h ln -fs ../ldso/mips/dl-syscalls.h include/dl-syscalls.h ln -fs ../ldso/mips/dl-sysdep.h include/dl-sysdep.h ln -fs ../ldso/mips/dl-debug.h include/dl-debug.h make -C ldso make[2]: Entering directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/ldso/ldso' mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-stack-protector -Os -funit-at-a-time -DUCLIBC_LDSO=\"ld-uClibc.so.0\" -mno-split-addresses -mips1 -msoft-float -fPIC -DUCLIBC_RUNTIME_PREFIX=\"/\" -fno-builtin -nostdinc -D_LIBC -DLDSO_ELFINTERP=\"mips/elfinterp.c\" -I../../ldso/ldso/mips -I../../ldso/include -I../../ldso/ldso -I../../include -D_GNU_SOURCE -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -c mips/resolve.S -o mips/resolve.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment mips/resolve.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-stack-protector -Os -funit-at-a-time -DUCLIBC_LDSO=\"ld-uClibc.so.0\" -mno-split-addresses -mips1 -msoft-float -fPIC -DUCLIBC_RUNTIME_PREFIX=\"/\" -fno-builtin -nostdinc -D_LIBC -DLDSO_ELFINTERP=\"mips/elfinterp.c\" -I../../ldso/ldso/mips -I../../ldso/include -I../../ldso/ldso -I../../include -D_GNU_SOURCE -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -c ldso.c -o ldso.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment ldso.o mipsel-softfloat-linux-uclibc-ld -e _start -z now -Bsymbolic -shared --warn-common --export-dynamic --sort-common -z combreloc --discard-locals --discard-all --no-undefined -z relro -s -soname=ld-uClibc.so.0 \ -o ld-uClibc-0.9.28.so mips/resolve.o ldso.o /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/libgcc.a install -d ../../lib install -m 755 ld-uClibc-0.9.28.so ../../lib ln -sf ld-uClibc-0.9.28.so ../../lib/ld-uClibc.so.0 make[2]: Leaving directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/ldso/ldso' make -C libdl make[2]: Entering directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/ldso/libdl' mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-stack-protector-all -fstack-protector -fstack-protector-all -Os -funit-at-a-time -mno-split-addresses -mips1 -msoft-float -DUCLIBC_RUNTIME_PREFIX=\"/\" -fno-builtin -nostdinc -D_LIBC -DLDSO_ELFINTERP=\"mips/elfinterp.c\" -I../../ldso/ldso/mips -I../../ldso/include -I../../ldso/ldso -I../../include -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -c libdl.c -o libdl.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment libdl.o mipsel-softfloat-linux-uclibc-ar cr libdl.a ../ldso/mips/resolve.o libdl.o install -d ../../lib rm -f ../../lib/libdl.a install -m 644 libdl.a ../../lib mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-stack-protector-all -fstack-protector -fstack-protector-all -Os -funit-at-a-time -mno-split-addresses -mips1 -msoft-float -DUCLIBC_RUNTIME_PREFIX=\"/\" -fno-builtin -nostdinc -D_LIBC -DLDSO_ELFINTERP=\"mips/elfinterp.c\" -I../../ldso/ldso/mips -I../../ldso/include -I../../ldso/ldso -I../../include -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -fPIC -DSHARED -c libdl.c -o libdl_pic.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment libdl_pic.o mipsel-softfloat-linux-uclibc-ar cr libdl_pic.a libdl_pic.o make[2]: Leaving directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/ldso/libdl' make[1]: Leaving directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/ldso' make -C libc make[1]: Entering directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc' make -C misc make[2]: Entering directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/misc' make -C assert make[3]: Entering directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/misc/assert' mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c __assert.c -o __assert.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment __assert.o echo misc/assert/__assert.o > ../../obj.misc.assert make[3]: Leaving directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/misc/assert' make -C ctype make[3]: Entering directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/misc/ctype' mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_isalnum ctype.c -c -o isalnum.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment isalnum.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_isalpha ctype.c -c -o isalpha.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment isalpha.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_isascii ctype.c -c -o isascii.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment isascii.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_iscntrl ctype.c -c -o iscntrl.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment iscntrl.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_isdigit ctype.c -c -o isdigit.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment isdigit.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_isgraph ctype.c -c -o isgraph.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment isgraph.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_islower ctype.c -c -o islower.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment islower.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_isprint ctype.c -c -o isprint.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment isprint.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_ispunct ctype.c -c -o ispunct.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment ispunct.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_isspace ctype.c -c -o isspace.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment isspace.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_isupper ctype.c -c -o isupper.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment isupper.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_isxdigit ctype.c -c -o isxdigit.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment isxdigit.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_toascii ctype.c -c -o toascii.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment toascii.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_tolower ctype.c -c -o tolower.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment tolower.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_toupper ctype.c -c -o toupper.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment toupper.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_isblank ctype.c -c -o isblank.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment isblank.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_isxlower ctype.c -c -o isxlower.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment isxlower.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_isxupper ctype.c -c -o isxupper.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment isxupper.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL___C_ctype_b ctype.c -c -o __C_ctype_b.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment __C_ctype_b.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL___C_ctype_tolower ctype.c -c -o __C_ctype_tolower.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment __C_ctype_tolower.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL___C_ctype_toupper ctype.c -c -o __C_ctype_toupper.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment __C_ctype_toupper.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL___ctype_b_loc ctype.c -c -o __ctype_b_loc.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment __ctype_b_loc.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL___ctype_tolower_loc ctype.c -c -o __ctype_tolower_loc.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment __ctype_tolower_loc.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL___ctype_toupper_loc ctype.c -c -o __ctype_toupper_loc.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment __ctype_toupper_loc.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL___ctype_assert ctype.c -c -o __ctype_assert.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment __ctype_assert.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_isctype ctype.c -c -o isctype.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment isctype.o echo misc/ctype/isalnum.o misc/ctype/isalpha.o misc/ctype/isascii.o misc/ctype/iscntrl.o misc/ctype/isdigit.o misc/ctype/isgraph.o misc/ctype/islower.o misc/ctype/isprint.o misc/ctype/ispunct.o misc/ctype/isspace.o misc/ctype/isupper.o misc/ctype/isxdigit.o misc/ctype/toascii.o misc/ctype/tolower.o misc/ctype/toupper.o misc/ctype/isblank.o misc/ctype/isxlower.o misc/ctype/isxupper.o misc/ctype/__C_ctype_b.o misc/ctype/__C_ctype_tolower.o misc/ctype/__C_ctype_toupper.o misc/ctype/__ctype_b_loc.o misc/ctype/__ctype_tolower_loc.o misc/ctype/__ctype_toupper_loc.o misc/ctype/__ctype_assert.o misc/ctype/isctype.o > ../../obj.misc.ctype make[3]: Leaving directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/misc/ctype' make -C dirent make[3]: Entering directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/misc/dirent' mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c alphasort.c -o alphasort.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment alphasort.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c closedir.c -o closedir.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment closedir.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c dirfd.c -o dirfd.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment dirfd.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c opendir.c -o opendir.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment opendir.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c readdir.c -o readdir.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment readdir.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c rewinddir.c -o rewinddir.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment rewinddir.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c scandir.c -o scandir.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment scandir.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c seekdir.c -o seekdir.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment seekdir.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c telldir.c -o telldir.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment telldir.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c readdir64.c -o readdir64.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment readdir64.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c alphasort64.c -o alphasort64.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment alphasort64.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c scandir64.c -o scandir64.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment scandir64.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c readdir_r.c -o readdir_r.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment readdir_r.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c readdir64_r.c -o readdir64_r.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment readdir64_r.o echo misc/dirent/alphasort.o misc/dirent/closedir.o misc/dirent/dirfd.o misc/dirent/opendir.o misc/dirent/readdir.o misc/dirent/rewinddir.o misc/dirent/scandir.o misc/dirent/seekdir.o misc/dirent/telldir.o misc/dirent/readdir64.o misc/dirent/alphasort64.o misc/dirent/scandir64.o misc/dirent/readdir_r.o misc/dirent/readdir64_r.o > ../../obj.misc.dirent make[3]: Leaving directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/misc/dirent' make -C file make[3]: Entering directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/misc/file' mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c lockf.c -o lockf.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment lockf.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c lockf64.c -o lockf64.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment lockf64.o echo misc/file/lockf.o misc/file/lockf64.o > ../../obj.misc.file make[3]: Leaving directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/misc/file' make -C fnmatch make[3]: Entering directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/misc/fnmatch' mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c fnmatch.c -o fnmatch.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment fnmatch.o echo misc/fnmatch/fnmatch.o > ../../obj.misc.fnmatch make[3]: Leaving directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/misc/fnmatch' make -C internals make[3]: Entering directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/misc/internals' mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c __uClibc_main.c -o __uClibc_main.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment __uClibc_main.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c tempname.c -o tempname.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment tempname.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c errno.c -o errno.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment errno.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c __errno_location.c -o __errno_location.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment __errno_location.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c __h_errno_location.c -o __h_errno_location.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment __h_errno_location.o echo misc/internals/__uClibc_main.o misc/internals/tempname.o misc/internals/errno.o misc/internals/__errno_location.o misc/internals/__h_errno_location.o > ../../obj.misc.internals echo "/* Force shared libraries to know about the correct library loader */" > interp.c echo "#include " >> interp.c echo "#ifdef __HAVE_ELF__" >> interp.c echo "const char __dl_ldso__[] __attribute__ ((section " \ "(\".interp\"))) =\"""/lib"/ld-uClibc.so.0"\";" >> interp.c echo "#endif" >> interp.c mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c interp.c -o interp.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment interp.o make[3]: Leaving directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/misc/internals' make -C mntent make[3]: Entering directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/misc/mntent' mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c mntent.c -o mntent.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment mntent.o echo misc/mntent/mntent.o > ../../obj.misc.mntent make[3]: Leaving directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/misc/mntent' make -C syslog make[3]: Entering directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/misc/syslog' mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c syslog.c -o syslog.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment syslog.o echo misc/syslog/syslog.o > ../../obj.misc.syslog make[3]: Leaving directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/misc/syslog' make -C time make[3]: Entering directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/misc/time' mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c adjtime.c -o adjtime.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment adjtime.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c ftime.c -o ftime.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment ftime.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_asctime time.c -c -o asctime.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment asctime.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_asctime_r time.c -c -o asctime_r.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment asctime_r.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_clock time.c -c -o clock.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment clock.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_ctime time.c -c -o ctime.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment ctime.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_ctime_r time.c -c -o ctime_r.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment ctime_r.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_gmtime time.c -c -o gmtime.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment gmtime.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_gmtime_r time.c -c -o gmtime_r.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment gmtime_r.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_localtime time.c -c -o localtime.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment localtime.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_localtime_r time.c -c -o localtime_r.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment localtime_r.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_mktime time.c -c -o mktime.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment mktime.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_strftime time.c -c -o strftime.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment strftime.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_strptime time.c -c -o strptime.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment strptime.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_tzset time.c -c -o tzset.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment tzset.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL__time_t2tm time.c -c -o _time_t2tm.o time.c: In function `_time_t2tm': time.c:2058: warning: 'wday' might be used uninitialized in this function mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment _time_t2tm.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL___time_tm time.c -c -o __time_tm.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment __time_tm.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL__time_mktime time.c -c -o _time_mktime.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment _time_mktime.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_dysize time.c -c -o dysize.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment dysize.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_timegm time.c -c -o timegm.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment timegm.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL__time_mktime_tzi time.c -c -o _time_mktime_tzi.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment _time_mktime_tzi.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL__time_localtime_tzi time.c -c -o _time_localtime_tzi.o time.c: In function `__time_localtime_tzi': time.c:618: warning: 'oday' might be used uninitialized in this function mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment _time_localtime_tzi.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_difftime time.c -c -o difftime.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment difftime.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_wcsftime time.c -c -o wcsftime.o time.c:2354:2: warning: #warning wcsftime always fails mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment wcsftime.o echo misc/time/adjtime.o misc/time/ftime.o misc/time/asctime.o misc/time/asctime_r.o misc/time/clock.o misc/time/ctime.o misc/time/ctime_r.o misc/time/gmtime.o misc/time/gmtime_r.o misc/time/localtime.o misc/time/localtime_r.o misc/time/mktime.o misc/time/strftime.o misc/time/strptime.o misc/time/tzset.o misc/time/_time_t2tm.o misc/time/__time_tm.o misc/time/_time_mktime.o misc/time/dysize.o misc/time/timegm.o misc/time/_time_mktime_tzi.o misc/time/_time_localtime_tzi.o misc/time/difftime.o misc/time/wcsftime.o > ../../obj.misc.time make[3]: Leaving directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/misc/time' make -C utmp make[3]: Entering directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/misc/utmp' mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c utent.c -o utent.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment utent.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c wtent.c -o wtent.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment wtent.o echo misc/utmp/utent.o misc/utmp/wtent.o > ../../obj.misc.utmp make[3]: Leaving directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/misc/utmp' make -C sysvipc make[3]: Entering directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/misc/sysvipc' mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_semget sem.c -c -o semget.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment semget.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_semctl sem.c -c -o semctl.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment semctl.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_semop sem.c -c -o semop.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment semop.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_shmat shm.c -c -o shmat.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment shmat.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_shmctl shm.c -c -o shmctl.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment shmctl.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_shmdt shm.c -c -o shmdt.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment shmdt.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_shmget shm.c -c -o shmget.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment shmget.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_msgctl msgq.c -c -o msgctl.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment msgctl.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_msgget msgq.c -c -o msgget.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment msgget.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_msgrcv msgq.c -c -o msgrcv.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment msgrcv.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_msgsnd msgq.c -c -o msgsnd.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment msgsnd.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c ftok.c -o ftok.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment ftok.o echo misc/sysvipc/semget.o misc/sysvipc/semctl.o misc/sysvipc/semop.o misc/sysvipc/shmat.o misc/sysvipc/shmctl.o misc/sysvipc/shmdt.o misc/sysvipc/shmget.o misc/sysvipc/msgctl.o misc/sysvipc/msgget.o misc/sysvipc/msgrcv.o misc/sysvipc/msgsnd.o misc/sysvipc/ftok.o > ../../obj.misc.sysvipc make[3]: Leaving directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/misc/sysvipc' make -C statfs make[3]: Entering directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/misc/statfs' mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c fstatfs64.c -o fstatfs64.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment fstatfs64.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c statfs64.c -o statfs64.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment statfs64.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c statvfs.c -o statvfs.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment statvfs.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c statvfs64.c -o statvfs64.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment statvfs64.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c fstatvfs.c -o fstatvfs.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment fstatvfs.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c fstatvfs64.c -o fstatvfs64.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment fstatvfs64.o echo misc/statfs/fstatfs64.o misc/statfs/statfs64.o misc/statfs/statvfs.o misc/statfs/statvfs64.o misc/statfs/fstatvfs.o misc/statfs/fstatvfs64.o > ../../obj.misc.statfs make[3]: Leaving directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/misc/statfs' make -C error make[3]: Entering directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/misc/error' mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c error.c -o error.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment error.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c err.c -o err.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment err.o echo misc/error/error.o misc/error/err.o > ../../obj.misc.error make[3]: Leaving directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/misc/error' make -C ttyent make[3]: Entering directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/misc/ttyent' mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c getttyent.c -o getttyent.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment getttyent.o echo misc/ttyent/getttyent.o > ../../obj.misc.ttyent make[3]: Leaving directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/misc/ttyent' make -C gnu make[3]: Entering directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/misc/gnu' mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c obstack.c -o obstack.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment obstack.o echo misc/gnu/obstack.o > ../../obj.misc.gnu make[3]: Leaving directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/misc/gnu' make -C search make[3]: Entering directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/misc/search' mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c hsearch.c -o hsearch.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment hsearch.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_tsearch tsearch.c -c -o tsearch.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment tsearch.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_tfind tsearch.c -c -o tfind.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment tfind.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_tdelete tsearch.c -c -o tdelete.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment tdelete.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_twalk tsearch.c -c -o twalk.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment twalk.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_tdestroy tsearch.c -c -o tdestroy.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment tdestroy.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_lfind lsearch.c -c -o lfind.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment lfind.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_lsearch lsearch.c -c -o lsearch.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment lsearch.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_insque insremque.c -c -o insque.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment insque.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_remque insremque.c -c -o remque.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment remque.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_hcreate_r hsearch_r.c -c -o hcreate_r.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment hcreate_r.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_hdestroy_r hsearch_r.c -c -o hdestroy_r.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment hdestroy_r.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_hsearch_r hsearch_r.c -c -o hsearch_r.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment hsearch_r.o echo misc/search/hsearch.o misc/search/tsearch.o misc/search/tfind.o misc/search/tdelete.o misc/search/twalk.o misc/search/tdestroy.o misc/search/lfind.o misc/search/lsearch.o misc/search/insque.o misc/search/remque.o misc/search/hcreate_r.o misc/search/hdestroy_r.o misc/search/hsearch_r.o > ../../obj.misc.search make[3]: Leaving directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/misc/search' make -C locale make[3]: Entering directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/misc/locale' mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_setlocale locale.c -c -o setlocale.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment setlocale.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_localeconv locale.c -c -o localeconv.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment localeconv.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL__locale_init locale.c -c -o _locale_init.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment _locale_init.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_nl_langinfo locale.c -c -o nl_langinfo.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment nl_langinfo.o echo misc/locale/setlocale.o misc/locale/localeconv.o misc/locale/_locale_init.o misc/locale/nl_langinfo.o > ../../obj.misc.locale make[3]: Leaving directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/misc/locale' make -C regex make[3]: Entering directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/misc/regex' mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c regex.c -o regex.o In file included from regex.c:646: regex.c: In function `byte_regex_compile': regex.c:3291: warning: comparison is always true due to limited range of data type mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment regex.o echo misc/regex/regex.o > ../../obj.misc.regex make[3]: Leaving directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/misc/regex' make -C pthread make[3]: Entering directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/misc/pthread' mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -I../../../libpthread/linuxthreads/sysdeps/unix/sysv/linux -I../../../libpthread/linuxthreads/sysdeps/pthread -I../../../libpthread/linuxthreads/sysdeps/unix/sysv -I../../../libpthread/linuxthreads/sysdeps/unix/unix -I../../../libpthread/linuxthreads/sysdeps/mips -I../../../libpthread/linuxthreads/sysdeps -I../../../libc/sysdeps/linux/mips -D_GNU_SOURCE -c no-tsd.c -o no-tsd.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment no-tsd.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -I../../../libpthread/linuxthreads/sysdeps/unix/sysv/linux -I../../../libpthread/linuxthreads/sysdeps/pthread -I../../../libpthread/linuxthreads/sysdeps/unix/sysv -I../../../libpthread/linuxthreads/sysdeps/unix/unix -I../../../libpthread/linuxthreads/sysdeps/mips -I../../../libpthread/linuxthreads/sysdeps -I../../../libc/sysdeps/linux/mips -D_GNU_SOURCE -c weaks.c -o weaks.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment weaks.o echo misc/pthread/no-tsd.o misc/pthread/weaks.o > ../../obj.misc.pthread make[3]: Leaving directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/misc/pthread' make -C wctype make[3]: Entering directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/misc/wctype' mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_iswalnum wctype.c -c -o iswalnum.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment iswalnum.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_iswalpha wctype.c -c -o iswalpha.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment iswalpha.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_iswcntrl wctype.c -c -o iswcntrl.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment iswcntrl.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_iswdigit wctype.c -c -o iswdigit.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment iswdigit.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_iswgraph wctype.c -c -o iswgraph.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment iswgraph.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_iswlower wctype.c -c -o iswlower.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment iswlower.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_iswprint wctype.c -c -o iswprint.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment iswprint.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_iswpunct wctype.c -c -o iswpunct.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment iswpunct.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_iswspace wctype.c -c -o iswspace.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment iswspace.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_iswupper wctype.c -c -o iswupper.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment iswupper.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_iswxdigit wctype.c -c -o iswxdigit.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment iswxdigit.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_iswblank wctype.c -c -o iswblank.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment iswblank.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_wctrans wctype.c -c -o wctrans.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment wctrans.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_towctrans wctype.c -c -o towctrans.o wctype.c:712:2: warning: #warning _tolower is undefined! wctype.c:716:2: warning: #warning _toupper is undefined! mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment towctrans.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_wctype wctype.c -c -o wctype.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment wctype.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_iswctype wctype.c -c -o iswctype.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment iswctype.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_towlower wctype.c -c -o towlower.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment towlower.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_towupper wctype.c -c -o towupper.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment towupper.o echo misc/wctype/iswalnum.o misc/wctype/iswalpha.o misc/wctype/iswcntrl.o misc/wctype/iswdigit.o misc/wctype/iswgraph.o misc/wctype/iswlower.o misc/wctype/iswprint.o misc/wctype/iswpunct.o misc/wctype/iswspace.o misc/wctype/iswupper.o misc/wctype/iswxdigit.o misc/wctype/iswblank.o misc/wctype/wctrans.o misc/wctype/towctrans.o misc/wctype/wctype.o misc/wctype/iswctype.o misc/wctype/towlower.o misc/wctype/towupper.o > ../../obj.misc.wctype make[3]: Leaving directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/misc/wctype' make -C wchar make[3]: Entering directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/misc/wchar' mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_btowc wchar.c -c -o btowc.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment btowc.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_wctob wchar.c -c -o wctob.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment wctob.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_mbsinit wchar.c -c -o mbsinit.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment mbsinit.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_mbrlen wchar.c -c -o mbrlen.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment mbrlen.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_mbrtowc wchar.c -c -o mbrtowc.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment mbrtowc.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_wcrtomb wchar.c -c -o wcrtomb.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment wcrtomb.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_mbsrtowcs wchar.c -c -o mbsrtowcs.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment mbsrtowcs.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_wcsrtombs wchar.c -c -o wcsrtombs.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment wcsrtombs.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL__wchar_utf8sntowcs wchar.c -c -o _wchar_utf8sntowcs.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment _wchar_utf8sntowcs.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL__wchar_wcsntoutf8s wchar.c -c -o _wchar_wcsntoutf8s.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment _wchar_wcsntoutf8s.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL___mbsnrtowcs wchar.c -c -o __mbsnrtowcs.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment __mbsnrtowcs.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL___wcsnrtombs wchar.c -c -o __wcsnrtombs.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment __wcsnrtombs.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_wcwidth wchar.c -c -o wcwidth.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment wcwidth.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_wcswidth wchar.c -c -o wcswidth.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment wcswidth.o echo misc/wchar/btowc.o misc/wchar/wctob.o misc/wchar/mbsinit.o misc/wchar/mbrlen.o misc/wchar/mbrtowc.o misc/wchar/wcrtomb.o misc/wchar/mbsrtowcs.o misc/wchar/wcsrtombs.o misc/wchar/_wchar_utf8sntowcs.o misc/wchar/_wchar_wcsntoutf8s.o misc/wchar/__mbsnrtowcs.o misc/wchar/__wcsnrtombs.o misc/wchar/wcwidth.o misc/wchar/wcswidth.o > ../../obj.misc.wchar make[3]: Leaving directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/misc/wchar' make -C ftw make[3]: Entering directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/misc/ftw' mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_ftw ftw.c -c -o ftw.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment ftw.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_ftw64 ftw.c -c -o ftw64.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment ftw64.o echo misc/ftw/ftw.o misc/ftw/ftw64.o > ../../obj.misc.ftw make[3]: Leaving directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/misc/ftw' make -C glob make[3]: Entering directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/misc/glob' mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c glob.c -o glob.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment glob.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c glob64.c -o glob64.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment glob64.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c glob-hooks.c -o glob-hooks.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment glob-hooks.o echo misc/glob/glob.o misc/glob/glob64.o misc/glob/glob-hooks.o > ../../obj.misc.glob make[3]: Leaving directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/misc/glob' make[2]: Leaving directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/misc' make -C pwd_grp make[2]: Entering directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/pwd_grp' mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_fgetpwent_r pwd_grp.c -c -o fgetpwent_r.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment fgetpwent_r.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_fgetgrent_r pwd_grp.c -c -o fgetgrent_r.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment fgetgrent_r.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_fgetpwent pwd_grp.c -c -o fgetpwent.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment fgetpwent.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_fgetgrent pwd_grp.c -c -o fgetgrent.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment fgetgrent.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_getpwnam_r pwd_grp.c -c -o getpwnam_r.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment getpwnam_r.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_getgrnam_r pwd_grp.c -c -o getgrnam_r.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment getgrnam_r.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_getpwuid_r pwd_grp.c -c -o getpwuid_r.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment getpwuid_r.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_getgrgid_r pwd_grp.c -c -o getgrgid_r.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment getgrgid_r.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_getpwuid pwd_grp.c -c -o getpwuid.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment getpwuid.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_getgrgid pwd_grp.c -c -o getgrgid.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment getgrgid.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_getpwnam pwd_grp.c -c -o getpwnam.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment getpwnam.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_getgrnam pwd_grp.c -c -o getgrnam.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment getgrnam.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_getpw pwd_grp.c -c -o getpw.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment getpw.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_getpwent_r pwd_grp.c -c -o getpwent_r.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment getpwent_r.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_getgrent_r pwd_grp.c -c -o getgrent_r.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment getgrent_r.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_getpwent pwd_grp.c -c -o getpwent.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment getpwent.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_getgrent pwd_grp.c -c -o getgrent.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment getgrent.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_initgroups pwd_grp.c -c -o initgroups.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment initgroups.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_putpwent pwd_grp.c -c -o putpwent.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment putpwent.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_putgrent pwd_grp.c -c -o putgrent.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment putgrent.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL___parsepwent pwd_grp.c -c -o __parsepwent.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment __parsepwent.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL___parsegrent pwd_grp.c -c -o __parsegrent.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment __parsegrent.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL___pgsreader pwd_grp.c -c -o __pgsreader.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment __pgsreader.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_fgetspent_r pwd_grp.c -c -o fgetspent_r.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment fgetspent_r.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_fgetspent pwd_grp.c -c -o fgetspent.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment fgetspent.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_sgetspent_r pwd_grp.c -c -o sgetspent_r.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment sgetspent_r.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_getspnam_r pwd_grp.c -c -o getspnam_r.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment getspnam_r.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_getspnam pwd_grp.c -c -o getspnam.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment getspnam.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_getspent_r pwd_grp.c -c -o getspent_r.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment getspent_r.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_getspent pwd_grp.c -c -o getspent.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment getspent.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_sgetspent pwd_grp.c -c -o sgetspent.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment sgetspent.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_putspent pwd_grp.c -c -o putspent.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment putspent.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL___parsespent pwd_grp.c -c -o __parsespent.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment __parsespent.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c lckpwdf.c -o lckpwdf.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment lckpwdf.o echo pwd_grp/fgetpwent_r.o pwd_grp/fgetgrent_r.o pwd_grp/fgetpwent.o pwd_grp/fgetgrent.o pwd_grp/getpwnam_r.o pwd_grp/getgrnam_r.o pwd_grp/getpwuid_r.o pwd_grp/getgrgid_r.o pwd_grp/getpwuid.o pwd_grp/getgrgid.o pwd_grp/getpwnam.o pwd_grp/getgrnam.o pwd_grp/getpw.o pwd_grp/getpwent_r.o pwd_grp/getgrent_r.o pwd_grp/getpwent.o pwd_grp/getgrent.o pwd_grp/initgroups.o pwd_grp/putpwent.o pwd_grp/putgrent.o pwd_grp/__parsepwent.o pwd_grp/__parsegrent.o pwd_grp/__pgsreader.o pwd_grp/fgetspent_r.o pwd_grp/fgetspent.o pwd_grp/sgetspent_r.o pwd_grp/getspnam_r.o pwd_grp/getspnam.o pwd_grp/getspent_r.o pwd_grp/getspent.o pwd_grp/sgetspent.o pwd_grp/putspent.o pwd_grp/__parsespent.o pwd_grp/lckpwdf.o > ../obj.pwd_grp make[2]: Leaving directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/pwd_grp' make -C stdio make[2]: Entering directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/stdio' mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c fclose.c -o fclose.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment fclose.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c fcloseall.c -o fcloseall.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment fcloseall.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c fdopen.c -o fdopen.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment fdopen.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c fgetpos.c -o fgetpos.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment fgetpos.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c fopen.c -o fopen.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment fopen.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c freopen.c -o freopen.o freopen.c:62:2: warning: #warning if fp is NULL, then we do not free file (but beware stdin,stdout,stderr) mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment freopen.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c fseeko.c -o fseeko.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment fseeko.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c fsetpos.c -o fsetpos.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment fsetpos.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c ftello.c -o ftello.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment ftello.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c getdelim.c -o getdelim.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment getdelim.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c getline.c -o getline.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment getline.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c gets.c -o gets.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment gets.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c getw.c -o getw.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment getw.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c perror.c -o perror.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment perror.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c puts.c -o puts.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment puts.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c putw.c -o putw.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment putw.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c remove.c -o remove.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment remove.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c rewind.c -o rewind.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment rewind.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c setbuf.c -o setbuf.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment setbuf.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c setbuffer.c -o setbuffer.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment setbuffer.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c setlinebuf.c -o setlinebuf.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment setlinebuf.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c setvbuf.c -o setvbuf.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment setvbuf.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c ungetc.c -o ungetc.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment ungetc.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c printf.c -o printf.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment printf.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c vprintf.c -o vprintf.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment vprintf.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c vsprintf.c -o vsprintf.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment vsprintf.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c fprintf.c -o fprintf.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment fprintf.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c snprintf.c -o snprintf.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment snprintf.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c dprintf.c -o dprintf.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment dprintf.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c asprintf.c -o asprintf.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment asprintf.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c sprintf.c -o sprintf.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment sprintf.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c vasprintf.c -o vasprintf.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment vasprintf.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c vdprintf.c -o vdprintf.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment vdprintf.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c vsnprintf.c -o vsnprintf.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment vsnprintf.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c tmpfile.c -o tmpfile.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment tmpfile.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c tmpnam.c -o tmpnam.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment tmpnam.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c tmpnam_r.c -o tmpnam_r.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment tmpnam_r.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c popen.c -o popen.o popen.c:17:2: warning: #warning hmm... susv3 says "Pipe streams are byte-oriented." popen.c:134:2: warning: #warning is pclose correct wrt the new mutex semantics? mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment popen.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c tempnam.c -o tempnam.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment tempnam.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c ctermid.c -o ctermid.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment ctermid.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c _READ.c -o _READ.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment _READ.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c _WRITE.c -o _WRITE.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment _WRITE.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c _adjust_pos.c -o _adjust_pos.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment _adjust_pos.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c _fopen.c -o _fopen.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment _fopen.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c _fwrite.c -o _fwrite.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment _fwrite.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c _rfill.c -o _rfill.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment _rfill.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c _stdio.c -o _stdio.o _stdio.c:192:2: warning: #warning check mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment _stdio.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c _trans2r.c -o _trans2r.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment _trans2r.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c _trans2w.c -o _trans2w.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment _trans2w.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c _wcommit.c -o _wcommit.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment _wcommit.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c _cs_funcs.c -o _cs_funcs.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment _cs_funcs.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c _load_inttype.c -o _load_inttype.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment _load_inttype.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c _store_inttype.c -o _store_inttype.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment _store_inttype.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c _uintmaxtostr.c -o _uintmaxtostr.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment _uintmaxtostr.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c _fpmaxtostr.c -o _fpmaxtostr.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment _fpmaxtostr.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c __fbufsize.c -o __fbufsize.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment __fbufsize.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c __flbf.c -o __flbf.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment __flbf.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c __fpending.c -o __fpending.o __fpending.c:22:2: warning: #warning Note: Unlike the glibc version, this __fpending returns bytes in buffer for wide streams too! mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment __fpending.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c __fpurge.c -o __fpurge.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment __fpurge.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c __freadable.c -o __freadable.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment __freadable.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c __freading.c -o __freading.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment __freading.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c __fsetlocking.c -o __fsetlocking.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment __fsetlocking.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c __fwritable.c -o __fwritable.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment __fwritable.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c __fwriting.c -o __fwriting.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment __fwriting.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c _flushlbf.c -o _flushlbf.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment _flushlbf.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c fopencookie.c -o fopencookie.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment fopencookie.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c fmemopen.c -o fmemopen.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment fmemopen.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c open_memstream.c -o open_memstream.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment open_memstream.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c flockfile.c -o flockfile.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment flockfile.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c ftrylockfile.c -o ftrylockfile.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment ftrylockfile.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c funlockfile.c -o funlockfile.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment funlockfile.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c clearerr.c -o clearerr.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment clearerr.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c feof.c -o feof.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment feof.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c ferror.c -o ferror.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment ferror.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c fflush.c -o fflush.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment fflush.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c fgetc.c -o fgetc.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment fgetc.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c fgets.c -o fgets.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment fgets.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c fileno.c -o fileno.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment fileno.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c fputc.c -o fputc.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment fputc.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c fputs.c -o fputs.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment fputs.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c fread.c -o fread.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment fread.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c fwrite.c -o fwrite.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment fwrite.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c getchar.c -o getchar.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment getchar.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c putchar.c -o putchar.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment putchar.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c fgetwc.c -o fgetwc.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment fgetwc.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c getwchar.c -o getwchar.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment getwchar.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c fgetws.c -o fgetws.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment fgetws.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c fputwc.c -o fputwc.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment fputwc.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c putwchar.c -o putwchar.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment putwchar.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c fputws.c -o fputws.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment fputws.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c _wfwrite.c -o _wfwrite.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment _wfwrite.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c fwprintf.c -o fwprintf.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment fwprintf.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c swprintf.c -o swprintf.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment swprintf.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c vswprintf.c -o vswprintf.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment vswprintf.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c vwprintf.c -o vwprintf.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment vwprintf.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c wprintf.c -o wprintf.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment wprintf.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c fwide.c -o fwide.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment fwide.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c ungetwc.c -o ungetwc.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment ungetwc.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -D__DO_UNLOCKED -c clearerr.c -o clearerr_unlocked.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment clearerr_unlocked.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -D__DO_UNLOCKED -c feof.c -o feof_unlocked.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment feof_unlocked.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -D__DO_UNLOCKED -c ferror.c -o ferror_unlocked.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment ferror_unlocked.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -D__DO_UNLOCKED -c fflush.c -o fflush_unlocked.o fflush.c:107:2: warning: #warning fix for nonatomic fflush.c:108:2: warning: #warning unnecessary check if no threads mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment fflush_unlocked.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -D__DO_UNLOCKED -c fgetc.c -o fgetc_unlocked.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment fgetc_unlocked.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -D__DO_UNLOCKED -c fgets.c -o fgets_unlocked.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment fgets_unlocked.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -D__DO_UNLOCKED -c fileno.c -o fileno_unlocked.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment fileno_unlocked.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -D__DO_UNLOCKED -c fputc.c -o fputc_unlocked.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment fputc_unlocked.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -D__DO_UNLOCKED -c fputs.c -o fputs_unlocked.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment fputs_unlocked.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -D__DO_UNLOCKED -c fread.c -o fread_unlocked.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment fread_unlocked.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -D__DO_UNLOCKED -c fwrite.c -o fwrite_unlocked.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment fwrite_unlocked.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -D__DO_UNLOCKED -c getchar.c -o getchar_unlocked.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment getchar_unlocked.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -D__DO_UNLOCKED -c putchar.c -o putchar_unlocked.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment putchar_unlocked.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -D__DO_UNLOCKED -c fgetwc.c -o fgetwc_unlocked.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment fgetwc_unlocked.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -D__DO_UNLOCKED -c getwchar.c -o getwchar_unlocked.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment getwchar_unlocked.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -D__DO_UNLOCKED -c fgetws.c -o fgetws_unlocked.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment fgetws_unlocked.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -D__DO_UNLOCKED -c fputwc.c -o fputwc_unlocked.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment fputwc_unlocked.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -D__DO_UNLOCKED -c putwchar.c -o putwchar_unlocked.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment putwchar_unlocked.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -D__DO_UNLOCKED -c fputws.c -o fputws_unlocked.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment fputws_unlocked.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_vfprintf vfprintf.c -c -o vfprintf.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment vfprintf.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL__ppfs_init vfprintf.c -c -o _ppfs_init.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment _ppfs_init.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL__ppfs_prepargs vfprintf.c -c -o _ppfs_prepargs.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment _ppfs_prepargs.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL__ppfs_setargs vfprintf.c -c -o _ppfs_setargs.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment _ppfs_setargs.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL__ppfs_parsespec vfprintf.c -c -o _ppfs_parsespec.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment _ppfs_parsespec.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_register_printf_function vfprintf.c -c -o register_printf_function.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment register_printf_function.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_parse_printf_format vfprintf.c -c -o parse_printf_format.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment parse_printf_format.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_vfwprintf vfprintf.c -c -o vfwprintf.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment vfwprintf.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_vfscanf scanf.c -c -o vfscanf.o scanf.c: In function `vfscanf': scanf.c:1148: warning: unused variable `mbstate' scanf.c:1163: warning: 'invert' might be used uninitialized in this function mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment vfscanf.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL___scan_cookie scanf.c -c -o __scan_cookie.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment __scan_cookie.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL___psfs_parse_spec scanf.c -c -o __psfs_parse_spec.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment __psfs_parse_spec.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL___psfs_do_numeric scanf.c -c -o __psfs_do_numeric.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment __psfs_do_numeric.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_scanf scanf.c -c -o scanf.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment scanf.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_sscanf scanf.c -c -o sscanf.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment sscanf.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_fscanf scanf.c -c -o fscanf.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment fscanf.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_vscanf scanf.c -c -o vscanf.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment vscanf.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_vsscanf scanf.c -c -o vsscanf.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment vsscanf.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_wscanf scanf.c -c -o wscanf.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment wscanf.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_swscanf scanf.c -c -o swscanf.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment swscanf.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_fwscanf scanf.c -c -o fwscanf.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment fwscanf.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_vwscanf scanf.c -c -o vwscanf.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment vwscanf.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_vswscanf scanf.c -c -o vswscanf.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment vswscanf.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_vfwscanf scanf.c -c -o vfwscanf.o scanf.c:562:19: warning: the right operand of ">" changes sign when promoted mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment vfwscanf.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -D__DO_LARGEFILE -c fgetpos.c -o fgetpos64.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment fgetpos64.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -D__DO_LARGEFILE -c fopen.c -o fopen64.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment fopen64.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -D__DO_LARGEFILE -c freopen.c -o freopen64.o freopen.c:62:2: warning: #warning if fp is NULL, then we do not free file (but beware stdin,stdout,stderr) mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment freopen64.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -D__DO_LARGEFILE -c fseeko.c -o fseeko64.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment fseeko64.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -D__DO_LARGEFILE -c fsetpos.c -o fsetpos64.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment fsetpos64.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -D__DO_LARGEFILE -c ftello.c -o ftello64.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment ftello64.o echo stdio/fclose.o stdio/fcloseall.o stdio/fdopen.o stdio/fgetpos.o stdio/fopen.o stdio/freopen.o stdio/fseeko.o stdio/fsetpos.o stdio/ftello.o stdio/getdelim.o stdio/getline.o stdio/gets.o stdio/getw.o stdio/perror.o stdio/puts.o stdio/putw.o stdio/remove.o stdio/rewind.o stdio/setbuf.o stdio/setbuffer.o stdio/setlinebuf.o stdio/setvbuf.o stdio/ungetc.o stdio/printf.o stdio/vprintf.o stdio/vsprintf.o stdio/fprintf.o stdio/snprintf.o stdio/dprintf.o stdio/asprintf.o stdio/sprintf.o stdio/vasprintf.o stdio/vdprintf.o stdio/vsnprintf.o stdio/tmpfile.o stdio/tmpnam.o stdio/tmpnam_r.o stdio/popen.o stdio/tempnam.o stdio/ctermid.o stdio/_READ.o stdio/_WRITE.o stdio/_adjust_pos.o stdio/_fopen.o stdio/_fwrite.o stdio/_rfill.o stdio/_stdio.o stdio/_trans2r.o stdio/_trans2w.o stdio/_wcommit.o stdio/_cs_funcs.o stdio/_load_inttype.o stdio/_store_inttype.o stdio/_uintmaxtostr.o stdio/_fpmaxtostr.o stdio/__fbufsize.o stdio/__flbf.o stdio/__fpending.o stdio/__fpurge.o stdio/__freadable.o stdio/__freading.o stdio/__fsetlocking.o stdio/__fwritable.o stdio/__fwriting.o stdio/_flushlbf.o stdio/fopencookie.o stdio/fmemopen.o stdio/open_memstream.o stdio/flockfile.o stdio/ftrylockfile.o stdio/funlockfile.o stdio/clearerr.o stdio/feof.o stdio/ferror.o stdio/fflush.o stdio/fgetc.o stdio/fgets.o stdio/fileno.o stdio/fputc.o stdio/fputs.o stdio/fread.o stdio/fwrite.o stdio/getchar.o stdio/putchar.o stdio/fgetwc.o stdio/getwchar.o stdio/fgetws.o stdio/fputwc.o stdio/putwchar.o stdio/fputws.o stdio/_wfwrite.o stdio/fwprintf.o stdio/swprintf.o stdio/vswprintf.o stdio/vwprintf.o stdio/wprintf.o stdio/fwide.o stdio/ungetwc.o stdio/clearerr_unlocked.o stdio/feof_unlocked.o stdio/ferror_unlocked.o stdio/fflush_unlocked.o stdio/fgetc_unlocked.o stdio/fgets_unlocked.o stdio/fileno_unlocked.o stdio/fputc_unlocked.o stdio/fputs_unlocked.o stdio/fread_unlocked.o stdio/fwrite_unlocked.o stdio/getchar_unlocked.o stdio/putchar_unlocked.o stdio/fgetwc_unlocked.o stdio/getwchar_unlocked.o stdio/fgetws_unlocked.o stdio/fputwc_unlocked.o stdio/putwchar_unlocked.o stdio/fputws_unlocked.o stdio/vfprintf.o stdio/_ppfs_init.o stdio/_ppfs_prepargs.o stdio/_ppfs_setargs.o stdio/_ppfs_parsespec.o stdio/register_printf_function.o stdio/parse_printf_format.o stdio/vfwprintf.o stdio/vfscanf.o stdio/__scan_cookie.o stdio/__psfs_parse_spec.o stdio/__psfs_do_numeric.o stdio/scanf.o stdio/sscanf.o stdio/fscanf.o stdio/vscanf.o stdio/vsscanf.o stdio/wscanf.o stdio/swscanf.o stdio/fwscanf.o stdio/vwscanf.o stdio/vswscanf.o stdio/vfwscanf.o stdio/fgetpos64.o stdio/fopen64.o stdio/freopen64.o stdio/fseeko64.o stdio/fsetpos64.o stdio/ftello64.o > ../obj.stdio make[2]: Leaving directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/stdio' make -C string make[2]: Entering directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/string' mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_basename wstring.c -c -o basename.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment basename.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_bcopy wstring.c -c -o bcopy.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment bcopy.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_bzero wstring.c -c -o bzero.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment bzero.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_dirname wstring.c -c -o dirname.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment dirname.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_ffs wstring.c -c -o ffs.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment ffs.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_memccpy wstring.c -c -o memccpy.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment memccpy.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_memchr wstring.c -c -o memchr.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment memchr.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_memcmp wstring.c -c -o memcmp.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment memcmp.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_memcpy wstring.c -c -o memcpy.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment memcpy.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_memmove wstring.c -c -o memmove.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment memmove.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_mempcpy wstring.c -c -o mempcpy.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment mempcpy.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_memrchr wstring.c -c -o memrchr.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment memrchr.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_memset wstring.c -c -o memset.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment memset.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_rawmemchr wstring.c -c -o rawmemchr.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment rawmemchr.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_stpcpy wstring.c -c -o stpcpy.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment stpcpy.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_stpncpy wstring.c -c -o stpncpy.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment stpncpy.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_strcasecmp wstring.c -c -o strcasecmp.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment strcasecmp.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_strcasestr wstring.c -c -o strcasestr.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment strcasestr.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_strcat wstring.c -c -o strcat.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment strcat.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_strchrnul wstring.c -c -o strchrnul.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment strchrnul.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_strchr wstring.c -c -o strchr.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment strchr.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_strcmp wstring.c -c -o strcmp.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment strcmp.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_strcpy wstring.c -c -o strcpy.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment strcpy.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_strcspn wstring.c -c -o strcspn.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment strcspn.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_strdup wstring.c -c -o strdup.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment strdup.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_strlen wstring.c -c -o strlen.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment strlen.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_strncasecmp wstring.c -c -o strncasecmp.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment strncasecmp.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_strncat wstring.c -c -o strncat.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment strncat.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_strncmp wstring.c -c -o strncmp.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment strncmp.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_strncpy wstring.c -c -o strncpy.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment strncpy.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_strndup wstring.c -c -o strndup.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment strndup.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_strnlen wstring.c -c -o strnlen.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment strnlen.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_strpbrk wstring.c -c -o strpbrk.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment strpbrk.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_strrchr wstring.c -c -o strrchr.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment strrchr.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_strsep wstring.c -c -o strsep.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment strsep.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_strspn wstring.c -c -o strspn.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment strspn.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_strstr wstring.c -c -o strstr.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment strstr.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_strtok wstring.c -c -o strtok.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment strtok.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_strtok_r wstring.c -c -o strtok_r.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment strtok_r.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_strerror wstring.c -c -o strerror.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment strerror.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL___xpg_strerror_r wstring.c -c -o __xpg_strerror_r.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment __xpg_strerror_r.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL__string_syserrmsgs wstring.c -c -o _string_syserrmsgs.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment _string_syserrmsgs.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL___glibc_strerror_r wstring.c -c -o __glibc_strerror_r.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment __glibc_strerror_r.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL__string_syssigmsgs wstring.c -c -o _string_syssigmsgs.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment _string_syssigmsgs.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_sys_siglist wstring.c -c -o sys_siglist.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment sys_siglist.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_strsignal wstring.c -c -o strsignal.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment strsignal.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_psignal wstring.c -c -o psignal.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment psignal.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL___xpg_basename wstring.c -c -o __xpg_basename.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment __xpg_basename.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_strlcat wstring.c -c -o strlcat.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment strlcat.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_strlcpy wstring.c -c -o strlcpy.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment strlcpy.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_sys_errlist wstring.c -c -o sys_errlist.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment sys_errlist.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_memmem wstring.c -c -o memmem.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment memmem.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DWANT_WIDE -DL_wcscasecmp wstring.c -c -o wcscasecmp.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment wcscasecmp.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DWANT_WIDE -DL_wcscat wstring.c -c -o wcscat.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment wcscat.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DWANT_WIDE -DL_wcschrnul wstring.c -c -o wcschrnul.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment wcschrnul.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DWANT_WIDE -DL_wcschr wstring.c -c -o wcschr.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment wcschr.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DWANT_WIDE -DL_wcscmp wstring.c -c -o wcscmp.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment wcscmp.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DWANT_WIDE -DL_wcscpy wstring.c -c -o wcscpy.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment wcscpy.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DWANT_WIDE -DL_wcscspn wstring.c -c -o wcscspn.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment wcscspn.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DWANT_WIDE -DL_wcsdup wstring.c -c -o wcsdup.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment wcsdup.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DWANT_WIDE -DL_wcslen wstring.c -c -o wcslen.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment wcslen.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DWANT_WIDE -DL_wcsncasecmp wstring.c -c -o wcsncasecmp.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment wcsncasecmp.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DWANT_WIDE -DL_wcsncat wstring.c -c -o wcsncat.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment wcsncat.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DWANT_WIDE -DL_wcsncmp wstring.c -c -o wcsncmp.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment wcsncmp.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DWANT_WIDE -DL_wcsncpy wstring.c -c -o wcsncpy.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment wcsncpy.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DWANT_WIDE -DL_wcsnlen wstring.c -c -o wcsnlen.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment wcsnlen.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DWANT_WIDE -DL_wcspbrk wstring.c -c -o wcspbrk.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment wcspbrk.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DWANT_WIDE -DL_wcsrchr wstring.c -c -o wcsrchr.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment wcsrchr.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DWANT_WIDE -DL_wcsspn wstring.c -c -o wcsspn.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment wcsspn.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DWANT_WIDE -DL_wcsstr wstring.c -c -o wcsstr.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment wcsstr.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DWANT_WIDE -DL_wcstok wstring.c -c -o wcstok.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment wcstok.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DWANT_WIDE -DL_wmemchr wstring.c -c -o wmemchr.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment wmemchr.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DWANT_WIDE -DL_wmemcmp wstring.c -c -o wmemcmp.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment wmemcmp.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DWANT_WIDE -DL_wmemcpy wstring.c -c -o wmemcpy.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment wmemcpy.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DWANT_WIDE -DL_wmemmove wstring.c -c -o wmemmove.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment wmemmove.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DWANT_WIDE -DL_wmempcpy wstring.c -c -o wmempcpy.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment wmempcpy.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DWANT_WIDE -DL_wmemset wstring.c -c -o wmemset.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment wmemset.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DWANT_WIDE -DL_wcpcpy wstring.c -c -o wcpcpy.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment wcpcpy.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DWANT_WIDE -DL_wcpncpy wstring.c -c -o wcpncpy.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment wcpncpy.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DWANT_WIDE -DL___wcslcpy wstring.c -c -o __wcslcpy.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment __wcslcpy.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DWANT_WIDE -DL_wcsxfrm wstring.c -c -o wcsxfrm.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment wcsxfrm.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DWANT_WIDE -DL_strxfrm wstring.c -c -o strxfrm.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment strxfrm.o echo string/basename.o string/bcopy.o string/bzero.o string/dirname.o string/ffs.o string/memccpy.o string/memchr.o string/memcmp.o string/memcpy.o string/memmove.o string/mempcpy.o string/memrchr.o string/memset.o string/rawmemchr.o string/stpcpy.o string/stpncpy.o string/strcasecmp.o string/strcasestr.o string/strcat.o string/strchrnul.o string/strchr.o string/strcmp.o string/strcpy.o string/strcspn.o string/strdup.o string/strlen.o string/strncasecmp.o string/strncat.o string/strncmp.o string/strncpy.o string/strndup.o string/strnlen.o string/strpbrk.o string/strrchr.o string/strsep.o string/strspn.o string/strstr.o string/strtok.o string/strtok_r.o string/strerror.o string/__xpg_strerror_r.o string/_string_syserrmsgs.o string/__glibc_strerror_r.o string/_string_syssigmsgs.o string/sys_siglist.o string/strsignal.o string/psignal.o string/__xpg_basename.o string/strlcat.o string/strlcpy.o string/sys_errlist.o string/memmem.o string/wcscasecmp.o string/wcscat.o string/wcschrnul.o string/wcschr.o string/wcscmp.o string/wcscpy.o string/wcscspn.o string/wcsdup.o string/wcslen.o string/wcsncasecmp.o string/wcsncat.o string/wcsncmp.o string/wcsncpy.o string/wcsnlen.o string/wcspbrk.o string/wcsrchr.o string/wcsspn.o string/wcsstr.o string/wcstok.o string/wmemchr.o string/wmemcmp.o string/wmemcpy.o string/wmemmove.o string/wmempcpy.o string/wmemset.o string/wcpcpy.o string/wcpncpy.o string/__wcslcpy.o string/wcsxfrm.o string/strxfrm.o > ../obj.string make -C generic make[3]: Entering directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/string/generic' mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c memchr.c -o memchr.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment memchr.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c memcmp.c -o memcmp.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment memcmp.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c memcpy.c -o memcpy.o memcpy.c: In function `memcpy': memcpy.c:138: warning: 'a2' might be used uninitialized in this function memcpy.c:138: warning: 'a3' might be used uninitialized in this function memcpy.c:34: warning: 'a1' might be used uninitialized in this function mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment memcpy.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c memmem.c -o memmem.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment memmem.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c memmove.c -o memmove.o memmove.c:219:2: warning: #warning REMINDER: generic-opt memmove assumes memcpy does forward copying! memmove.c: In function `memmove': memmove.c:133: warning: 'a0' might be used uninitialized in this function memmove.c:133: warning: 'a1' might be used uninitialized in this function memmove.c:29: warning: 'a1' might be used uninitialized in this function mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment memmove.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c mempcpy.c -o mempcpy.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment mempcpy.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c memrchr.c -o memrchr.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment memrchr.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c memset.c -o memset.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment memset.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c rawmemchr.c -o rawmemchr.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment rawmemchr.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c strcat.c -o strcat.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment strcat.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c strchr.c -o strchr.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment strchr.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c strchrnul.c -o strchrnul.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment strchrnul.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c strcmp.c -o strcmp.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment strcmp.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c strcpy.c -o strcpy.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment strcpy.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c strcspn.c -o strcspn.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment strcspn.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c strlen.c -o strlen.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment strlen.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c strncat.c -o strncat.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment strncat.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c strncmp.c -o strncmp.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment strncmp.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c strncpy.c -o strncpy.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment strncpy.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c strnlen.c -o strnlen.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment strnlen.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c strrchr.c -o strrchr.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment strrchr.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c strsep.c -o strsep.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment strsep.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c strspn.c -o strspn.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment strspn.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c strstr.c -o strstr.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment strstr.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c strtok_r.c -o strtok_r.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment strtok_r.o echo string/generic/memchr.o string/generic/memcmp.o string/generic/memcpy.o string/generic/memmem.o string/generic/memmove.o string/generic/mempcpy.o string/generic/memrchr.o string/generic/memset.o string/generic/rawmemchr.o string/generic/strcat.o string/generic/strchr.o string/generic/strchrnul.o string/generic/strcmp.o string/generic/strcpy.o string/generic/strcspn.o string/generic/strlen.o string/generic/strncat.o string/generic/strncmp.o string/generic/strncpy.o string/generic/strnlen.o string/generic/strrchr.o string/generic/strsep.o string/generic/strspn.o string/generic/strstr.o string/generic/strtok_r.o > ../../obj.string.generic make[3]: Leaving directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/string/generic' make -C mips make[3]: Entering directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/string/mips' mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c memcpy.S -o memcpy.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment memcpy.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c memset.S -o memset.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment memset.o echo string/mips/memcpy.o string/mips/memset.o > ../../obj.string.mips make[3]: Leaving directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/string/mips' make[2]: Leaving directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/string' make -C termios make[2]: Entering directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/termios' mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_tcdrain termios.c -c -o tcdrain.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment tcdrain.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_tcflow termios.c -c -o tcflow.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment tcflow.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_tcflush termios.c -c -o tcflush.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment tcflush.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_tcsendbreak termios.c -c -o tcsendbreak.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment tcsendbreak.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_tcsetpgrp termios.c -c -o tcsetpgrp.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment tcsetpgrp.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_tcgetpgrp termios.c -c -o tcgetpgrp.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment tcgetpgrp.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_isatty termios.c -c -o isatty.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment isatty.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_cfgetospeed termios.c -c -o cfgetospeed.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment cfgetospeed.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_cfgetispeed termios.c -c -o cfgetispeed.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment cfgetispeed.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_cfsetospeed termios.c -c -o cfsetospeed.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment cfsetospeed.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_cfsetispeed termios.c -c -o cfsetispeed.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment cfsetispeed.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_cfmakeraw termios.c -c -o cfmakeraw.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment cfmakeraw.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_cfsetspeed termios.c -c -o cfsetspeed.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment cfsetspeed.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c tcgetattr.c -o tcgetattr.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment tcgetattr.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c tcgetsid.c -o tcgetsid.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment tcgetsid.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c tcsetattr.c -o tcsetattr.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment tcsetattr.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c ttyname.c -o ttyname.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment ttyname.o echo termios/tcdrain.o termios/tcflow.o termios/tcflush.o termios/tcsendbreak.o termios/tcsetpgrp.o termios/tcgetpgrp.o termios/isatty.o termios/cfgetospeed.o termios/cfgetispeed.o termios/cfsetospeed.o termios/cfsetispeed.o termios/cfmakeraw.o termios/cfsetspeed.o termios/tcgetattr.o termios/tcgetsid.o termios/tcsetattr.o termios/ttyname.o > ../obj.termios make[2]: Leaving directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/termios' make -C inet make[2]: Entering directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/inet' mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_inet_aton addr.c -c -o inet_aton.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment inet_aton.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_inet_addr addr.c -c -o inet_addr.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment inet_addr.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_inet_ntoa addr.c -c -o inet_ntoa.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment inet_ntoa.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_inet_makeaddr addr.c -c -o inet_makeaddr.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment inet_makeaddr.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_inet_lnaof addr.c -c -o inet_lnaof.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment inet_lnaof.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_inet_netof addr.c -c -o inet_netof.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment inet_netof.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_encodeh resolv.c -c -o encodeh.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment encodeh.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_decodeh resolv.c -c -o decodeh.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment decodeh.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_encoded resolv.c -c -o encoded.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment encoded.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_decoded resolv.c -c -o decoded.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment decoded.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_lengthd resolv.c -c -o lengthd.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment lengthd.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_encodeq resolv.c -c -o encodeq.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment encodeq.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_decodeq resolv.c -c -o decodeq.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment decodeq.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_lengthq resolv.c -c -o lengthq.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment lengthq.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_encodea resolv.c -c -o encodea.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment encodea.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_decodea resolv.c -c -o decodea.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment decodea.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_encodep resolv.c -c -o encodep.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment encodep.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_decodep resolv.c -c -o decodep.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment decodep.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_formquery resolv.c -c -o formquery.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment formquery.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_dnslookup resolv.c -c -o dnslookup.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment dnslookup.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_resolveaddress resolv.c -c -o resolveaddress.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment resolveaddress.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_opennameservers resolv.c -c -o opennameservers.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment opennameservers.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_closenameservers resolv.c -c -o closenameservers.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment closenameservers.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_resolvename resolv.c -c -o resolvename.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment resolvename.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_gethostbyname resolv.c -c -o gethostbyname.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment gethostbyname.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_res_init resolv.c -c -o res_init.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment res_init.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_res_query resolv.c -c -o res_query.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment res_query.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_gethostbyaddr resolv.c -c -o gethostbyaddr.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment gethostbyaddr.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_read_etc_hosts_r resolv.c -c -o read_etc_hosts_r.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment read_etc_hosts_r.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_get_hosts_byname_r resolv.c -c -o get_hosts_byname_r.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment get_hosts_byname_r.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_get_hosts_byaddr_r resolv.c -c -o get_hosts_byaddr_r.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment get_hosts_byaddr_r.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_gethostbyname2 resolv.c -c -o gethostbyname2.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment gethostbyname2.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_getnameinfo resolv.c -c -o getnameinfo.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment getnameinfo.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_gethostent resolv.c -c -o gethostent.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment gethostent.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_gethostbyname_r resolv.c -c -o gethostbyname_r.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment gethostbyname_r.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_gethostbyname2_r resolv.c -c -o gethostbyname2_r.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment gethostbyname2_r.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_gethostbyaddr_r resolv.c -c -o gethostbyaddr_r.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment gethostbyaddr_r.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_res_comp resolv.c -c -o res_comp.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment res_comp.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_ns_name resolv.c -c -o ns_name.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment ns_name.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_accept socketcalls.c -c -o accept.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment accept.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_bind socketcalls.c -c -o bind.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment bind.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_connect socketcalls.c -c -o connect.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment connect.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_getpeername socketcalls.c -c -o getpeername.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment getpeername.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_getsockname socketcalls.c -c -o getsockname.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment getsockname.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_getsockopt socketcalls.c -c -o getsockopt.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment getsockopt.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_listen socketcalls.c -c -o listen.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment listen.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_recv socketcalls.c -c -o recv.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment recv.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_recvfrom socketcalls.c -c -o recvfrom.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment recvfrom.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_recvmsg socketcalls.c -c -o recvmsg.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment recvmsg.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_send socketcalls.c -c -o send.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment send.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_sendmsg socketcalls.c -c -o sendmsg.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment sendmsg.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_sendto socketcalls.c -c -o sendto.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment sendto.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_setsockopt socketcalls.c -c -o setsockopt.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment setsockopt.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_shutdown socketcalls.c -c -o shutdown.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment shutdown.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_socket socketcalls.c -c -o socket.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment socket.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_socketpair socketcalls.c -c -o socketpair.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment socketpair.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c getservice.c -o getservice.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment getservice.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c getproto.c -o getproto.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment getproto.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c hostid.c -o hostid.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment hostid.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c getnetent.c -o getnetent.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment getnetent.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c getnetbynm.c -o getnetbynm.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment getnetbynm.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c getnetbyad.c -o getnetbyad.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment getnetbyad.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c inet_net.c -o inet_net.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment inet_net.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c ntop.c -o ntop.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment ntop.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c herror.c -o herror.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment herror.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c if_nametoindex.c -o if_nametoindex.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment if_nametoindex.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c gai_strerror.c -o gai_strerror.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment gai_strerror.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c getaddrinfo.c -o getaddrinfo.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment getaddrinfo.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c in6_addr.c -o in6_addr.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment in6_addr.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c ether_addr.c -o ether_addr.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment ether_addr.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c ntohl.c -o ntohl.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment ntohl.o echo inet/inet_aton.o inet/inet_addr.o inet/inet_ntoa.o inet/inet_makeaddr.o inet/inet_lnaof.o inet/inet_netof.o inet/encodeh.o inet/decodeh.o inet/encoded.o inet/decoded.o inet/lengthd.o inet/encodeq.o inet/decodeq.o inet/lengthq.o inet/encodea.o inet/decodea.o inet/encodep.o inet/decodep.o inet/formquery.o inet/dnslookup.o inet/resolveaddress.o inet/opennameservers.o inet/closenameservers.o inet/resolvename.o inet/gethostbyname.o inet/res_init.o inet/res_query.o inet/gethostbyaddr.o inet/read_etc_hosts_r.o inet/get_hosts_byname_r.o inet/get_hosts_byaddr_r.o inet/gethostbyname2.o inet/getnameinfo.o inet/gethostent.o inet/gethostbyname_r.o inet/gethostbyname2_r.o inet/gethostbyaddr_r.o inet/res_comp.o inet/ns_name.o inet/accept.o inet/bind.o inet/connect.o inet/getpeername.o inet/getsockname.o inet/getsockopt.o inet/listen.o inet/recv.o inet/recvfrom.o inet/recvmsg.o inet/send.o inet/sendmsg.o inet/sendto.o inet/setsockopt.o inet/shutdown.o inet/socket.o inet/socketpair.o inet/getservice.o inet/getproto.o inet/hostid.o inet/getnetent.o inet/getnetbynm.o inet/getnetbyad.o inet/inet_net.o inet/ntop.o inet/herror.o inet/if_nametoindex.o inet/gai_strerror.o inet/getaddrinfo.o inet/in6_addr.o inet/ether_addr.o inet/ntohl.o > ../obj.inet make -C rpc make[3]: Entering directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/inet/rpc' mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -I../../../libpthread/linuxthreads/sysdeps/pthread -c auth_none.c -o auth_none.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment auth_none.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -I../../../libpthread/linuxthreads/sysdeps/pthread -c auth_unix.c -o auth_unix.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment auth_unix.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -I../../../libpthread/linuxthreads/sysdeps/pthread -c authunix_prot.c -o authunix_prot.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment authunix_prot.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -I../../../libpthread/linuxthreads/sysdeps/pthread -c bindresvport.c -o bindresvport.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment bindresvport.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -I../../../libpthread/linuxthreads/sysdeps/pthread -c clnt_generic.c -o clnt_generic.o clnt_generic.c:116:2: warning: #warning getprotobyname is not reentrant... Add getprotobyname_r mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment clnt_generic.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -I../../../libpthread/linuxthreads/sysdeps/pthread -c clnt_perror.c -o clnt_perror.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment clnt_perror.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -I../../../libpthread/linuxthreads/sysdeps/pthread -c clnt_raw.c -o clnt_raw.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment clnt_raw.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -I../../../libpthread/linuxthreads/sysdeps/pthread -c clnt_simple.c -o clnt_simple.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment clnt_simple.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -I../../../libpthread/linuxthreads/sysdeps/pthread -c clnt_tcp.c -o clnt_tcp.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment clnt_tcp.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -I../../../libpthread/linuxthreads/sysdeps/pthread -c clnt_udp.c -o clnt_udp.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment clnt_udp.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -I../../../libpthread/linuxthreads/sysdeps/pthread -c rpc_dtablesize.c -o rpc_dtablesize.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment rpc_dtablesize.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -I../../../libpthread/linuxthreads/sysdeps/pthread -c get_myaddress.c -o get_myaddress.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment get_myaddress.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -I../../../libpthread/linuxthreads/sysdeps/pthread -c getrpcent.c -o getrpcent.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment getrpcent.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -I../../../libpthread/linuxthreads/sysdeps/pthread -c getrpcport.c -o getrpcport.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment getrpcport.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -I../../../libpthread/linuxthreads/sysdeps/pthread -c pmap_clnt.c -o pmap_clnt.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment pmap_clnt.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -I../../../libpthread/linuxthreads/sysdeps/pthread -c pmap_getmaps.c -o pmap_getmaps.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment pmap_getmaps.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -I../../../libpthread/linuxthreads/sysdeps/pthread -c pmap_getport.c -o pmap_getport.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment pmap_getport.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -I../../../libpthread/linuxthreads/sysdeps/pthread -c pmap_prot.c -o pmap_prot.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment pmap_prot.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -I../../../libpthread/linuxthreads/sysdeps/pthread -c pmap_prot2.c -o pmap_prot2.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment pmap_prot2.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -I../../../libpthread/linuxthreads/sysdeps/pthread -c pmap_rmt.c -o pmap_rmt.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment pmap_rmt.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -I../../../libpthread/linuxthreads/sysdeps/pthread -c rpc_prot.c -o rpc_prot.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment rpc_prot.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -I../../../libpthread/linuxthreads/sysdeps/pthread -c rpc_commondata.c -o rpc_commondata.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment rpc_commondata.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -I../../../libpthread/linuxthreads/sysdeps/pthread -c rpc_callmsg.c -o rpc_callmsg.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment rpc_callmsg.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -I../../../libpthread/linuxthreads/sysdeps/pthread -c svc.c -o svc.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment svc.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -I../../../libpthread/linuxthreads/sysdeps/pthread -c svc_auth.c -o svc_auth.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment svc_auth.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -I../../../libpthread/linuxthreads/sysdeps/pthread -c svc_auth_unix.c -o svc_auth_unix.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment svc_auth_unix.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -I../../../libpthread/linuxthreads/sysdeps/pthread -c svc_raw.c -o svc_raw.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment svc_raw.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -I../../../libpthread/linuxthreads/sysdeps/pthread -c svc_run.c -o svc_run.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment svc_run.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -I../../../libpthread/linuxthreads/sysdeps/pthread -c svc_simple.c -o svc_simple.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment svc_simple.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -I../../../libpthread/linuxthreads/sysdeps/pthread -c svc_tcp.c -o svc_tcp.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment svc_tcp.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -I../../../libpthread/linuxthreads/sysdeps/pthread -c svc_udp.c -o svc_udp.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment svc_udp.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -I../../../libpthread/linuxthreads/sysdeps/pthread -c xdr.c -o xdr.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment xdr.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -I../../../libpthread/linuxthreads/sysdeps/pthread -c xdr_array.c -o xdr_array.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment xdr_array.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -I../../../libpthread/linuxthreads/sysdeps/pthread -c xdr_float.c -o xdr_float.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment xdr_float.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -I../../../libpthread/linuxthreads/sysdeps/pthread -c xdr_mem.c -o xdr_mem.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment xdr_mem.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -I../../../libpthread/linuxthreads/sysdeps/pthread -c xdr_rec.c -o xdr_rec.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment xdr_rec.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -I../../../libpthread/linuxthreads/sysdeps/pthread -c xdr_reference.c -o xdr_reference.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment xdr_reference.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -I../../../libpthread/linuxthreads/sysdeps/pthread -c xdr_stdio.c -o xdr_stdio.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment xdr_stdio.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -I../../../libpthread/linuxthreads/sysdeps/pthread -c rtime.c -o rtime.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment rtime.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -I../../../libpthread/linuxthreads/sysdeps/pthread -c clnt_unix.c -o clnt_unix.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment clnt_unix.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -I../../../libpthread/linuxthreads/sysdeps/pthread -c svc_unix.c -o svc_unix.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment svc_unix.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -I../../../libpthread/linuxthreads/sysdeps/pthread -c create_xid.c -o create_xid.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment create_xid.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -I../../../libpthread/linuxthreads/sysdeps/pthread -c xdr_intXX_t.c -o xdr_intXX_t.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment xdr_intXX_t.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -I../../../libpthread/linuxthreads/sysdeps/pthread -c rcmd.c -o rcmd.o rcmd.c:62:2: warning: #warning FIXME I am not reentrant yet... mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment rcmd.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -I../../../libpthread/linuxthreads/sysdeps/pthread -c rexec.c -o rexec.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment rexec.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -I../../../libpthread/linuxthreads/sysdeps/pthread -c sa_len.c -o sa_len.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment sa_len.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -I../../../libpthread/linuxthreads/sysdeps/pthread -c ruserpass.c -o ruserpass.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment ruserpass.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -I../../../libpthread/linuxthreads/sysdeps/pthread -c rpc_thread.c -o rpc_thread.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment rpc_thread.o echo inet/rpc/auth_none.o inet/rpc/auth_unix.o inet/rpc/authunix_prot.o inet/rpc/bindresvport.o inet/rpc/clnt_generic.o inet/rpc/clnt_perror.o inet/rpc/clnt_raw.o inet/rpc/clnt_simple.o inet/rpc/clnt_tcp.o inet/rpc/clnt_udp.o inet/rpc/rpc_dtablesize.o inet/rpc/get_myaddress.o inet/rpc/getrpcent.o inet/rpc/getrpcport.o inet/rpc/pmap_clnt.o inet/rpc/pmap_getmaps.o inet/rpc/pmap_getport.o inet/rpc/pmap_prot.o inet/rpc/pmap_prot2.o inet/rpc/pmap_rmt.o inet/rpc/rpc_prot.o inet/rpc/rpc_commondata.o inet/rpc/rpc_callmsg.o inet/rpc/svc.o inet/rpc/svc_auth.o inet/rpc/svc_auth_unix.o inet/rpc/svc_raw.o inet/rpc/svc_run.o inet/rpc/svc_simple.o inet/rpc/svc_tcp.o inet/rpc/svc_udp.o inet/rpc/xdr.o inet/rpc/xdr_array.o inet/rpc/xdr_float.o inet/rpc/xdr_mem.o inet/rpc/xdr_rec.o inet/rpc/xdr_reference.o inet/rpc/xdr_stdio.o inet/rpc/rtime.o inet/rpc/clnt_unix.o inet/rpc/svc_unix.o inet/rpc/create_xid.o inet/rpc/xdr_intXX_t.o inet/rpc/rcmd.o inet/rpc/rexec.o inet/rpc/sa_len.o inet/rpc/ruserpass.o inet/rpc/rpc_thread.o > ../../obj.inet.rpc make[3]: Leaving directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/inet/rpc' make[2]: Leaving directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/inet' make -C signal make[2]: Entering directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/signal' mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c allocrtsig.c -o allocrtsig.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment allocrtsig.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c killpg.c -o killpg.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment killpg.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c raise.c -o raise.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment raise.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c sigaction.c -o sigaction.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment sigaction.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c sigaddset.c -o sigaddset.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment sigaddset.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c sigandset.c -o sigandset.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment sigandset.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c sigblock.c -o sigblock.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment sigblock.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c sigdelset.c -o sigdelset.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment sigdelset.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c sigempty.c -o sigempty.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment sigempty.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c sigfillset.c -o sigfillset.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment sigfillset.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c siggetmask.c -o siggetmask.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment siggetmask.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c sighold.c -o sighold.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment sighold.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c sigignore.c -o sigignore.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment sigignore.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c sigintr.c -o sigintr.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment sigintr.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c sigisempty.c -o sigisempty.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment sigisempty.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c sigismem.c -o sigismem.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment sigismem.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c sigjmp.c -o sigjmp.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment sigjmp.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c signal.c -o signal.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment signal.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c sigorset.c -o sigorset.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment sigorset.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c sigpause.c -o sigpause.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment sigpause.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c sigrelse.c -o sigrelse.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment sigrelse.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c sigset.c -o sigset.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment sigset.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c sigsetmask.c -o sigsetmask.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment sigsetmask.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c sigsetops.c -o sigsetops.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment sigsetops.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c sysv_signal.c -o sysv_signal.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment sysv_signal.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c sigwait.c -o sigwait.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment sigwait.o echo signal/allocrtsig.o signal/killpg.o signal/raise.o signal/sigaction.o signal/sigaddset.o signal/sigandset.o signal/sigblock.o signal/sigdelset.o signal/sigempty.o signal/sigfillset.o signal/siggetmask.o signal/sighold.o signal/sigignore.o signal/sigintr.o signal/sigisempty.o signal/sigismem.o signal/sigjmp.o signal/signal.o signal/sigorset.o signal/sigpause.o signal/sigrelse.o signal/sigset.o signal/sigsetmask.o signal/sigsetops.o signal/sysv_signal.o signal/sigwait.o > ../obj.signal make[2]: Leaving directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/signal' make -C stdlib make[2]: Entering directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/stdlib' mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_abs stdlib.c -c -o abs.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment abs.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_labs stdlib.c -c -o labs.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment labs.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_atoi stdlib.c -c -o atoi.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment atoi.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_atol stdlib.c -c -o atol.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment atol.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_strtol stdlib.c -c -o strtol.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment strtol.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_strtoul stdlib.c -c -o strtoul.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment strtoul.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL__stdlib_strto_l stdlib.c -c -o _stdlib_strto_l.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment _stdlib_strto_l.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_qsort stdlib.c -c -o qsort.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment qsort.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_bsearch stdlib.c -c -o bsearch.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment bsearch.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_llabs stdlib.c -c -o llabs.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment llabs.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_atoll stdlib.c -c -o atoll.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment atoll.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_strtoll stdlib.c -c -o strtoll.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment strtoll.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_strtoull stdlib.c -c -o strtoull.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment strtoull.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL__stdlib_strto_ll stdlib.c -c -o _stdlib_strto_ll.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment _stdlib_strto_ll.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_atof stdlib.c -c -o atof.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment atof.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_mblen stdlib.c -c -o mblen.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment mblen.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_mbtowc stdlib.c -c -o mbtowc.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment mbtowc.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_wctomb stdlib.c -c -o wctomb.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment wctomb.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_mbstowcs stdlib.c -c -o mbstowcs.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment mbstowcs.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_wcstombs stdlib.c -c -o wcstombs.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment wcstombs.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL__stdlib_mb_cur_max stdlib.c -c -o _stdlib_mb_cur_max.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment _stdlib_mb_cur_max.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL__stdlib_wcsto_l stdlib.c -c -o _stdlib_wcsto_l.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment _stdlib_wcsto_l.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL__stdlib_wcsto_ll stdlib.c -c -o _stdlib_wcsto_ll.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment _stdlib_wcsto_ll.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_wcstol stdlib.c -c -o wcstol.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment wcstol.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_wcstoul stdlib.c -c -o wcstoul.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment wcstoul.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_wcstoll stdlib.c -c -o wcstoll.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment wcstoll.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_wcstoull stdlib.c -c -o wcstoull.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment wcstoull.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_strtod strtod.c -c -o strtod.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment strtod.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_strtof strtod.c -c -o strtof.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment strtof.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_strtold strtod.c -c -o strtold.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment strtold.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL___strtofpmax strtod.c -c -o __strtofpmax.o In file included from strtod.c:118: ../../include/bits/uClibc_fpmax.h:89:2: warning: #warning DECIMAL_DIG is not defined! If you are using gcc, it may not be defining __STDC_VERSION__ as it should. mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment __strtofpmax.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL___fp_range_check strtod.c -c -o __fp_range_check.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment __fp_range_check.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_wcstod strtod.c -c -o wcstod.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment wcstod.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_wcstof strtod.c -c -o wcstof.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment wcstof.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_wcstold strtod.c -c -o wcstold.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment wcstold.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL___wcstofpmax strtod.c -c -o __wcstofpmax.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment __wcstofpmax.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_atexit atexit.c -c -o atexit.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment atexit.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_on_exit atexit.c -c -o on_exit.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment on_exit.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL___exit_handler atexit.c -c -o __exit_handler.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment __exit_handler.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -DL_exit atexit.c -c -o exit.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment exit.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c abort.c -o abort.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment abort.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c getenv.c -o getenv.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment getenv.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c mkdtemp.c -o mkdtemp.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment mkdtemp.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c mktemp.c -o mktemp.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment mktemp.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c realpath.c -o realpath.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment realpath.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c mkstemp.c -o mkstemp.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment mkstemp.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c mkstemp64.c -o mkstemp64.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment mkstemp64.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c rand.c -o rand.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment rand.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c random.c -o random.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment random.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c random_r.c -o random_r.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment random_r.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c setenv.c -o setenv.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment setenv.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c system.c -o system.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment system.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c div.c -o div.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment div.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c ldiv.c -o ldiv.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment ldiv.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c lldiv.c -o lldiv.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment lldiv.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c getpt.c -o getpt.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment getpt.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c ptsname.c -o ptsname.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment ptsname.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c grantpt.c -o grantpt.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment grantpt.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c unlockpt.c -o unlockpt.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment unlockpt.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c gcvt.c -o gcvt.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment gcvt.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c drand48-iter.c -o drand48-iter.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment drand48-iter.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c jrand48.c -o jrand48.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment jrand48.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c jrand48_r.c -o jrand48_r.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment jrand48_r.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c lrand48.c -o lrand48.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment lrand48.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c lrand48_r.c -o lrand48_r.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment lrand48_r.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c mrand48.c -o mrand48.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment mrand48.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c mrand48_r.c -o mrand48_r.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment mrand48_r.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c nrand48.c -o nrand48.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment nrand48.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c nrand48_r.c -o nrand48_r.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment nrand48_r.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c rand_r.c -o rand_r.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment rand_r.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c srand48.c -o srand48.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment srand48.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c srand48_r.c -o srand48_r.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment srand48_r.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c seed48.c -o seed48.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment seed48.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c seed48_r.c -o seed48_r.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment seed48_r.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c valloc.c -o valloc.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment valloc.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c drand48.c -o drand48.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment drand48.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c drand48_r.c -o drand48_r.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment drand48_r.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c erand48.c -o erand48.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment erand48.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c erand48_r.c -o erand48_r.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment erand48_r.o echo stdlib/abs.o stdlib/labs.o stdlib/atoi.o stdlib/atol.o stdlib/strtol.o stdlib/strtoul.o stdlib/_stdlib_strto_l.o stdlib/qsort.o stdlib/bsearch.o stdlib/llabs.o stdlib/atoll.o stdlib/strtoll.o stdlib/strtoull.o stdlib/_stdlib_strto_ll.o stdlib/atof.o stdlib/mblen.o stdlib/mbtowc.o stdlib/wctomb.o stdlib/mbstowcs.o stdlib/wcstombs.o stdlib/_stdlib_mb_cur_max.o stdlib/_stdlib_wcsto_l.o stdlib/_stdlib_wcsto_ll.o stdlib/wcstol.o stdlib/wcstoul.o stdlib/wcstoll.o stdlib/wcstoull.o stdlib/strtod.o stdlib/strtof.o stdlib/strtold.o stdlib/__strtofpmax.o stdlib/__fp_range_check.o stdlib/wcstod.o stdlib/wcstof.o stdlib/wcstold.o stdlib/__wcstofpmax.o stdlib/atexit.o stdlib/on_exit.o stdlib/__exit_handler.o stdlib/exit.o stdlib/abort.o stdlib/getenv.o stdlib/mkdtemp.o stdlib/mktemp.o stdlib/realpath.o stdlib/mkstemp.o stdlib/mkstemp64.o stdlib/rand.o stdlib/random.o stdlib/random_r.o stdlib/setenv.o stdlib/system.o stdlib/div.o stdlib/ldiv.o stdlib/lldiv.o stdlib/getpt.o stdlib/ptsname.o stdlib/grantpt.o stdlib/unlockpt.o stdlib/gcvt.o stdlib/drand48-iter.o stdlib/jrand48.o stdlib/jrand48_r.o stdlib/lrand48.o stdlib/lrand48_r.o stdlib/mrand48.o stdlib/mrand48_r.o stdlib/nrand48.o stdlib/nrand48_r.o stdlib/rand_r.o stdlib/srand48.o stdlib/srand48_r.o stdlib/seed48.o stdlib/seed48_r.o stdlib/valloc.o stdlib/drand48.o stdlib/drand48_r.o stdlib/erand48.o stdlib/erand48_r.o > ../obj.stdlib make -C malloc-standard make[3]: Entering directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/stdlib/malloc-standard' mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c malloc.c -o malloc.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment malloc.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c calloc.c -o calloc.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment calloc.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c realloc.c -o realloc.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment realloc.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c free.c -o free.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment free.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c memalign.c -o memalign.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment memalign.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c mallopt.c -o mallopt.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment mallopt.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c mallinfo.c -o mallinfo.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment mallinfo.o echo stdlib/malloc-standard/malloc.o stdlib/malloc-standard/calloc.o stdlib/malloc-standard/realloc.o stdlib/malloc-standard/free.o stdlib/malloc-standard/memalign.o stdlib/malloc-standard/mallopt.o stdlib/malloc-standard/mallinfo.o > ../../obj.stdlib.malloc-standard make[3]: Leaving directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/stdlib/malloc-standard' make[2]: Leaving directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/stdlib' make -C sysdeps make[2]: Entering directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/sysdeps' make -C linux make[3]: Entering directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/sysdeps/linux' make -C common make[4]: Entering directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/sysdeps/linux/common' mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c __rt_sigtimedwait.c -o __rt_sigtimedwait.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment __rt_sigtimedwait.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c __socketcall.c -o __socketcall.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment __socketcall.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c __syscall_fcntl.c -o __syscall_fcntl.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment __syscall_fcntl.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c __syscall_fcntl64.c -o __syscall_fcntl64.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment __syscall_fcntl64.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c __syscall_ipc.c -o __syscall_ipc.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment __syscall_ipc.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c __syscall_rt_sigaction.c -o __syscall_rt_sigaction.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment __syscall_rt_sigaction.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c __syscall_sigaction.c -o __syscall_sigaction.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment __syscall_sigaction.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c _exit.c -o _exit.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment _exit.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c access.c -o access.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment access.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c acct.c -o acct.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment acct.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c adjtimex.c -o adjtimex.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment adjtimex.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c alarm.c -o alarm.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment alarm.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c bdflush.c -o bdflush.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment bdflush.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c capget.c -o capget.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment capget.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c capset.c -o capset.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment capset.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c chdir.c -o chdir.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment chdir.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c chmod.c -o chmod.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment chmod.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c chown.c -o chown.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment chown.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c chroot.c -o chroot.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment chroot.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c clock_getres.c -o clock_getres.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment clock_getres.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c clock_gettime.c -o clock_gettime.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment clock_gettime.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c clock_settime.c -o clock_settime.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment clock_settime.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c close.c -o close.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment close.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c cmsg_nxthdr.c -o cmsg_nxthdr.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment cmsg_nxthdr.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c creat64.c -o creat64.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment creat64.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c create_module.c -o create_module.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment create_module.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c delete_module.c -o delete_module.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment delete_module.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c dup.c -o dup.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment dup.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c dup2.c -o dup2.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment dup2.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c epoll.c -o epoll.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment epoll.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c execve.c -o execve.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment execve.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c fchdir.c -o fchdir.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment fchdir.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c fchmod.c -o fchmod.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment fchmod.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c fchown.c -o fchown.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment fchown.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c fdatasync.c -o fdatasync.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment fdatasync.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c flock.c -o flock.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment flock.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c fork.c -o fork.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment fork.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c fstat.c -o fstat.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment fstat.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c fstat64.c -o fstat64.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment fstat64.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c fstatfs.c -o fstatfs.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment fstatfs.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c fsync.c -o fsync.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment fsync.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c ftruncate.c -o ftruncate.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment ftruncate.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c ftruncate64.c -o ftruncate64.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment ftruncate64.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c get_kernel_syms.c -o get_kernel_syms.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment get_kernel_syms.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c getcwd.c -o getcwd.o getcwd.c: In function `getcwd': getcwd.c:168: warning: implicit declaration of function `getpagesize' mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment getcwd.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c getdents.c -o getdents.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment getdents.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c getdents64.c -o getdents64.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment getdents64.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c getdirname.c -o getdirname.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment getdirname.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c getdnnm.c -o getdnnm.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment getdnnm.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c getdtablesize.c -o getdtablesize.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment getdtablesize.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c getegid.c -o getegid.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment getegid.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c geteuid.c -o geteuid.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment geteuid.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c getgid.c -o getgid.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment getgid.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c getgroups.c -o getgroups.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment getgroups.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c gethstnm.c -o gethstnm.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment gethstnm.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c getitimer.c -o getitimer.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment getitimer.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c getpagesize.c -o getpagesize.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment getpagesize.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c getpgid.c -o getpgid.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment getpgid.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c getpgrp.c -o getpgrp.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment getpgrp.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c getpid.c -o getpid.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment getpid.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c getppid.c -o getppid.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment getppid.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c getpriority.c -o getpriority.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment getpriority.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c getresgid.c -o getresgid.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment getresgid.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c getresuid.c -o getresuid.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment getresuid.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c getrlimit.c -o getrlimit.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment getrlimit.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c getrlimit64.c -o getrlimit64.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment getrlimit64.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c getrusage.c -o getrusage.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment getrusage.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c getsid.c -o getsid.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment getsid.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c gettimeofday.c -o gettimeofday.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment gettimeofday.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c getuid.c -o getuid.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment getuid.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c init_module.c -o init_module.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment init_module.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c ioctl.c -o ioctl.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment ioctl.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c ioperm.c -o ioperm.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment ioperm.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c iopl.c -o iopl.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment iopl.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c kill.c -o kill.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment kill.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c klogctl.c -o klogctl.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment klogctl.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c lchown.c -o lchown.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment lchown.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c link.c -o link.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment link.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c llseek.c -o llseek.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment llseek.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c longjmp.c -o longjmp.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment longjmp.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c lseek.c -o lseek.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment lseek.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c lstat.c -o lstat.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment lstat.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c lstat64.c -o lstat64.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment lstat64.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c madvise.c -o madvise.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment madvise.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c mincore.c -o mincore.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment mincore.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c mkdir.c -o mkdir.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment mkdir.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c mkfifo.c -o mkfifo.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment mkfifo.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c mknod.c -o mknod.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment mknod.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c mlock.c -o mlock.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment mlock.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c mlockall.c -o mlockall.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment mlockall.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c mmap.c -o mmap.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment mmap.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c mmap64.c -o mmap64.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment mmap64.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c modify_ldt.c -o modify_ldt.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment modify_ldt.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c mount.c -o mount.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment mount.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c mprotect.c -o mprotect.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment mprotect.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c mremap.c -o mremap.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment mremap.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c msync.c -o msync.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment msync.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c munlock.c -o munlock.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment munlock.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c munlockall.c -o munlockall.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment munlockall.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c munmap.c -o munmap.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment munmap.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c nanosleep.c -o nanosleep.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment nanosleep.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c nice.c -o nice.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment nice.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c noophooks.c -o noophooks.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment noophooks.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c ntp_gettime.c -o ntp_gettime.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment ntp_gettime.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c open.c -o open.o open.c: In function `__libc_open': open.c:25: warning: 'mode' might be used uninitialized in this function mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment open.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c open64.c -o open64.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment open64.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c pause.c -o pause.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment pause.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c personality.c -o personality.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment personality.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c pipe.c -o pipe.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment pipe.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c pivot_root.c -o pivot_root.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment pivot_root.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c poll.c -o poll.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment poll.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c posix_fadvise.c -o posix_fadvise.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment posix_fadvise.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c posix_fadvise64.c -o posix_fadvise64.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment posix_fadvise64.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c prctl.c -o prctl.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment prctl.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c pread_write.c -o pread_write.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment pread_write.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c ptrace.c -o ptrace.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment ptrace.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c query_module.c -o query_module.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment query_module.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c quotactl.c -o quotactl.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment quotactl.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c read.c -o read.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment read.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c readahead.c -o readahead.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment readahead.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c readlink.c -o readlink.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment readlink.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c readv.c -o readv.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment readv.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c reboot.c -o reboot.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment reboot.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c rename.c -o rename.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment rename.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c rmdir.c -o rmdir.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment rmdir.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c sbrk.c -o sbrk.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment sbrk.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c sched_get_priority_max.c -o sched_get_priority_max.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment sched_get_priority_max.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c sched_get_priority_min.c -o sched_get_priority_min.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment sched_get_priority_min.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c sched_getparam.c -o sched_getparam.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment sched_getparam.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c sched_getscheduler.c -o sched_getscheduler.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment sched_getscheduler.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c sched_rr_get_interval.c -o sched_rr_get_interval.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment sched_rr_get_interval.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c sched_setparam.c -o sched_setparam.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment sched_setparam.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c sched_setscheduler.c -o sched_setscheduler.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment sched_setscheduler.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c sched_yield.c -o sched_yield.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment sched_yield.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c select.c -o select.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment select.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c sendfile.c -o sendfile.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment sendfile.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c sendfile64.c -o sendfile64.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment sendfile64.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c setdomainname.c -o setdomainname.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment setdomainname.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c setegid.c -o setegid.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment setegid.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c seteuid.c -o seteuid.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment seteuid.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c setfsgid.c -o setfsgid.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment setfsgid.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c setfsuid.c -o setfsuid.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment setfsuid.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c setgid.c -o setgid.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment setgid.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c setgroups.c -o setgroups.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment setgroups.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c sethostname.c -o sethostname.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment sethostname.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c setitimer.c -o setitimer.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment setitimer.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c setpgid.c -o setpgid.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment setpgid.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c setpgrp.c -o setpgrp.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment setpgrp.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c setpriority.c -o setpriority.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment setpriority.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c setregid.c -o setregid.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment setregid.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c setresgid.c -o setresgid.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment setresgid.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c setresuid.c -o setresuid.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment setresuid.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c setreuid.c -o setreuid.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment setreuid.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c setrlimit.c -o setrlimit.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment setrlimit.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c setrlimit64.c -o setrlimit64.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment setrlimit64.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c setsid.c -o setsid.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment setsid.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c settimeofday.c -o settimeofday.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment settimeofday.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c setuid.c -o setuid.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment setuid.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c sigaltstack.c -o sigaltstack.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment sigaltstack.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c sigpending.c -o sigpending.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment sigpending.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c sigprocmask.c -o sigprocmask.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment sigprocmask.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c sigsuspend.c -o sigsuspend.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment sigsuspend.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -fno-stack-protector -c ssp.c -o ssp.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment ssp.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c stat.c -o stat.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment stat.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c stat64.c -o stat64.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment stat64.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c statfs.c -o statfs.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment statfs.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c stime.c -o stime.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment stime.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c swapoff.c -o swapoff.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment swapoff.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c swapon.c -o swapon.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment swapon.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c symlink.c -o symlink.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment symlink.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c sync.c -o sync.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment sync.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c sysctl.c -o sysctl.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment sysctl.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c sysfs.c -o sysfs.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment sysfs.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c sysinfo.c -o sysinfo.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment sysinfo.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c time.c -o time.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment time.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c times.c -o times.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment times.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c truncate.c -o truncate.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment truncate.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c truncate64.c -o truncate64.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment truncate64.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c ulimit.c -o ulimit.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment ulimit.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c umask.c -o umask.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment umask.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c umount.c -o umount.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment umount.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c umount2.c -o umount2.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment umount2.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c uname.c -o uname.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment uname.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c unlink.c -o unlink.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment unlink.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c uselib.c -o uselib.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment uselib.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c ustat.c -o ustat.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment ustat.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c utime.c -o utime.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment utime.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c utimes.c -o utimes.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment utimes.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c vfork.c -o vfork.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment vfork.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c vhangup.c -o vhangup.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment vhangup.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c wait.c -o wait.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment wait.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c wait3.c -o wait3.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment wait3.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c wait4.c -o wait4.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment wait4.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c waitpid.c -o waitpid.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment waitpid.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c write.c -o write.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment write.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c writev.c -o writev.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment writev.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c xattr.c -o xattr.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment xattr.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c xstatconv.c -o xstatconv.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment xstatconv.o echo sysdeps/linux/common/__rt_sigtimedwait.o sysdeps/linux/common/__socketcall.o sysdeps/linux/common/__syscall_fcntl.o sysdeps/linux/common/__syscall_fcntl64.o sysdeps/linux/common/__syscall_ipc.o sysdeps/linux/common/__syscall_rt_sigaction.o sysdeps/linux/common/__syscall_sigaction.o sysdeps/linux/common/_exit.o sysdeps/linux/common/access.o sysdeps/linux/common/acct.o sysdeps/linux/common/adjtimex.o sysdeps/linux/common/alarm.o sysdeps/linux/common/bdflush.o sysdeps/linux/common/capget.o sysdeps/linux/common/capset.o sysdeps/linux/common/chdir.o sysdeps/linux/common/chmod.o sysdeps/linux/common/chown.o sysdeps/linux/common/chroot.o sysdeps/linux/common/clock_getres.o sysdeps/linux/common/clock_gettime.o sysdeps/linux/common/clock_settime.o sysdeps/linux/common/close.o sysdeps/linux/common/cmsg_nxthdr.o sysdeps/linux/common/creat64.o sysdeps/linux/common/create_module.o sysdeps/linux/common/delete_module.o sysdeps/linux/common/dup.o sysdeps/linux/common/dup2.o sysdeps/linux/common/epoll.o sysdeps/linux/common/execve.o sysdeps/linux/common/fchdir.o sysdeps/linux/common/fchmod.o sysdeps/linux/common/fchown.o sysdeps/linux/common/fdatasync.o sysdeps/linux/common/flock.o sysdeps/linux/common/fork.o sysdeps/linux/common/fstat.o sysdeps/linux/common/fstat64.o sysdeps/linux/common/fstatfs.o sysdeps/linux/common/fsync.o sysdeps/linux/common/ftruncate.o sysdeps/linux/common/ftruncate64.o sysdeps/linux/common/get_kernel_syms.o sysdeps/linux/common/getcwd.o sysdeps/linux/common/getdents.o sysdeps/linux/common/getdents64.o sysdeps/linux/common/getdirname.o sysdeps/linux/common/getdnnm.o sysdeps/linux/common/getdtablesize.o sysdeps/linux/common/getegid.o sysdeps/linux/common/geteuid.o sysdeps/linux/common/getgid.o sysdeps/linux/common/getgroups.o sysdeps/linux/common/gethstnm.o sysdeps/linux/common/getitimer.o sysdeps/linux/common/getpagesize.o sysdeps/linux/common/getpgid.o sysdeps/linux/common/getpgrp.o sysdeps/linux/common/getpid.o sysdeps/linux/common/getppid.o sysdeps/linux/common/getpriority.o sysdeps/linux/common/getresgid.o sysdeps/linux/common/getresuid.o sysdeps/linux/common/getrlimit.o sysdeps/linux/common/getrlimit64.o sysdeps/linux/common/getrusage.o sysdeps/linux/common/getsid.o sysdeps/linux/common/gettimeofday.o sysdeps/linux/common/getuid.o sysdeps/linux/common/init_module.o sysdeps/linux/common/ioctl.o sysdeps/linux/common/ioperm.o sysdeps/linux/common/iopl.o sysdeps/linux/common/kill.o sysdeps/linux/common/klogctl.o sysdeps/linux/common/lchown.o sysdeps/linux/common/link.o sysdeps/linux/common/llseek.o sysdeps/linux/common/longjmp.o sysdeps/linux/common/lseek.o sysdeps/linux/common/lstat.o sysdeps/linux/common/lstat64.o sysdeps/linux/common/madvise.o sysdeps/linux/common/mincore.o sysdeps/linux/common/mkdir.o sysdeps/linux/common/mkfifo.o sysdeps/linux/common/mknod.o sysdeps/linux/common/mlock.o sysdeps/linux/common/mlockall.o sysdeps/linux/common/mmap.o sysdeps/linux/common/mmap64.o sysdeps/linux/common/modify_ldt.o sysdeps/linux/common/mount.o sysdeps/linux/common/mprotect.o sysdeps/linux/common/mremap.o sysdeps/linux/common/msync.o sysdeps/linux/common/munlock.o sysdeps/linux/common/munlockall.o sysdeps/linux/common/munmap.o sysdeps/linux/common/nanosleep.o sysdeps/linux/common/nice.o sysdeps/linux/common/noophooks.o sysdeps/linux/common/ntp_gettime.o sysdeps/linux/common/open.o sysdeps/linux/common/open64.o sysdeps/linux/common/pause.o sysdeps/linux/common/personality.o sysdeps/linux/common/pipe.o sysdeps/linux/common/pivot_root.o sysdeps/linux/common/poll.o sysdeps/linux/common/posix_fadvise.o sysdeps/linux/common/posix_fadvise64.o sysdeps/linux/common/prctl.o sysdeps/linux/common/pread_write.o sysdeps/linux/common/ptrace.o sysdeps/linux/common/query_module.o sysdeps/linux/common/quotactl.o sysdeps/linux/common/read.o sysdeps/linux/common/readahead.o sysdeps/linux/common/readlink.o sysdeps/linux/common/readv.o sysdeps/linux/common/reboot.o sysdeps/linux/common/rename.o sysdeps/linux/common/rmdir.o sysdeps/linux/common/sbrk.o sysdeps/linux/common/sched_get_priority_max.o sysdeps/linux/common/sched_get_priority_min.o sysdeps/linux/common/sched_getparam.o sysdeps/linux/common/sched_getscheduler.o sysdeps/linux/common/sched_rr_get_interval.o sysdeps/linux/common/sched_setparam.o sysdeps/linux/common/sched_setscheduler.o sysdeps/linux/common/sched_yield.o sysdeps/linux/common/select.o sysdeps/linux/common/sendfile.o sysdeps/linux/common/sendfile64.o sysdeps/linux/common/setdomainname.o sysdeps/linux/common/setegid.o sysdeps/linux/common/seteuid.o sysdeps/linux/common/setfsgid.o sysdeps/linux/common/setfsuid.o sysdeps/linux/common/setgid.o sysdeps/linux/common/setgroups.o sysdeps/linux/common/sethostname.o sysdeps/linux/common/setitimer.o sysdeps/linux/common/setpgid.o sysdeps/linux/common/setpgrp.o sysdeps/linux/common/setpriority.o sysdeps/linux/common/setregid.o sysdeps/linux/common/setresgid.o sysdeps/linux/common/setresuid.o sysdeps/linux/common/setreuid.o sysdeps/linux/common/setrlimit.o sysdeps/linux/common/setrlimit64.o sysdeps/linux/common/setsid.o sysdeps/linux/common/settimeofday.o sysdeps/linux/common/setuid.o sysdeps/linux/common/sigaltstack.o sysdeps/linux/common/sigpending.o sysdeps/linux/common/sigprocmask.o sysdeps/linux/common/sigsuspend.o sysdeps/linux/common/ssp.o sysdeps/linux/common/stat.o sysdeps/linux/common/stat64.o sysdeps/linux/common/statfs.o sysdeps/linux/common/stime.o sysdeps/linux/common/swapoff.o sysdeps/linux/common/swapon.o sysdeps/linux/common/symlink.o sysdeps/linux/common/sync.o sysdeps/linux/common/sysctl.o sysdeps/linux/common/sysfs.o sysdeps/linux/common/sysinfo.o sysdeps/linux/common/time.o sysdeps/linux/common/times.o sysdeps/linux/common/truncate.o sysdeps/linux/common/truncate64.o sysdeps/linux/common/ulimit.o sysdeps/linux/common/umask.o sysdeps/linux/common/umount.o sysdeps/linux/common/umount2.o sysdeps/linux/common/uname.o sysdeps/linux/common/unlink.o sysdeps/linux/common/uselib.o sysdeps/linux/common/ustat.o sysdeps/linux/common/utime.o sysdeps/linux/common/utimes.o sysdeps/linux/common/vfork.o sysdeps/linux/common/vhangup.o sysdeps/linux/common/wait.o sysdeps/linux/common/wait3.o sysdeps/linux/common/wait4.o sysdeps/linux/common/waitpid.o sysdeps/linux/common/write.o sysdeps/linux/common/writev.o sysdeps/linux/common/xattr.o sysdeps/linux/common/xstatconv.o > ../../../obj.sysdeps.common make[4]: Leaving directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/sysdeps/linux/common' make -C mips make[4]: Entering directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/sysdeps/linux/mips' mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c bsd-_setjmp.S -o bsd-_setjmp.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment bsd-_setjmp.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c bsd-setjmp.S -o bsd-setjmp.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment bsd-setjmp.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c setjmp.S -o setjmp.o mipsel-softfloat-linux-uclibc-strip -x -R .note -R .comment setjmp.o mipsel-softfloat-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -mips1 -msoft-float -fno-stack-protector-all -fstack-protector -fno-builtin -nostdinc -D_LIBC -I../../../../include -I. -Os -funit-at-a-time -mno-split-addresses -isystem /usr/lib/gcc/mipsel-softfloat-linux-uclibc/3.4.6/include -DNDEBUG -fPIC -c clone.S -o clone.o clone.S:27:21: asm/asm.h: No such file or directory make[4]: *** [clone.o] Error 1 make[4]: Leaving directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/sysdeps/linux/mips' make[3]: *** [mips] Error 2 make[3]: Leaving directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/sysdeps/linux' make[2]: *** [_dir_linux] Error 2 make[2]: Leaving directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc/sysdeps' make[1]: *** [_dir_sysdeps] Error 2 make[1]: Leaving directory `/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/work/uClibc-0.9.28.3/libc' make: *** [_dir_libc] Error 2 * * ERROR: cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 2490: Called die * The specific snippet of code: * emake || die "make failed"; * The die message: * make failed * * If you need support, post the topmost build error, and the call stack if relevant. * A complete build log is located at '/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/temp/build.log'. * The ebuild environment file is located at '/var/tmp/cross/mipsel-softfloat-linux-uclibc/portage/cross-mipsel-softfloat-linux-uclibc/uclibc-0.9.28.3/temp/environment'. *