Last active
July 14, 2017 06:13
-
-
Save oglops/31f2374ed366962afac5cdd8c4dd2ad0 to your computer and use it in GitHub Desktop.
tomato build hg320 failed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cd /home/oglop/tomato/release/src-rt/router/libjson-c && CC=mipsel-uclibc-gcc STRIP=mipsel-uclibc-strip \ | |
| ./autogen.sh && \ | |
| ./configure --host=mipsel-linux --build=x86_64-redhat-linux --prefix=/usr | |
| autoreconf: Entering directory `.' | |
| autoreconf: configure.ac: not using Gettext | |
| autoreconf: running: aclocal | |
| autoreconf: configure.ac: tracing | |
| autoreconf: configure.ac: not using Libtool | |
| autoreconf: running: /usr/bin/autoconf | |
| autoreconf: running: /usr/bin/autoheader | |
| autoreconf: running: automake --add-missing --copy --no-force | |
| Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /usr/local/bin/automake line 3930. | |
| configure.ac:29: installing './compile' | |
| configure.ac:6: installing './install-sh' | |
| configure.ac:6: installing './missing' | |
| Makefile.am: installing './INSTALL' | |
| Makefile.am:6: error: Libtool library used but 'LIBTOOL' is undefined | |
| Makefile.am:6: The usual way to define 'LIBTOOL' is to add 'LT_INIT' | |
| Makefile.am:6: to 'configure.ac' and run 'aclocal' and 'autoconf' again. | |
| Makefile.am:6: If 'LT_INIT' is in 'configure.ac', make sure | |
| Makefile.am:6: its definition is in aclocal's search path. | |
| Makefile.am: installing './depcomp' | |
| parallel-tests: installing './test-driver' | |
| autoreconf: automake failed with exit status: 1 | |
| Makefile:2609: recipe for target 'libjson-c/stamp-h1' failed | |
| make[5]: *** [libjson-c/stamp-h1] Error 1 | |
| make[5]: Leaving directory '/home/oglop/tomato/release/src/router' | |
| Makefile:118: recipe for target 'all' failed | |
| make[4]: *** [all] Error 2 | |
| make[4]: Leaving directory '/home/oglop/tomato/release/src-rt' | |
| Makefile:1023: recipe for target 'bin' failed | |
| make[3]: *** [bin] Error 2 | |
| make[3]: Leaving directory '/home/oglop/tomato/release/src-rt' | |
| Makefile:1158: recipe for target 'hg320' failed | |
| make[2]: *** [hg320] Error 2 | |
| make[2]: Leaving directory '/home/oglop/tomato/release/src-rt' | |
| Makefile:1216: recipe for target 'r2hg320m' failed | |
| make[1]: *** [r2hg320m] Error 2 | |
| make[1]: Leaving directory '/home/oglop/tomato/release/src-rt' | |
| Makefile:1338: recipe for target 'hg32064k' failed | |
| make: *** [hg32064k] Error 2 | |
| real 8m48.033s | |
| user 11m1.383s | |
| sys 2m38.194s |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| make[1]: Entering directory '/home/oglop/tomato/release/src-rt' | |
| make[2]: Entering directory '/home/oglop/tomato/release/src-rt' | |
| make[3]: Entering directory '/home/oglop/tomato/release/src-rt' | |
| make[4]: Entering directory '/home/oglop/tomato/release/src-rt' | |
| echo '#ifndef TOMATO_PROFILE' > router/shared/tomato_profile.h | |
| echo '#define TOMATO_N 1' >> router/shared/tomato_profile.h | |
| echo '#define PROFILE_G 1' >> router/shared/tomato_profile.h | |
| echo '#define PROFILE_N 2' >> router/shared/tomato_profile.h | |
| echo '#define TOMATO_PROFILE PROFILE_N' >> router/shared/tomato_profile.h | |
| echo '#define TOMATO_PROFILE_NAME "N"' >> router/shared/tomato_profile.h | |
| echo '#define TOMATO_BUILD_NAME "E"' >> router/shared/tomato_profile.h | |
| echo '#define TOMATO_BUILD_DESC "Max' -64K'"' >> router/shared/tomato_profile.h | |
| echo '#ifndef CONFIG_NVRAM_SIZE' >> router/shared/tomato_profile.h | |
| echo '#define CONFIG_NVRAM_SIZE 0' >> router/shared/tomato_profile.h | |
| echo '#endif' >> router/shared/tomato_profile.h | |
| echo '#endif' >> router/shared/tomato_profile.h | |
| echo 'TOMATO_N = 1' > tomato_profile.mak | |
| echo 'PROFILE_G = 1' >> tomato_profile.mak | |
| echo 'PROFILE_N = 2' >> tomato_profile.mak | |
| echo 'TOMATO_PROFILE = $(PROFILE_N)' >> tomato_profile.mak | |
| echo 'TOMATO_PROFILE_NAME = "N"' >> tomato_profile.mak | |
| echo 'TOMATO_BUILD = "E"' >> tomato_profile.mak | |
| echo 'TOMATO_BUILD_NAME = "E"' >> tomato_profile.mak | |
| echo 'TOMATO_BUILD_DESC = "Max' -64K'"' >> tomato_profile.mak | |
| echo 'TOMATO_PROFILE_L = n' >> tomato_profile.mak | |
| echo 'TOMATO_PROFILE_U = N' >> tomato_profile.mak | |
| echo 'TOMATO_BUILD_USB = "USB"' >> tomato_profile.mak | |
| echo 'export EXTRACFLAGS := -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 '-DTCONFIG_NVRAM_64K'' >> tomato_profile.mak | |
| Using N profile, E build config. | |
| make[5]: Entering directory '/home/oglop/tomato/release/src/router' | |
| make[6]: Entering directory '/home/oglop/tomato/release/src-rt/linux/linux-2.6' | |
| HOSTCC scripts/basic/fixdep | |
| scripts/basic/fixdep.c: In function ‘traps’: | |
| scripts/basic/fixdep.c:377:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] | |
| if (*(int *)test != INT_CONF) { | |
| ^~ | |
| scripts/basic/fixdep.c:379:4: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] | |
| *(int *)test); | |
| ^ | |
| HOSTCC scripts/basic/docproc | |
| HOSTCC scripts/kconfig/conf.o | |
| scripts/kconfig/conf.c: In function ‘conf_string’: | |
| scripts/kconfig/conf.c:175:20: warning: variable ‘help’ set but not used [-Wunused-but-set-variable] | |
| const char *def, *help; | |
| ^~~~ | |
| scripts/kconfig/conf.c: In function ‘conf_sym’: | |
| scripts/kconfig/conf.c:210:6: warning: variable ‘type’ set but not used [-Wunused-but-set-variable] | |
| int type; | |
| ^~~~ | |
| scripts/kconfig/conf.c: In function ‘conf_choice’: | |
| scripts/kconfig/conf.c:286:6: warning: variable ‘type’ set but not used [-Wunused-but-set-variable] | |
| int type; | |
| ^~~~ | |
| HOSTCC scripts/kconfig/kxgettext.o | |
| SHIPPED scripts/kconfig/zconf.tab.c | |
| SHIPPED scripts/kconfig/lex.zconf.c | |
| SHIPPED scripts/kconfig/zconf.hash.c | |
| HOSTCC scripts/kconfig/zconf.tab.o | |
| In file included from scripts/kconfig/zconf.tab.c:158:0: | |
| scripts/kconfig/zconf.hash.c:161:43: warning: ‘kconf_id_strings_contents’ is static but used in inline function ‘kconf_id_lookup’ which is not static | |
| #define kconf_id_strings ((const char *) &kconf_id_strings_contents) | |
| ^ | |
| scripts/kconfig/zconf.hash.c:233:44: note: in expansion of macro ‘kconf_id_strings’ | |
| register const char *s = o + kconf_id_strings; | |
| ^~~~~~~~~~~~~~~~ | |
| scripts/kconfig/zconf.hash.c:226:26: warning: ‘kconf_id_hash’ is static but used in inline function ‘kconf_id_lookup’ which is not static | |
| register int key = kconf_id_hash (str, len); | |
| ^~~~~~~~~~~~~ | |
| scripts/kconfig/zconf.hash.c:177:26: warning: ‘wordlist’ is static but declared in inline function ‘kconf_id_lookup’ which is not static | |
| static struct kconf_id wordlist[] = | |
| ^~~~~~~~ | |
| In file included from scripts/kconfig/zconf.tab.c:2340:0: | |
| scripts/kconfig/lex.zconf.c:1620:16: warning: ‘input’ defined but not used [-Wunused-function] | |
| static int input (void) | |
| ^~~~~ | |
| HOSTLD scripts/kconfig/conf | |
| scripts/kconfig/conf -o arch/mips/Kconfig | |
| * | |
| * Linux Kernel Configuration | |
| * | |
| * | |
| * Machine selection | |
| * | |
| System type | |
| > 1. Broadcom MIPS based platforms (MIPS_BRCM) | |
| 2. Alchemy processor based machines (MACH_ALCHEMY) | |
| 3. Basler eXcite smart camera (BASLER_EXCITE) | |
| 4. Cobalt Server (MIPS_COBALT) | |
| 5. DECstations (MACH_DECSTATION) | |
| 6. Galileo EV64120 Evaluation board (EXPERIMENTAL) (MIPS_EV64120) | |
| 7. Jazz family of machines (MACH_JAZZ) | |
| 8. LASAT Networks platforms (LASAT) | |
| 9. MIPS Atlas board (MIPS_ATLAS) | |
| 10. MIPS Malta board (MIPS_MALTA) | |
| 11. MIPS SEAD board (EXPERIMENTAL) (MIPS_SEAD) | |
| 12. Wind River PPMC board (WR_PPMC) | |
| 13. MIPS simulator (MIPSsim) (MIPS_SIM) | |
| 14. Momentum Ocelot board (MOMENCO_OCELOT) | |
| 15. Momentum Ocelot-3 board (MOMENCO_OCELOT_3) | |
| 16. Momentum Ocelot-C board (MOMENCO_OCELOT_C) | |
| 17. Philips PNX8550 based JBS board (PNX8550_JBS) | |
| 18. Philips PNX8550 based STB810 board (PNX8550_STB810) | |
| 19. NEC DDB Vrc-5477 (DDB5477) | |
| 20. NEC VR4100 series based machines (MACH_VR41XX) | |
| 21. PMC-Sierra Yosemite eval board (PMC_YOSEMITE) | |
| 22. Qemu (QEMU) | |
| 23. NEC EMMA2RH Mark-eins (MARKEINS) | |
| 24. SGI IP22 (Indy/Indigo2) (SGI_IP22) | |
| 25. SGI IP27 (Origin200/2000) (SGI_IP27) | |
| 26. SGI IP32 (O2) (SGI_IP32) | |
| 27. Sibyte BCM91480B-BigSur (SIBYTE_BIGSUR) | |
| 28. Sibyte BCM91250A-SWARM (SIBYTE_SWARM) | |
| 29. Sibyte BCM91250E-Sentosa (SIBYTE_SENTOSA) | |
| 30. Sibyte BCM91125E-Rhone (SIBYTE_RHONE) | |
| 31. Sibyte BCM91120x-Carmel (SIBYTE_CARMEL) | |
| 32. Sibyte BCM91250C2-LittleSur (SIBYTE_LITTLESUR) | |
| 33. Sibyte BCM91120C-CRhine (SIBYTE_CRHINE) | |
| 34. Sibyte BCM91125C-CRhone (SIBYTE_CRHONE) | |
| 35. SNI RM200/300/400 (SNI_RM) | |
| 36. Toshiba JMR-TX3927 board (TOSHIBA_JMR3927) | |
| 37. Toshiba TBTX49[23]7 board (TOSHIBA_RBTX4927) | |
| 38. Toshiba RBTX4938 board (TOSHIBA_RBTX4938) | |
| choice[1-38]: 1 | |
| * | |
| * Support for Broadcom MIPS based boards | |
| * | |
| Support for Broadcom BCM947XX (BCM947XX) [Y/n] y | |
| Support for Broadcom BCM47XX processors (BCM47XX) [Y/n] y | |
| Support for Using DSCP based IP forwarding (BCMIPDSCP) [Y/n] y | |
| Support for performance profiling (HND_BMIPS3300_PROF) [N/y] n | |
| Memory size (in megabytes) (RAM_SIZE) [0] 0 | |
| NVRAM size (in kilobytes, 0 = default) (NVRAM_SIZE) [0] 0 | |
| Support for shrink memory (SHRINKMEM) [N/y] n | |
| Generic GPIO (GENERIC_GPIO) [N/y] n | |
| Support nvram 64K (NVRAM_64K) [Y/n] y | |
| Endianess selection | |
| > 1. Little endian (CPU_LITTLE_ENDIAN) | |
| choice[1]: 1 | |
| * | |
| * CPU selection | |
| * | |
| CPU type | |
| 1. MIPS32 Release 1 (CPU_MIPS32_R1) | |
| > 2. MIPS32 Release 2 (CPU_MIPS32_R2) | |
| choice[1-2]: 2 | |
| * | |
| * Kernel type | |
| * | |
| Kernel code model | |
| > 1. 32-bit kernel (32BIT) | |
| choice[1]: 1 | |
| Kernel page size | |
| > 1. 4kB (PAGE_SIZE_4KB) | |
| 2. 16kB (PAGE_SIZE_16KB) | |
| 3. 64kB (PAGE_SIZE_64KB) | |
| choice[1-3]: 1 | |
| MIPS MT options | |
| > 1. Disable multithreading support. (MIPS_MT_DISABLED) | |
| choice[1]: 1 | |
| Support for 64-bit physical address space (64BIT_PHYS_ADDR) [N/y] n | |
| High Memory Support (HIGHMEM) [Y/n] y | |
| Memory model | |
| 1. Flat Memory (FLATMEM_MANUAL) | |
| > 2. Sparse Memory (SPARSEMEM_MANUAL) | |
| choice[1-2]: 2 | |
| 64 bit Memory and IO resources (EXPERIMENTAL) (RESOURCES_64BIT) [N/y/?] n | |
| Timer frequency | |
| 1. 48 HZ (HZ_48) | |
| > 2. 100 HZ (HZ_100) | |
| 3. 128 HZ (HZ_128) | |
| 4. 250 HZ (HZ_250) | |
| 5. 256 HZ (HZ_256) | |
| 6. 1000 HZ (HZ_1000) | |
| 7. 1024 HZ (HZ_1024) | |
| choice[1-7?]: 2 | |
| Preemption Model | |
| > 1. No Forced Preemption (Server) (PREEMPT_NONE) | |
| 2. Voluntary Kernel Preemption (Desktop) (PREEMPT_VOLUNTARY) | |
| 3. Preemptible Kernel (Low-Latency Desktop) (PREEMPT) | |
| choice[1-3]: 1 | |
| Kexec system call (EXPERIMENTAL) (KEXEC) [N/y/?] n | |
| * | |
| * Code maturity level options | |
| * | |
| Prompt for development and/or incomplete code/drivers (EXPERIMENTAL) [Y/n/?] y | |
| * | |
| * General setup | |
| * | |
| Local version - append to kernel release (LOCALVERSION) [] | |
| Automatically append version information to the version string (LOCALVERSION_AUTO) [N/y/?] n | |
| Support for paging of anonymous memory (swap) (SWAP) [Y/n/?] y | |
| System V IPC (SYSVIPC) [Y/n/?] y | |
| IPC Namespaces (IPC_NS) [N/y/?] n | |
| POSIX Message Queues (POSIX_MQUEUE) [N/y/?] n | |
| BSD Process Accounting (BSD_PROCESS_ACCT) [N/y/?] n | |
| Export task/process statistics through netlink (EXPERIMENTAL) (TASKSTATS) [N/y/?] n | |
| UTS Namespaces (UTS_NS) [N/y/?] n | |
| Auditing support (AUDIT) [N/y/?] n | |
| Kernel .config support (IKCONFIG) [Y/n/m/?] y | |
| Enable access to .config through /proc/config.gz (IKCONFIG_PROC) [N/y/?] n | |
| Kernel log buffer size (16 => 64KB, 17 => 128KB) (LOG_BUF_SHIFT) [14] 14 | |
| Create deprecated sysfs files (SYSFS_DEPRECATED) [Y/n/?] y | |
| Kernel->user space relay support (formerly relayfs) (RELAY) [N/y/?] n | |
| Initial RAM filesystem and RAM disk (initramfs/initrd) support (BLK_DEV_INITRD) [N/y/?] n | |
| Optimize for size (Look out for broken compilers!) (CC_OPTIMIZE_FOR_SIZE) [N/y/?] n | |
| * | |
| * Configure standard kernel features (for small systems) | |
| * | |
| Configure standard kernel features (for small systems) (EMBEDDED) [Y/?] y | |
| Sysctl syscall support (SYSCTL_SYSCALL) [Y/n/?] y | |
| Load all symbols for debugging/ksymoops (KALLSYMS) [N/y/?] n | |
| Support for hot-pluggable devices (HOTPLUG) [Y/n/?] y | |
| Enable support for printk (PRINTK) [Y/n/?] y | |
| BUG() support (BUG) [Y/n/?] y | |
| Enable ELF core dumps (ELF_CORE) [N/y/?] n | |
| Enable full-sized data structures for core (BASE_FULL) [Y/n/?] y | |
| Enable futex support (FUTEX) [Y/n/?] y | |
| Enable anonymous inode source (ANON_INODES) [Y/n/?] y | |
| Enable eventpoll support (EPOLL) [Y/n/?] y | |
| Enable signalfd() system call (SIGNALFD) [Y/n/?] y | |
| Enable timerfd() system call (TIMERFD) [Y/n/?] y | |
| Enable eventfd() system call (EVENTFD) [Y/n/?] y | |
| Use full shmem filesystem (SHMEM) [Y/n/?] y | |
| Enable VM event counters for /proc/vmstat (VM_EVENT_COUNTERS) [N/y/?] n | |
| Choose SLAB allocator | |
| > 1. SLAB (SLAB) | |
| 2. SLUB (Unqueued Allocator) (SLUB) | |
| 3. SLOB (Simple Allocator) (SLOB) | |
| choice[1-3?]: 1 | |
| * | |
| * Loadable module support | |
| * | |
| Enable loadable module support (MODULES) [Y/n/?] y | |
| Module unloading (MODULE_UNLOAD) [Y/n/?] y | |
| Forced module unloading (MODULE_FORCE_UNLOAD) [N/y/?] n | |
| Module versioning support (MODVERSIONS) [N/y/?] n | |
| Source checksum for all modules (MODULE_SRCVERSION_ALL) [N/y/?] n | |
| Automatic kernel module loading (KMOD) [Y/n/?] y | |
| * | |
| * Block layer | |
| * | |
| Enable the block layer (BLOCK) [Y/n/?] y | |
| Support for Large Block Devices (LBD) [Y/n/?] y | |
| Support for tracing block io actions (BLK_DEV_IO_TRACE) [N/y/?] n | |
| Support for Large Single Files (LSF) [N/y/?] n | |
| * | |
| * IO Schedulers | |
| * | |
| Anticipatory I/O scheduler (IOSCHED_AS) [N/m/y/?] n | |
| Deadline I/O scheduler (IOSCHED_DEADLINE) [N/m/y/?] n | |
| CFQ I/O scheduler (IOSCHED_CFQ) [N/m/y/?] n | |
| Default I/O scheduler | |
| > 1. No-op (DEFAULT_NOOP) | |
| choice[1]: 1 | |
| * | |
| * Bus options (PCI, PCMCIA, EISA, ISA, TC) | |
| * | |
| Support for PCI controller (PCI) [Y/n/?] y | |
| * | |
| * PCCARD (PCMCIA/CardBus) support | |
| * | |
| PCCard (PCMCIA/CardBus) support (PCCARD) [N/m/y/?] n | |
| * | |
| * Support for PCI Hotplug (EXPERIMENTAL) | |
| * | |
| Support for PCI Hotplug (EXPERIMENTAL) (HOTPLUG_PCI) [N/m/y/?] n | |
| * | |
| * Executable file formats | |
| * | |
| Kernel support for ELF binaries (BINFMT_ELF) [Y/n/?] y | |
| Kernel support for MISC binaries (BINFMT_MISC) [N/m/y/?] n | |
| * | |
| * Power management options | |
| * | |
| Power Management support (PM) [N/y/?] n | |
| * | |
| * Networking | |
| * | |
| Networking support (NET) [Y/n/?] y | |
| * | |
| * Networking options | |
| * | |
| Packet socket (PACKET) [Y/n/m/?] y | |
| Packet socket: mmapped IO (PACKET_MMAP) [Y/n/?] y | |
| Unix domain sockets (UNIX) [Y/n/m/?] y | |
| Transformation user configuration interface (XFRM_USER) [M/n/y/?] m | |
| Transformation sub policy support (EXPERIMENTAL) (XFRM_SUB_POLICY) [N/y/?] n | |
| Transformation migrate database (EXPERIMENTAL) (XFRM_MIGRATE) [N/y/?] n | |
| PF_KEY sockets (NET_KEY) [M/n/y/?] m | |
| PF_KEY MIGRATE (EXPERIMENTAL) (NET_KEY_MIGRATE) [N/y/?] n | |
| TCP/IP networking (INET) [Y/n/?] y | |
| IP: multicasting (IP_MULTICAST) [Y/n/?] y | |
| IP: advanced router (IP_ADVANCED_ROUTER) [Y/n/?] y | |
| Choose IP: FIB lookup algorithm (choose FIB_HASH if unsure) | |
| > 1. FIB_HASH (ASK_IP_FIB_HASH) | |
| 2. FIB_TRIE (IP_FIB_TRIE) | |
| choice[1-2]: 1 | |
| IP: policy routing (IP_MULTIPLE_TABLES) [Y/n/?] y | |
| IP: equal cost multipath (IP_ROUTE_MULTIPATH) [Y/n/?] y | |
| IP: verbose route monitoring (IP_ROUTE_VERBOSE) [N/y/?] n | |
| IP: kernel level autoconfiguration (IP_PNP) [N/y/?] n | |
| IP: tunneling (NET_IPIP) [N/m/y/?] n | |
| IP: GRE demultiplexer (NET_IPGRE_DEMUX) [N/m/y/?] n | |
| IPSEC NAT-Traversal (KLIPS compatible) (IPSEC_NAT_TRAVERSAL) [Y/n/?] y | |
| IP: multicast routing (IP_MROUTE) [Y/n/?] y | |
| IP: PIM-SM version 1 support (IP_PIMSM_V1) [N/y/?] n | |
| IP: PIM-SM version 2 support (IP_PIMSM_V2) [N/y/?] n | |
| IP: ARP daemon support (EXPERIMENTAL) (ARPD) [N/y/?] n | |
| IP: TCP syncookie support (disabled per default) (SYN_COOKIES) [Y/n/?] y | |
| IP: AH transformation (INET_AH) [M/n/y/?] m | |
| IP: ESP transformation (INET_ESP) [M/n/y/?] m | |
| IP: IPComp transformation (INET_IPCOMP) [M/n/y/?] m | |
| IP: IPsec transport mode (INET_XFRM_MODE_TRANSPORT) [M/n/y/?] m | |
| IP: IPsec tunnel mode (INET_XFRM_MODE_TUNNEL) [M/n/y/?] m | |
| IP: IPsec BEET mode (INET_XFRM_MODE_BEET) [M/n/y/?] m | |
| INET: socket monitoring interface (INET_DIAG) [N/m/y/?] n | |
| * | |
| * TCP: advanced congestion control | |
| * | |
| TCP: advanced congestion control (TCP_CONG_ADVANCED) [Y/n/?] y | |
| Binary Increase Congestion (BIC) control (TCP_CONG_BIC) [N/m/y/?] n | |
| CUBIC TCP (TCP_CONG_CUBIC) [N/m/y/?] n | |
| TCP Westwood+ (TCP_CONG_WESTWOOD) [N/m/y/?] n | |
| H-TCP (TCP_CONG_HTCP) [N/m/y/?] n | |
| High Speed TCP (TCP_CONG_HSTCP) [N/m/y/?] n | |
| TCP-Hybla congestion control algorithm (TCP_CONG_HYBLA) [N/m/y/?] n | |
| TCP Vegas (TCP_CONG_VEGAS) [M/n/y/?] m | |
| Scalable TCP (TCP_CONG_SCALABLE) [N/m/y/?] n | |
| TCP Low Priority (TCP_CONG_LP) [N/m/y/?] n | |
| TCP Veno (TCP_CONG_VENO) [N/m/y/?] n | |
| YeAH TCP (TCP_CONG_YEAH) [N/m/y/?] n | |
| TCP Illinois (TCP_CONG_ILLINOIS) [N/m/y/?] n | |
| Default TCP congestion control | |
| > 1. Reno (DEFAULT_RENO) | |
| choice[1]: 1 | |
| TCP: MD5 Signature Option support (RFC2385) (EXPERIMENTAL) (TCP_MD5SIG) [N/y/?] n | |
| * | |
| * IP virtual server support (EXPERIMENTAL) | |
| * | |
| IP virtual server support (EXPERIMENTAL) (IP_VS) [N/m/y/?] n | |
| The IPv6 protocol (IPV6) [Y/n/m/?] y | |
| IPv6: Privacy Extensions support (IPV6_PRIVACY) [N/y/?] n | |
| IPv6: Router Preference (RFC 4191) support (IPV6_ROUTER_PREF) [Y/n/?] y | |
| IPv6: Route Information (RFC 4191) support (EXPERIMENTAL) (IPV6_ROUTE_INFO) [N/y/?] n | |
| IPv6: Enable RFC 4429 Optimistic DAD (EXPERIMENTAL) (IPV6_OPTIMISTIC_DAD) [Y/n/?] y | |
| IPv6: AH transformation (INET6_AH) [M/n/y/?] m | |
| IPv6: ESP transformation (INET6_ESP) [M/n/y/?] m | |
| IPv6: IPComp transformation (INET6_IPCOMP) [M/n/y/?] m | |
| IPv6: Mobility (EXPERIMENTAL) (IPV6_MIP6) [N/y/?] n | |
| IPv6: IPsec transport mode (INET6_XFRM_MODE_TRANSPORT) [M/n/y/?] m | |
| IPv6: IPsec tunnel mode (INET6_XFRM_MODE_TUNNEL) [M/n/y/?] m | |
| IPv6: IPsec BEET mode (INET6_XFRM_MODE_BEET) [M/n/y/?] m | |
| IPv6: MIPv6 route optimization mode (EXPERIMENTAL) (INET6_XFRM_MODE_ROUTEOPTIMIZATION) [N/m/y/?] n | |
| IPv6: IPv6-in-IPv4 tunnel (SIT driver) (IPV6_SIT) [M/n/y/?] m | |
| IPv6: IPv6 Rapid Deployment (6RD) (EXPERIMENTAL) (IPV6_SIT_6RD) [Y/n/?] y | |
| IPv6: IPv6-in-IPv6 tunnel (IPV6_TUNNEL) [N/m/y/?] n | |
| IPv6: Multiple Routing Tables (IPV6_MULTIPLE_TABLES) [Y/n/?] y | |
| IPv6: source address based routing (IPV6_SUBTREES) [N/y/?] n | |
| IPv6: multicast routing (EXPERIMENTAL) (IPV6_MROUTE) [Y/n/?] y | |
| IPv6: PIM-SM version 2 support (EXPERIMENTAL) (IPV6_PIMSM_V2) [N/y/?] n | |
| TCP/IP Generic Receive Offload (INET_GRO) [N/y] n | |
| TCP/IP Generic Segmentation Offload (INET_GSO) [Y/n] y | |
| Security Marking (NETWORK_SECMARK) [N/y/?] n | |
| * | |
| * Network packet filtering framework (Netfilter) | |
| * | |
| Network packet filtering framework (Netfilter) (NETFILTER) [Y/n/?] y | |
| Network packet filtering debugging (NETFILTER_DEBUG) [N/y/?] n | |
| Bridged IP/ARP packets filtering (BRIDGE_NETFILTER) [N/y/?] n | |
| * | |
| * Core Netfilter Configuration | |
| * | |
| Netfilter netlink interface (NETFILTER_NETLINK) [Y/n/m/?] y | |
| Netfilter NFQUEUE over NFNETLINK interface (NETFILTER_NETLINK_QUEUE) [N/m/y/?] n | |
| Netfilter LOG over NFNETLINK interface (NETFILTER_NETLINK_LOG) [N/m/y/?] n | |
| Netfilter connection tracking support (NF_CONNTRACK_ENABLED) [Y/n/m/?] y | |
| Connection tracking flow accounting (NF_CT_ACCT) [Y/?] y | |
| Connection mark tracking support (NF_CONNTRACK_MARK) [Y/?] y | |
| Connection tracking events (EXPERIMENTAL) (NF_CONNTRACK_EVENTS) [N/y/?] n | |
| SCTP protocol connection tracking support (EXPERIMENTAL) (NF_CT_PROTO_SCTP) [N/m/y/?] n | |
| Amanda backup protocol support (NF_CONNTRACK_AMANDA) [N/m/y/?] n | |
| FTP protocol support (NF_CONNTRACK_FTP) [M/n/y/?] m | |
| H.323 protocol support (EXPERIMENTAL) (NF_CONNTRACK_H323) [M/n/y/?] m | |
| IRC protocol support (NF_CONNTRACK_IRC) [N/m/y/?] n | |
| NetBIOS name service protocol support (EXPERIMENTAL) (NF_CONNTRACK_NETBIOS_NS) [N/m/y/?] n | |
| PPtP protocol support (NF_CONNTRACK_PPTP) [M/n/y/?] m | |
| SANE protocol support (EXPERIMENTAL) (NF_CONNTRACK_SANE) [N/m/y/?] n | |
| SIP protocol support (EXPERIMENTAL) (NF_CONNTRACK_SIP) [M/n/y/?] m | |
| TFTP protocol support (NF_CONNTRACK_TFTP) [Y/n/m/?] y | |
| RTSP protocol support (NF_CONNTRACK_RTSP) [M/n/y/?] m | |
| Connection tracking netlink interface (EXPERIMENTAL) (NF_CT_NETLINK) [N/m/y/?] n | |
| Netfilter Xtables support (required for ip_tables) (NETFILTER_XTABLES) [Y/?] y | |
| "CLASSIFY" target support (NETFILTER_XT_TARGET_CLASSIFY) [M/n/y/?] m | |
| "CONNMARK" target support (NETFILTER_XT_TARGET_CONNMARK) [Y/n/m/?] y | |
| "DSCP" target support (NETFILTER_XT_TARGET_DSCP) [M/n/y/?] m | |
| "HL" hoplimit target support (NETFILTER_XT_TARGET_HL) [M/n/y/?] m | |
| IMQ target support (NETFILTER_XT_TARGET_IMQ) [M/n/y/?] m | |
| "MARK" target support (NETFILTER_XT_TARGET_MARK) [Y/n/m/?] y | |
| "NFQUEUE" target Support (NETFILTER_XT_TARGET_NFQUEUE) [M/n/y/?] m | |
| "NFLOG" target support (NETFILTER_XT_TARGET_NFLOG) [N/m/y/?] n | |
| "NOTRACK" target support (NETFILTER_XT_TARGET_NOTRACK) [M/n/?] m | |
| "TCPMSS" target support (NETFILTER_XT_TARGET_TCPMSS) [Y/n/m/?] y | |
| "comment" match support (NETFILTER_XT_MATCH_COMMENT) [N/m/y/?] n | |
| "connbytes" per-connection counter match support (NETFILTER_XT_MATCH_CONNBYTES) [Y/n/m/?] y | |
| "connlimit" match support" (NETFILTER_XT_MATCH_CONNLIMIT) [Y/n/m/?] y | |
| "connmark" connection mark match support (NETFILTER_XT_MATCH_CONNMARK) [Y/n/m/?] y | |
| "conntrack" connection tracking match support (NETFILTER_XT_MATCH_CONNTRACK) [Y/n/m/?] y | |
| "DCCP" protocol match support (NETFILTER_XT_MATCH_DCCP) [N/m/y/?] n | |
| "DSCP" match support (NETFILTER_XT_MATCH_DSCP) [M/n/y/?] m | |
| "ESP" match support (NETFILTER_XT_MATCH_ESP) [N/m/y/?] n | |
| "helper" match support (NETFILTER_XT_MATCH_HELPER) [N/m/y/?] n | |
| "hl" hoplimit/TTL match support (NETFILTER_XT_MATCH_HL) [M/n/y/?] m | |
| "iprange" address range match support (NETFILTER_XT_MATCH_IPRANGE) [Y/n/m/?] y | |
| "length" match support (NETFILTER_XT_MATCH_LENGTH) [M/n/y/?] m | |
| "limit" match support (NETFILTER_XT_MATCH_LIMIT) [Y/n/m/?] y | |
| "mac" address match support (NETFILTER_XT_MATCH_MAC) [Y/n/m/?] y | |
| "mark" match support (NETFILTER_XT_MATCH_MARK) [Y/n/m/?] y | |
| IPsec "policy" match support (NETFILTER_XT_MATCH_POLICY) [M/n/y/?] m | |
| Multiple port match support (NETFILTER_XT_MATCH_MULTIPORT) [Y/n/m/?] y | |
| "pkttype" packet type match support (NETFILTER_XT_MATCH_PKTTYPE) [N/m/y/?] n | |
| "quota" match support (NETFILTER_XT_MATCH_QUOTA) [M/n/y/?] m | |
| "realm" match support (NETFILTER_XT_MATCH_REALM) [N/m/y/?] n | |
| "recent" match support (NETFILTER_XT_MATCH_RECENT) [M/n/y/?] m | |
| Enable obsolete /proc/net/ipt_recent (NETFILTER_XT_MATCH_RECENT_PROC_COMPAT) [N/y/?] n | |
| "sctp" protocol match support (EXPERIMENTAL) (NETFILTER_XT_MATCH_SCTP) [N/m/y/?] n | |
| "state" match support (NETFILTER_XT_MATCH_STATE) [Y/n/m/?] y | |
| "layer7" match support (NETFILTER_XT_MATCH_LAYER7) [M/n/y/?] m | |
| Layer 7 debugging output (NETFILTER_XT_MATCH_LAYER7_DEBUG) [N/y/?] n | |
| "statistic" match support (NETFILTER_XT_MATCH_STATISTIC) [N/m/y/?] n | |
| "time" match support (NETFILTER_XT_MATCH_TIME) [N/m/y/?] n | |
| "string" match support (NETFILTER_XT_MATCH_STRING) [M/n/y/?] m | |
| "webstr" match support (NETFILTER_XT_MATCH_WEBSTR) [N/m/y/?] n | |
| "web" match support (EXPERIMENTAL) (NETFILTER_XT_MATCH_WEB) [M/n/y/?] m | |
| Web Monitor match (NETFILTER_XT_MATCH_WEBMON) [M/n/y] m | |
| "tcpmss" match support (NETFILTER_XT_MATCH_TCPMSS) [Y/n/m/?] y | |
| "hashlimit" match support (NETFILTER_XT_MATCH_HASHLIMIT) [M/n/y/?] m | |
| "condition" match support (NETFILTER_XT_MATCH_CONDITION) [M/n/y/?] m | |
| "geoip" match support (NETFILTER_XT_MATCH_GEOIP) [M/n/y/?] m | |
| * | |
| * IP: Netfilter Configuration | |
| * | |
| IPv4 connection tracking support (required for NAT) (NF_CONNTRACK_IPV4) [Y/n/m/?] y | |
| proc/sysctl compatibility with old connection tracking (NF_CONNTRACK_PROC_COMPAT) [Y/n/?] y | |
| IP Userspace queueing via NETLINK (OBSOLETE) (IP_NF_QUEUE) [N/m/y/?] n | |
| Broadcom proprietary NAT support (BCM_NAT) [M/n/y/?] m | |
| IP tables support (required for filtering/masq/NAT) (IP_NF_IPTABLES) [Y/n/m/?] y | |
| TOS match support (IP_NF_MATCH_TOS) [M/n/y/?] m | |
| TIME match support (IP_NF_MATCH_TIME) [M/n/y/?] m | |
| ECN match support (IP_NF_MATCH_ECN) [N/m/y/?] n | |
| AH match support (IP_NF_MATCH_AH) [N/m/y/?] n | |
| Owner match support (IP_NF_MATCH_OWNER) [N/m/y/?] n | |
| address type match support (IP_NF_MATCH_ADDRTYPE) [N/m/y/?] n | |
| Multiple port with ranges match support (IP_NF_MATCH_MPORT) [N/m/y/?] n | |
| Packet filtering (IP_NF_FILTER) [Y/n/m/?] y | |
| REJECT target support (IP_NF_TARGET_REJECT) [Y/n/m/?] y | |
| LOG target support (IP_NF_TARGET_LOG) [Y/n/m/?] y | |
| ULOG target support (IP_NF_TARGET_ULOG) [N/m/y/?] n | |
| Full NAT (NF_NAT) [Y/n/m/?] y | |
| MASQUERADE target support (IP_NF_TARGET_MASQUERADE) [Y/n/m/?] y | |
| REDIRECT target support (IP_NF_TARGET_REDIRECT) [M/n/y/?] m | |
| NETMAP target support (IP_NF_TARGET_NETMAP) [M/n/y/?] m | |
| SAME target support (IP_NF_TARGET_SAME) [N/m/y/?] n | |
| TRIGGER target support (port-trigger) (IP_NF_TARGET_TRIGGER) [Y/n/m/?] y | |
| Basic SNMP-ALG support (EXPERIMENTAL) (NF_NAT_SNMP_BASIC) [N/m/y/?] n | |
| Automatic port forwarding (autofw) target support (NF_NAT_AUTOFW) [N/m/y/?] n | |
| Packet mangling (IP_NF_MANGLE) [Y/n/m/?] y | |
| TOS target support (IP_NF_TARGET_TOS) [M/n/y/?] m | |
| ECN target support (IP_NF_TARGET_ECN) [N/m/y/?] n | |
| CLUSTERIP target support (EXPERIMENTAL) (IP_NF_TARGET_CLUSTERIP) [N/m/y/?] n | |
| raw table support (required for NOTRACK/TRACE) (IP_NF_RAW) [M/n/y/?] m | |
| ARP tables support (IP_NF_ARPTABLES) [N/m/y/?] n | |
| U32 match support (IP_NF_MATCH_U32) [Y/n/m/?] y | |
| ROUTE target support (IP_NF_TARGET_ROUTE) [M/n/y/?] m | |
| TARPIT target support (IP_NF_TARGET_TARPIT) [N/m/y/?] n | |
| IPP2P match support (IP_NF_MATCH_IPP2P) [M/n/y/?] m | |
| IPV4OPTIONS match support (IP_NF_MATCH_IPV4OPTIONS) [N/m/y/?] n | |
| BCOUNT target (IP_NF_TARGET_BCOUNT) [N/m/y] n | |
| MACSAVE target (IP_NF_TARGET_MACSAVE) [N/m/y] n | |
| exp match (experimental rig - do not use) (IP_NF_MATCH_EXP) [N/m/y] n | |
| tomato_ct (IP_NF_TOMATOCT) [Y/n/m] y | |
| account match support (IP_NF_MATCH_ACCOUNT) [Y/n/m/?] y | |
| dnsmq (IP_NF_DNSMQ) [M/n/y] m | |
| IP set support (IP_NF_SET) [M/n/y/?] m | |
| Maximum number of IP sets (IP_NF_SET_MAX) [256] 256 | |
| Hash size for bindings of IP sets (IP_NF_SET_HASHSIZE) [1024] 1024 | |
| ipmap set support (IP_NF_SET_IPMAP) [M/n/?] m | |
| macipmap set support (IP_NF_SET_MACIPMAP) [M/n/?] m | |
| portmap set support (IP_NF_SET_PORTMAP) [M/n/?] m | |
| iphash set support (IP_NF_SET_IPHASH) [M/n/?] m | |
| nethash set support (IP_NF_SET_NETHASH) [M/n/?] m | |
| ipporthash set support (IP_NF_SET_IPPORTHASH) [M/n/?] m | |
| ipportiphash set support (IP_NF_SET_IPPORTIPHASH) [M/n/?] m | |
| ipportnethash set support (IP_NF_SET_IPPORTNETHASH) [M/n/?] m | |
| iptree set support (IP_NF_SET_IPTREE) [M/n/?] m | |
| iptreemap set support (IP_NF_SET_IPTREEMAP) [M/n/?] m | |
| setlist set support (IP_NF_SET_SETLIST) [M/n/?] m | |
| set match support (IP_NF_MATCH_SET) [M/n/?] m | |
| SET target support (IP_NF_TARGET_SET) [M/n/?] m | |
| * | |
| * IPv6: Netfilter Configuration (EXPERIMENTAL) | |
| * | |
| IPv6 connection tracking support (EXPERIMENTAL) (NF_CONNTRACK_IPV6) [M/n/y/?] m | |
| IP6 Userspace queueing via NETLINK (OBSOLETE) (IP6_NF_QUEUE) [N/m/y/?] n | |
| IP6 tables support (required for filtering) (IP6_NF_IPTABLES) [Y/n/m/?] y | |
| Routing header match support (IP6_NF_MATCH_RT) [Y/n/m/?] y | |
| Hop-by-hop and Dst opts header match support (IP6_NF_MATCH_OPTS) [N/m/y/?] n | |
| Fragmentation header match support (IP6_NF_MATCH_FRAG) [N/m/y/?] n | |
| Owner match support (IP6_NF_MATCH_OWNER) [N/m/y/?] n | |
| IPv6 Extension Headers Match (IP6_NF_MATCH_IPV6HEADER) [N/m/y/?] n | |
| AH match support (IP6_NF_MATCH_AH) [N/m/y/?] n | |
| MH match support (IP6_NF_MATCH_MH) [N/m/y/?] n | |
| EUI64 address check (IP6_NF_MATCH_EUI64) [N/m/y/?] n | |
| Packet filtering (IP6_NF_FILTER) [M/n/y/?] m | |
| LOG target support (IP6_NF_TARGET_LOG) [M/n/?] m | |
| REJECT target support (IP6_NF_TARGET_REJECT) [M/n/?] m | |
| Packet mangling (IP6_NF_MANGLE) [M/n/y/?] m | |
| raw table support (required for TRACE) (IP6_NF_RAW) [M/n/y/?] m | |
| ROUTE target support (IP6_NF_TARGET_ROUTE) [M/n/?] m | |
| * | |
| * Bridge: Netfilter Configuration | |
| * | |
| Ethernet Bridge tables (ebtables) support (BRIDGE_NF_EBTABLES) [M/n/y/?] m | |
| ebt: broute table support (BRIDGE_EBT_BROUTE) [M/n/?] m | |
| ebt: filter table support (BRIDGE_EBT_T_FILTER) [M/n/?] m | |
| ebt: nat table support (BRIDGE_EBT_T_NAT) [M/n/?] m | |
| ebt: 802.3 filter support (BRIDGE_EBT_802_3) [N/m/?] n | |
| ebt: among filter support (BRIDGE_EBT_AMONG) [N/m/?] n | |
| ebt: ARP filter support (BRIDGE_EBT_ARP) [M/n/?] m | |
| ebt: IP filter support (BRIDGE_EBT_IP) [M/n/?] m | |
| ebt: IP6 filter support (BRIDGE_EBT_IP6) [M/n/?] m | |
| ebt: limit match support (BRIDGE_EBT_LIMIT) [M/n/?] m | |
| ebt: mark filter support (BRIDGE_EBT_MARK) [N/m/?] n | |
| ebt: packet type filter support (BRIDGE_EBT_PKTTYPE) [M/n/?] m | |
| ebt: STP filter support (BRIDGE_EBT_STP) [M/n/?] m | |
| ebt: 802.1Q VLAN filter support (BRIDGE_EBT_VLAN) [M/n/?] m | |
| ebt: arp reply target support (BRIDGE_EBT_ARPREPLY) [M/n/?] m | |
| ebt: dnat target support (BRIDGE_EBT_DNAT) [M/n/?] m | |
| ebt: mark target support (BRIDGE_EBT_MARK_T) [M/n/?] m | |
| ebt: redirect target support (BRIDGE_EBT_REDIRECT) [M/n/?] m | |
| ebt: snat target support (BRIDGE_EBT_SNAT) [M/n/?] m | |
| ebt: log support (BRIDGE_EBT_LOG) [M/n/?] m | |
| ebt: ulog support (OBSOLETE) (BRIDGE_EBT_ULOG) [N/m/?] n | |
| * | |
| * The DCCP Protocol (EXPERIMENTAL) | |
| * | |
| The DCCP Protocol (EXPERIMENTAL) (IP_DCCP) [N/m/y/?] n | |
| * | |
| * The SCTP Protocol (EXPERIMENTAL) | |
| * | |
| The SCTP Protocol (EXPERIMENTAL) (IP_SCTP) [N/m/y/?] n | |
| * | |
| * The TIPC Protocol (EXPERIMENTAL) | |
| * | |
| The TIPC Protocol (EXPERIMENTAL) (TIPC) [N/m/y/?] n | |
| Asynchronous Transfer Mode (ATM) (EXPERIMENTAL) (ATM) [N/m/y/?] n | |
| 802.1d Ethernet Bridging (BRIDGE) [Y/n/m/?] y | |
| 802.1Q VLAN Support (VLAN_8021Q) [Y/n/m/?] y | |
| DECnet Support (DECNET) [N/m/y/?] n | |
| ANSI/IEEE 802.2 LLC type 2 Support (LLC2) [N/m/y/?] n | |
| The IPX protocol (IPX) [N/m/y/?] n | |
| Appletalk protocol support (ATALK) [N/m/y/?] n | |
| CCITT X.25 Packet Layer (EXPERIMENTAL) (X25) [N/m/y/?] n | |
| LAPB Data Link Driver (EXPERIMENTAL) (LAPB) [N/m/y/?] n | |
| Acorn Econet/AUN protocols (EXPERIMENTAL) (ECONET) [N/m/y/?] n | |
| WAN router (WAN_ROUTER) [N/m/y/?] n | |
| * | |
| * QoS and/or fair queueing | |
| * | |
| QoS and/or fair queueing (NET_SCHED) [Y/n/?] y | |
| * | |
| * Queueing/Scheduling | |
| * | |
| Class Based Queueing (CBQ) (NET_SCH_CBQ) [N/m/y/?] n | |
| Hierarchical Token Bucket (HTB) (NET_SCH_HTB) [Y/n/m/?] y | |
| Hierarchical Fair Service Curve (HFSC) (NET_SCH_HFSC) [M/n/y/?] m | |
| Multi Band Priority Queueing (PRIO) (NET_SCH_PRIO) [Y/n/m/?] y | |
| Random Early Detection (RED) (NET_SCH_RED) [M/n/y/?] m | |
| Stochastic Fairness Queueing (SFQ) (NET_SCH_SFQ) [Y/n/m/?] y | |
| Enhanced Stochastic Fairness Queueing (ESFQ) (NET_SCH_ESFQ) [M/n/y/?] m | |
| Connection Tracking Hash Types (NET_SCH_ESFQ_NFCT) [Y/n/?] y | |
| True Link Equalizer (TEQL) (NET_SCH_TEQL) [N/m/y/?] n | |
| Token Bucket Filter (TBF) (NET_SCH_TBF) [M/n/y/?] m | |
| Generic Random Early Detection (GRED) (NET_SCH_GRED) [N/m/y/?] n | |
| Differentiated Services marker (DSMARK) (NET_SCH_DSMARK) [N/m/y/?] n | |
| Network emulator (NETEM) (NET_SCH_NETEM) [N/m/y/?] n | |
| Ingress Qdisc (NET_SCH_INGRESS) [Y/n/m/?] y | |
| * | |
| * Classification | |
| * | |
| Elementary classification (BASIC) (NET_CLS_BASIC) [Y/n/m/?] y | |
| Traffic-Control Index (TCINDEX) (NET_CLS_TCINDEX) [Y/n/m/?] y | |
| Routing decision (ROUTE) (NET_CLS_ROUTE4) [Y/n/m/?] y | |
| Netfilter mark (FW) (NET_CLS_FW) [Y/n/m/?] y | |
| Universal 32bit comparisons w/ hashing (U32) (NET_CLS_U32) [Y/n/m/?] y | |
| Performance counters support (CLS_U32_PERF) [N/y/?] n | |
| Netfilter marks support (CLS_U32_MARK) [Y/n/?] y | |
| IPv4 Resource Reservation Protocol (RSVP) (NET_CLS_RSVP) [N/m/y/?] n | |
| IPv6 Resource Reservation Protocol (RSVP6) (NET_CLS_RSVP6) [N/m/y/?] n | |
| Extended Matches (NET_EMATCH) [N/y/?] n | |
| Actions (NET_CLS_ACT) [N/y/?] n | |
| Traffic Policing (obsolete) (NET_CLS_POLICE) [Y/n/?] y | |
| Incoming device classification (NET_CLS_IND) [N/y/?] n | |
| Rate estimator (NET_ESTIMATOR) [Y/?] y | |
| * | |
| * Network testing | |
| * | |
| Packet Generator (USE WITH CAUTION) (NET_PKTGEN) [N/m/y/?] n | |
| * | |
| * Amateur Radio support | |
| * | |
| Amateur Radio support (HAMRADIO) [N/y/?] n | |
| * | |
| * IrDA (infrared) subsystem support | |
| * | |
| IrDA (infrared) subsystem support (IRDA) [N/m/y/?] n | |
| * | |
| * Bluetooth subsystem support | |
| * | |
| Bluetooth subsystem support (BT) [N/m/y/?] n | |
| RxRPC session sockets (AF_RXRPC) [N/m/y/?] n | |
| * | |
| * Wireless | |
| * | |
| Improved wireless configuration API (CFG80211) [N/m/y] n | |
| Wireless extensions (WIRELESS_EXT) [N/y/?] n | |
| Generic IEEE 802.11 Networking Stack (mac80211) (MAC80211) [N/m/y/?] n | |
| Generic IEEE 802.11 Networking Stack (IEEE80211) [N/m/y/?] n | |
| * | |
| * RF switch subsystem support | |
| * | |
| RF switch subsystem support (RFKILL) [N/m/y/?] n | |
| * | |
| * Device Drivers | |
| * | |
| * | |
| * Generic Driver Options | |
| * | |
| Select only drivers that don't need compile-time external firmware (STANDALONE) [Y/n/?] y | |
| Prevent firmware from being built (PREVENT_FIRMWARE_BUILD) [Y/n/?] y | |
| Userspace firmware loading support (FW_LOADER) [N/m/y/?] n | |
| * | |
| * Connector - unified userspace <-> kernelspace linker | |
| * | |
| Connector - unified userspace <-> kernelspace linker (CONNECTOR) [M/n/y/?] m | |
| * | |
| * Memory Technology Device (MTD) support | |
| * | |
| Memory Technology Device (MTD) support (MTD) [Y/n/m/?] y | |
| Debugging (MTD_DEBUG) [N/y/?] n | |
| MTD concatenating support (MTD_CONCAT) [N/m/y/?] n | |
| MTD partitioning support (MTD_PARTITIONS) [Y/n/?] y | |
| RedBoot partition table parsing (MTD_REDBOOT_PARTS) [N/m/y/?] n | |
| Command line partition table parsing (MTD_CMDLINE_PARTS) [N/y/?] n | |
| * | |
| * User Modules And Translation Layers | |
| * | |
| Direct char device access to MTD devices (MTD_CHAR) [Y/n/m/?] y | |
| Common interface to block layer for MTD 'translation layers' (MTD_BLKDEVS) [Y] y | |
| Caching block device access to MTD devices (MTD_BLOCK) [Y/n/m/?] y | |
| FTL (Flash Translation Layer) support (FTL) [N/m/y/?] n | |
| NFTL (NAND Flash Translation Layer) support (NFTL) [N/m/y/?] n | |
| INFTL (Inverse NAND Flash Translation Layer) support (INFTL) [N/m/y/?] n | |
| Resident Flash Disk (Flash Translation Layer) support (RFD_FTL) [N/m/y/?] n | |
| NAND SSFDC (SmartMedia) read only translation layer (SSFDC) [N/m/y/?] n | |
| * | |
| * RAM/ROM/Flash chip drivers | |
| * | |
| Detect flash chips by Common Flash Interface (CFI) probe (MTD_CFI) [Y/n/m/?] y | |
| Detect non-CFI AMD/JEDEC-compatible flash chips (MTD_JEDECPROBE) [N/m/y/?] n | |
| Flash chip driver advanced configuration options (MTD_CFI_ADV_OPTIONS) [Y/n/?] y | |
| Flash cmd/query data swapping | |
| > 1. NO (MTD_CFI_NOSWAP) | |
| 2. BIG_ENDIAN_BYTE (MTD_CFI_BE_BYTE_SWAP) | |
| 3. LITTLE_ENDIAN_BYTE (MTD_CFI_LE_BYTE_SWAP) | |
| choice[1-3]: 1 | |
| Specific CFI Flash geometry selection (MTD_CFI_GEOMETRY) [Y/n/?] y | |
| Support 8-bit buswidth (MTD_MAP_BANK_WIDTH_1) [Y/n/?] y | |
| Support 16-bit buswidth (MTD_MAP_BANK_WIDTH_2) [Y/n/?] y | |
| Support 32-bit buswidth (MTD_MAP_BANK_WIDTH_4) [Y/n/?] y | |
| Support 64-bit buswidth (MTD_MAP_BANK_WIDTH_8) [N/y/?] n | |
| Support 128-bit buswidth (MTD_MAP_BANK_WIDTH_16) [N/y/?] n | |
| Support 256-bit buswidth (MTD_MAP_BANK_WIDTH_32) [N/y/?] n | |
| Support 1-chip flash interleave (MTD_CFI_I1) [Y/n/?] y | |
| Support 2-chip flash interleave (MTD_CFI_I2) [Y/n/?] y | |
| Support 4-chip flash interleave (MTD_CFI_I4) [N/y/?] n | |
| Support 8-chip flash interleave (MTD_CFI_I8) [N/y/?] n | |
| Protection Registers aka one-time programmable (OTP) bits (MTD_OTP) [N/y/?] n | |
| Support for Intel/Sharp flash chips (MTD_CFI_INTELEXT) [Y/n/m/?] y | |
| Support for AMD/Fujitsu flash chips (MTD_CFI_AMDSTD) [Y/n/m/?] y | |
| Support for ST (Advanced Architecture) flash chips (MTD_CFI_STAA) [Y/n/m/?] y | |
| Support for RAM chips in bus mapping (MTD_RAM) [N/m/y/?] n | |
| Support for ROM chips in bus mapping (MTD_ROM) [N/m/y/?] n | |
| Support for absent chips in bus mapping (MTD_ABSENT) [N/m/y/?] n | |
| * | |
| * Mapping drivers for chip access | |
| * | |
| Support non-linear mappings of flash chips (MTD_COMPLEX_MAPPINGS) [N/y/?] n | |
| CFI Flash device in physical memory map (MTD_PHYSMAP) [N/m/y/?] n | |
| Map driver for platform device RAM (mtd-ram) (MTD_PLATRAM) [N/m/y/?] n | |
| CFI Flash device mapped on Broadcom BCM947XX boards (MTD_BCM947XX) [Y/n/m] y | |
| * | |
| * Self-contained MTD device drivers | |
| * | |
| Broadcom Chipcommon Serial Flash support (MTD_SFLASH) [Y/n] y | |
| Broadcom Chipcommon NAND Flash support (MTD_NFLASH) [N/y] n | |
| Ramix PMC551 PCI Mezzanine RAM card support (MTD_PMC551) [N/m/y/?] n | |
| Uncached system RAM (MTD_SLRAM) [N/m/y/?] n | |
| Physical system RAM (MTD_PHRAM) [N/m/y/?] n | |
| Test driver using RAM (MTD_MTDRAM) [N/m/y/?] n | |
| MTD using block device (MTD_BLOCK2MTD) [N/m/y/?] n | |
| * | |
| * Disk-On-Chip Device Drivers | |
| * | |
| M-Systems Disk-On-Chip 2000 and Millennium (DEPRECATED) (MTD_DOC2000) [N/m/y/?] n | |
| M-Systems Disk-On-Chip Millennium-only alternative driver (DEPRECATED) (MTD_DOC2001) [N/m/y/?] n | |
| M-Systems Disk-On-Chip Millennium Plus (MTD_DOC2001PLUS) [N/m/y/?] n | |
| * | |
| * NAND Device Support | |
| * | |
| NAND Device Support (MTD_NAND) [N/m/y/?] n | |
| * | |
| * OneNAND Device Support | |
| * | |
| OneNAND Device Support (MTD_ONENAND) [N/m/y/?] n | |
| * | |
| * UBI - Unsorted block images | |
| * | |
| Enable UBI (MTD_UBI) [N/m/y/?] n | |
| * | |
| * Parallel port support | |
| * | |
| Parallel port support (PARPORT) [N/m/y/?] n | |
| * | |
| * Plug and Play support | |
| * | |
| * | |
| * Block devices | |
| * | |
| Compaq SMART2 support (BLK_CPQ_DA) [N/m/y/?] n | |
| Compaq Smart Array 5xxx support (BLK_CPQ_CISS_DA) [N/m/y/?] n | |
| Mylex DAC960/DAC1100 PCI RAID Controller support (BLK_DEV_DAC960) [N/m/y/?] n | |
| Micro Memory MM5415 Battery Backed RAM support (EXPERIMENTAL) (BLK_DEV_UMEM) [N/m/y/?] n | |
| Loopback device support (BLK_DEV_LOOP) [M/n/y/?] m | |
| Cryptoloop Support (BLK_DEV_CRYPTOLOOP) [N/m/?] n | |
| Network block device support (BLK_DEV_NBD) [N/m/y/?] n | |
| Promise SATA SX8 support (BLK_DEV_SX8) [N/m/y/?] n | |
| Low Performance USB Block driver (BLK_DEV_UB) [N/m/?] n | |
| RAM disk support (BLK_DEV_RAM) [N/m/y/?] n | |
| Packet writing on CD/DVD media (CDROM_PKTCDVD) [N/m/y/?] n | |
| ATA over Ethernet support (ATA_OVER_ETH) [N/m/y/?] n | |
| * | |
| * Misc devices | |
| * | |
| Sensable PHANToM (PHANTOM) [N/m/y/?] n | |
| SGI IOC4 Base IO support (SGI_IOC4) [N/m/y/?] n | |
| TI Flash Media interface support (EXPERIMENTAL) (TIFM_CORE) [N/m/y/?] n | |
| * | |
| * ATA/ATAPI/MFM/RLL support | |
| * | |
| ATA/ATAPI/MFM/RLL support (IDE) [N/m/y/?] n | |
| * | |
| * SCSI device support | |
| * | |
| RAID Transport Class (RAID_ATTRS) [N/m/y/?] n | |
| SCSI device support (SCSI) [M/n/y/?] m | |
| SCSI target support (SCSI_TGT) [N/m/?] n | |
| legacy /proc/scsi/ support (SCSI_PROC_FS) [Y/n/?] y | |
| * | |
| * SCSI support type (disk, tape, CD-ROM) | |
| * | |
| SCSI disk support (BLK_DEV_SD) [M/n/?] m | |
| SCSI tape support (CHR_DEV_ST) [N/m/?] n | |
| SCSI OnStream SC-x0 tape support (CHR_DEV_OSST) [N/m/?] n | |
| SCSI CDROM support (BLK_DEV_SR) [N/m/?] n | |
| SCSI generic support (CHR_DEV_SG) [N/m/?] n | |
| SCSI media changer support (CHR_DEV_SCH) [N/m/?] n | |
| * | |
| * Some SCSI devices (e.g. CD jukebox) support multiple LUNs | |
| * | |
| Probe all LUNs on each SCSI device (SCSI_MULTI_LUN) [Y/n/?] y | |
| Verbose SCSI error reporting (kernel size +=12K) (SCSI_CONSTANTS) [N/y/?] n | |
| SCSI logging facility (SCSI_LOGGING) [N/y/?] n | |
| Asynchronous SCSI scanning (SCSI_SCAN_ASYNC) [N/y/?] n | |
| * | |
| * SCSI Transports | |
| * | |
| Parallel SCSI (SPI) Transport Attributes (SCSI_SPI_ATTRS) [N/m/?] n | |
| FiberChannel Transport Attributes (SCSI_FC_ATTRS) [N/m/?] n | |
| iSCSI Transport Attributes (SCSI_ISCSI_ATTRS) [N/m/?] n | |
| SAS Transport Attributes (SCSI_SAS_ATTRS) [N/m/?] n | |
| SAS Domain Transport Attributes (SCSI_SAS_LIBSAS) [N/m/?] n | |
| * | |
| * SCSI low-level drivers | |
| * | |
| iSCSI Initiator over TCP/IP (ISCSI_TCP) [N/m/?] n | |
| 3ware 5/6/7/8xxx ATA-RAID support (BLK_DEV_3W_XXXX_RAID) [N/m/?] n | |
| 3ware 9xxx SATA-RAID support (SCSI_3W_9XXX) [N/m/?] n | |
| ACARD SCSI support (SCSI_ACARD) [N/m/?] n | |
| Adaptec AACRAID support (SCSI_AACRAID) [N/m/?] n | |
| Adaptec AIC7xxx Fast -> U160 support (New Driver) (SCSI_AIC7XXX) [N/m/?] n | |
| Adaptec AIC7xxx support (old driver) (SCSI_AIC7XXX_OLD) [N/m/?] n | |
| Adaptec AIC79xx U320 support (SCSI_AIC79XX) [N/m/?] n | |
| Adaptec AIC94xx SAS/SATA support (SCSI_AIC94XX) [N/m/y/?] n | |
| Adaptec I2O RAID support (SCSI_DPT_I2O) [N/m/?] n | |
| ARECA ARC11X0[PCI-X]/ARC12X0[PCI-EXPRESS] SATA-RAID support (SCSI_ARCMSR) [N/m/?] n | |
| LSI Logic New Generation RAID Device Drivers (MEGARAID_NEWGEN) [N/y/?] n | |
| LSI Logic Legacy MegaRAID Driver (MEGARAID_LEGACY) [N/m/?] n | |
| LSI Logic MegaRAID SAS RAID Module (MEGARAID_SAS) [N/m/?] n | |
| HighPoint RocketRAID 3xxx Controller support (SCSI_HPTIOP) [N/m/?] n | |
| DMX3191D SCSI support (SCSI_DMX3191D) [N/m/?] n | |
| Future Domain 16xx SCSI/AHA-2920A support (SCSI_FUTURE_DOMAIN) [N/m/?] n | |
| IBM ServeRAID support (SCSI_IPS) [N/m/?] n | |
| Initio 9100U(W) support (SCSI_INITIO) [N/m/?] n | |
| Initio INI-A100U2W support (SCSI_INIA100) [N/m/?] n | |
| Promise SuperTrak EX Series support (SCSI_STEX) [N/m/?] n | |
| SYM53C8XX Version 2 SCSI support (SCSI_SYM53C8XX_2) [N/m/?] n | |
| Qlogic QLA 1240/1x80/1x160 SCSI support (SCSI_QLOGIC_1280) [N/m/?] n | |
| QLogic QLA2XXX Fibre Channel Support (SCSI_QLA_FC) [N/m/?] n | |
| QLogic ISP4XXX host adapter family support (SCSI_QLA_ISCSI) [N/m/?] n | |
| Emulex LightPulse Fibre Channel Support (SCSI_LPFC) [N/m/?] n | |
| Tekram DC395(U/UW/F) and DC315(U) SCSI support (EXPERIMENTAL) (SCSI_DC395x) [N/m/?] n | |
| Tekram DC390(T) and Am53/79C974 SCSI support (SCSI_DC390T) [N/m/?] n | |
| Workbit NinjaSCSI-32Bi/UDE support (SCSI_NSP32) [N/m/?] n | |
| SCSI debugging host simulator (SCSI_DEBUG) [N/m/?] n | |
| SCSI RDMA Protocol helper library (SCSI_SRP) [N/m/?] n | |
| * | |
| * Serial ATA (prod) and Parallel ATA (experimental) drivers | |
| * | |
| Serial ATA (prod) and Parallel ATA (experimental) drivers (ATA) [N/m/y/?] n | |
| * | |
| * Multi-device support (RAID and LVM) | |
| * | |
| Multiple devices driver support (RAID and LVM) (MD) [Y/n/?] y | |
| RAID support (BLK_DEV_MD) [M/n/y/?] m | |
| Linear (append) mode (MD_LINEAR) [N/m/?] n | |
| RAID-0 (striping) mode (MD_RAID0) [M/n/?] m | |
| RAID-1 (mirroring) mode (MD_RAID1) [M/n/?] m | |
| RAID-10 (mirrored striping) mode (EXPERIMENTAL) (MD_RAID10) [N/m/?] n | |
| RAID-4/RAID-5/RAID-6 mode (MD_RAID456) [N/m/?] n | |
| Multipath I/O support (MD_MULTIPATH) [N/m/?] n | |
| Faulty test module for MD (MD_FAULTY) [N/m/?] n | |
| Device mapper support (BLK_DEV_DM) [N/m/y/?] n | |
| * | |
| * Fusion MPT device support | |
| * | |
| Fusion MPT ScsiHost drivers for SPI (FUSION_SPI) [N/m/?] n | |
| Fusion MPT ScsiHost drivers for FC (FUSION_FC) [N/m/?] n | |
| Fusion MPT ScsiHost drivers for SAS (FUSION_SAS) [N/m/?] n | |
| * | |
| * IEEE 1394 (FireWire) support | |
| * | |
| IEEE 1394 (FireWire) support - alternative stack, EXPERIMENTAL (FIREWIRE) [N/m/y/?] n | |
| IEEE 1394 (FireWire) support (IEEE1394) [N/m/y/?] n | |
| * | |
| * I2O device support | |
| * | |
| I2O support (I2O) [N/m/y/?] n | |
| * | |
| * Network device support | |
| * | |
| Network device support (NETDEVICES) [Y/n/?] y | |
| * | |
| * Broadcom HND network devices | |
| * | |
| Broadcom HND network device support (HND) [Y/n] y | |
| 10/100 Ethernet support (ET) [M/n/y] m | |
| BCM47xx support (ET_47XX) [Y/n] y | |
| BCMCTF support (BCM_CTF) [M/n/y] m | |
| USB/HSIC Wireless Access Point support (WL_USBAP) [N/y] n | |
| WL emulation using Gigabit ethernet (WL_EMULATOR) [N/y] n | |
| BCM57xx Gigabit Ethernet support (BCM57XX) [N/m/y] n | |
| BCM43xx 802.11 Wireless support (WL) [M/n/y] m | |
| Wireless Authentication Privacy Infrastructure (WAPI) support (WAPI) [N/y] n | |
| Wireless feature variant | |
| 1. Config file for basic AP variant (WL_USE_AP) | |
| 2. Config file for basic AP sdstd variant (WL_USE_AP_SDSTD) | |
| 3. Config file for basic STA variant (WL_USE_STA) | |
| > 4. Config file for basic APSTA variant (WL_USE_APSTA) | |
| 5. Config file for AP 1chipG variant (WL_USE_AP_ONCHIP_G) | |
| 6. Config file for STA 1chipG variant (WL_USE_STA_ONCHIP_G) | |
| 7. Config file for APSTA 1chipG variant (WL_USE_APSTA_ONCHIP_G) | |
| choice[1-7]: 4 | |
| Config file for basic AP variant (WL_AP) [wlconfig_lx_router_ap] wlconfig_lx_router_ap | |
| Config file for basic AP sdstd variant (WL_AP_SDSTD) [wlconfig_lx_router_ap_sdstd] wlconfig_lx_router_ap_sdstd | |
| Config file for basic STA variant (WL_STA) [wlconfig_lx_router_sta] wlconfig_lx_router_sta | |
| Config file for basic APSTA variant (WL_APSTA) [wlconfig_lx_router_apsta] wlconfig_lx_router_apsta | |
| Config file for AP 1chipG variant (WL_AP_ONCHIP_G) [wlconfig_lx_router_ap_1chipG] wlconfig_lx_router_ap_1chipG | |
| Config file for STA 1chipG variant (WL_STA_ONCHIP_G) [wlconfig_lx_router_sta_1chipG] wlconfig_lx_router_sta_1chipG | |
| Config file for high/bmac split variant (WL_HIGH) [wlconfig_lx_router_high] wlconfig_lx_router_high | |
| Efficient Multicast Forwarding & IGMP Snooping Layers (EMF) [M/n/y] m | |
| Broadcom PLC network failover support (PLC) [N/y] n | |
| Dummy net driver support (DUMMY) [N/m/y/?] n | |
| Bonding driver support (BONDING) [N/m/y/?] n | |
| EQL (serial line load balancing) support (EQUALIZER) [N/m/y/?] n | |
| IMQ (intermediate queueing device) support (IMQ) [M/y/?] m | |
| IMQ behavior (PRE/POSTROUTING) | |
| 1. IMQ AA (IMQ_BEHAVIOR_AA) | |
| > 2. IMQ AB (IMQ_BEHAVIOR_AB) | |
| 3. IMQ BA (IMQ_BEHAVIOR_BA) | |
| 4. IMQ BB (IMQ_BEHAVIOR_BB) | |
| choice[1-4?]: 2 | |
| Number of IMQ devices (IMQ_NUM_DEVS) [2] 2 | |
| Universal TUN/TAP device driver support (TUN) [M/n/y/?] m | |
| * | |
| * ARCnet support | |
| * | |
| ARCnet support (ARCNET) [N/m/y/?] n | |
| * | |
| * PHY Device support and infrastructure | |
| * | |
| PHY Device support and infrastructure (PHYLIB) [N/m/y/?] n | |
| * | |
| * Ethernet (10 or 100Mbit) | |
| * | |
| Ethernet (10 or 100Mbit) (NET_ETHERNET) [Y/n/?] y | |
| Generic Media Independent Interface device support (MII) [M/n/y/?] m | |
| Sun Happy Meal 10/100baseT support (HAPPYMEAL) [N/m/y/?] n | |
| Sun GEM support (SUNGEM) [N/m/y/?] n | |
| Sun Cassini support (CASSINI) [N/m/y/?] n | |
| 3COM cards (NET_VENDOR_3COM) [N/y/?] n | |
| DM9000 support (DM9000) [N/m/y/?] n | |
| * | |
| * Tulip family network device support | |
| * | |
| "Tulip" family network device support (NET_TULIP) [N/y/?] n | |
| HP 10/100VG PCLAN (ISA, EISA, PCI) support (HP100) [N/m/y/?] n | |
| EISA, VLB, PCI and on board controllers (NET_PCI) [N/y/?] n | |
| * | |
| * Ethernet (1000 Mbit) | |
| * | |
| Ethernet (1000 Mbit) (NETDEV_1000) [N/y] n | |
| * | |
| * Ethernet (10000 Mbit) | |
| * | |
| Ethernet (10000 Mbit) (NETDEV_10000) [N/y] n | |
| * | |
| * Token Ring driver support | |
| * | |
| Token Ring driver support (TR) [N/y/?] n | |
| * | |
| * Wireless LAN | |
| * | |
| Wireless LAN (pre-802.11) (WLAN_PRE80211) [N/y/?] n | |
| Wireless LAN (IEEE 802.11) (WLAN_80211) [N/y/?] n | |
| * | |
| * USB Network Adapters | |
| * | |
| USB CATC NetMate-based Ethernet device support (EXPERIMENTAL) (USB_CATC) [N/m/?] n | |
| USB KLSI KL5USB101-based ethernet device support (USB_KAWETH) [N/m/?] n | |
| USB Pegasus/Pegasus-II based ethernet device support (USB_PEGASUS) [N/m/?] n | |
| USB RTL8150 based ethernet device support (EXPERIMENTAL) (USB_RTL8150) [N/m/?] n | |
| Multi-purpose USB Networking Framework (USB_USBNET) [M/n/?] m | |
| ASIX AX88xxx Based USB 2.0 Ethernet Adapters (USB_NET_AX8817X) [N/m/?] n | |
| HW CDC Driver (Huawei driver for E3372 non-Hilink) (USB_NET_HUAWEIETHER) [M/n/?] m | |
| CDC Ethernet support (smart devices such as cable modems) (USB_NET_CDCETHER) [M/?] m | |
| CDC NCM support (USB_NET_CDC_NCM) [M/n/?] m | |
| Davicom DM9601 based USB 1.1 10/100 ethernet devices (USB_NET_DM9601) [N/m/?] n | |
| GeneSys GL620USB-A based cables (USB_NET_GL620A) [N/m/?] n | |
| NetChip 1080 based cables (Laplink, ...) (USB_NET_NET1080) [N/m/?] n | |
| Prolific PL-2301/2302 based cables (USB_NET_PLUSB) [N/m/?] n | |
| MosChip MCS7830 based Ethernet adapters (USB_NET_MCS7830) [N/m/?] n | |
| Host for RNDIS and ActiveSync devices (EXPERIMENTAL) (USB_NET_RNDIS_HOST) [M/n/?] m | |
| Simple USB Network Links (CDC Ethernet subset) (USB_NET_CDC_SUBSET) [N/m/?] n | |
| Sharp Zaurus (stock ROMs) and compatible (USB_NET_ZAURUS) [N/m/?] n | |
| QMI WWAN driver for Qualcomm MSM based 3G and LTE modems (USB_NET_QMI_WWAN) [M/n/?] m | |
| Apple iPhone USB Ethernet driver (USB_IPHETH) [M/n/?] m | |
| * | |
| * Wan interfaces support | |
| * | |
| Wan interfaces support (WAN) [N/y/?] n | |
| FDDI driver support (FDDI) [N/y/?] n | |
| HIPPI driver support (EXPERIMENTAL) (HIPPI) [N/y/?] n | |
| PPP (point-to-point protocol) support (PPP) [Y/n/m/?] y | |
| PPP multilink support (EXPERIMENTAL) (PPP_MULTILINK) [Y/n/?] y | |
| PPP filtering (PPP_FILTER) [N/y/?] n | |
| PPP support for async serial ports (PPP_ASYNC) [Y/n/m/?] y | |
| PPP support for sync tty ports (PPP_SYNC_TTY) [Y/n/m/?] y | |
| PPP Deflate compression (PPP_DEFLATE) [M/n/y/?] m | |
| PPP BSD-Compress compression (PPP_BSDCOMP) [N/m/y/?] n | |
| Microsoft PPP compression/encryption (MPPC/MPPE) (PPP_MPPE_MPPC) [Y/n/m/?] y | |
| PPP over Ethernet (EXPERIMENTAL) (PPPOE) [Y/n/m/?] y | |
| PPP over IPv4 (PPTP) (EXPERIMENTAL) (PPTP) [Y/n/m/?] y | |
| PPP over L2TP (EXPERIMENTAL) (PPPOL2TP) [Y/n/m/?] y | |
| SLIP (serial line) support (SLIP) [N/m/y/?] n | |
| Fibre Channel driver support (NET_FC) [N/y/?] n | |
| Traffic Shaper (OBSOLETE) (SHAPER) [N/m/y/?] n | |
| Network console logging support (EXPERIMENTAL) (NETCONSOLE) [N/m/y/?] n | |
| * | |
| * ISDN subsystem | |
| * | |
| ISDN support (ISDN) [N/m/y/?] n | |
| * | |
| * Telephony Support | |
| * | |
| Linux telephony support (PHONE) [N/m/y/?] n | |
| * | |
| * Input device support | |
| * | |
| Generic input layer (needed for keyboard, mouse, ...) (INPUT) [M/n/y/?] m | |
| Support for memoryless force-feedback devices (INPUT_FF_MEMLESS) [N/m/?] n | |
| Polled input device skeleton (INPUT_POLLDEV) [N/m/?] n | |
| * | |
| * Userland interfaces | |
| * | |
| Mouse interface (INPUT_MOUSEDEV) [M/n/?] m | |
| Provide legacy /dev/psaux device (INPUT_MOUSEDEV_PSAUX) [Y/n/?] y | |
| Horizontal screen resolution (INPUT_MOUSEDEV_SCREEN_X) [1024] 1024 | |
| Vertical screen resolution (INPUT_MOUSEDEV_SCREEN_Y) [768] 768 | |
| Joystick interface (INPUT_JOYDEV) [M/n/?] m | |
| Touchscreen interface (INPUT_TSDEV) [N/m/?] n | |
| Event interface (INPUT_EVDEV) [M/n/?] m | |
| Event debugging (INPUT_EVBUG) [N/m/?] n | |
| * | |
| * Input Device Drivers | |
| * | |
| * | |
| * Keyboards | |
| * | |
| Keyboards (INPUT_KEYBOARD) [N/y/?] n | |
| * | |
| * Mice | |
| * | |
| Mice (INPUT_MOUSE) [N/y/?] n | |
| * | |
| * Joysticks/Gamepads | |
| * | |
| Joysticks/Gamepads (INPUT_JOYSTICK) [N/y/?] n | |
| * | |
| * Tablets | |
| * | |
| Tablets (INPUT_TABLET) [N/y/?] n | |
| * | |
| * Touchscreens | |
| * | |
| Touchscreens (INPUT_TOUCHSCREEN) [N/y/?] n | |
| * | |
| * Miscellaneous devices | |
| * | |
| Miscellaneous devices (INPUT_MISC) [N/y/?] n | |
| * | |
| * Hardware I/O ports | |
| * | |
| Serial I/O support (SERIO) [N/m/y/?] n | |
| Gameport support (GAMEPORT) [N/m/y/?] n | |
| * | |
| * Character devices | |
| * | |
| Virtual terminal (VT) [N/y/?] n | |
| Non-standard serial port support (SERIAL_NONSTANDARD) [Y/n/?] y | |
| Computone IntelliPort Plus serial support (COMPUTONE) [N/m/y/?] n | |
| Comtrol RocketPort support (ROCKETPORT) [N/m/y/?] n | |
| Cyclades async mux support (CYCLADES) [N/m/y/?] n | |
| Digiboard Intelligent Async Support (DIGIEPCA) [N/m/y/?] n | |
| Moxa Intellio support (MOXA_INTELLIO) [N/m/y/?] n | |
| Moxa SmartIO support (OBSOLETE) (MOXA_SMARTIO) [N/m/y/?] n | |
| Moxa SmartIO support v. 2.0 (MOXA_SMARTIO_NEW) [N/m/y/?] n | |
| Multi-Tech multiport card support (EXPERIMENTAL) (ISI) [N/m/y/?] n | |
| SyncLink Multiport support (SYNCLINKMP) [N/m/y/?] n | |
| SyncLink GT/AC support (SYNCLINK_GT) [N/m/y/?] n | |
| HDLC line discipline support (N_HDLC) [Y/n/m/?] y | |
| SDL RISCom/8 card support (RISCOM8) [N/m/y/?] n | |
| Specialix IO8+ card support (SPECIALIX) [N/m/y/?] n | |
| Specialix SX (and SI) card support (SX) [N/m/y/?] n | |
| Specialix RIO system support (RIO) [N/m/y/?] n | |
| Stallion multiport serial support (STALDRV) [N/y/?] n | |
| * | |
| * Serial drivers | |
| * | |
| 8250/16550 and compatible serial support (SERIAL_8250) [Y/n/m/?] y | |
| Console on 8250/16550 and compatible serial port (SERIAL_8250_CONSOLE) [Y/n/?] y | |
| 8250/16550 PCI device support (SERIAL_8250_PCI) [Y/n/m/?] y | |
| Maximum number of 8250/16550 serial ports (SERIAL_8250_NR_UARTS) [4] 4 | |
| Number of 8250/16550 serial ports to register at runtime (SERIAL_8250_RUNTIME_UARTS) [2] 2 | |
| Extended 8250/16550 serial driver options (SERIAL_8250_EXTENDED) [N/y/?] n | |
| * | |
| * Non-8250 serial port support | |
| * | |
| Digi International NEO PCI Support (SERIAL_JSM) [N/m/y/?] n | |
| Unix98 PTY support (UNIX98_PTYS) [Y/n/?] y | |
| Legacy (BSD) PTY support (LEGACY_PTYS) [Y/n/?] y | |
| Maximum number of legacy PTY in use (LEGACY_PTY_COUNT) [16] 16 | |
| * | |
| * IPMI | |
| * | |
| IPMI top-level message handler (IPMI_HANDLER) [N/m/y/?] n | |
| * | |
| * Watchdog Timer Support | |
| * | |
| Watchdog Timer Support (WATCHDOG) [N/y/?] n | |
| Hardware Random Number Generator Core support (HW_RANDOM) [N/m/y/?] n | |
| Enhanced Real Time Clock Support (RTC) [N/m/y/?] n | |
| Generic /dev/rtc emulation (GEN_RTC) [N/m/y/?] n | |
| Siemens R3964 line discipline (R3964) [N/m/y/?] n | |
| Applicom intelligent fieldbus card support (APPLICOM) [N/m/y/?] n | |
| Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) (DRM) [N/m/y/?] n | |
| RAW driver (/dev/raw/rawN) (OBSOLETE) (RAW_DRIVER) [N/m/y/?] n | |
| * | |
| * TPM devices | |
| * | |
| TPM Hardware Support (TCG_TPM) [N/m/y/?] n | |
| * | |
| * I2C support | |
| * | |
| I2C support (I2C) [N/m/y/?] n | |
| * | |
| * SPI support | |
| * | |
| SPI support (SPI) [N/y/?] n | |
| * | |
| * Dallas's 1-wire bus | |
| * | |
| Dallas's 1-wire support (W1) [N/m/y/?] n | |
| * | |
| * Hardware Monitoring support | |
| * | |
| Hardware Monitoring support (HWMON) [N/m/y/?] n | |
| * | |
| * Multifunction device drivers | |
| * | |
| Support for Silicon Motion SM501 (MFD_SM501) [N/m/y/?] n | |
| * | |
| * Multimedia devices | |
| * | |
| Video For Linux (VIDEO_DEV) [M/n/y/?] m | |
| Enable Video For Linux API 1 (DEPRECATED) (VIDEO_V4L1) [N/y/?] n | |
| Enable Video For Linux API 1 compatible Layer (VIDEO_V4L1_COMPAT) [N/y/?] n | |
| * | |
| * Video capture adapters | |
| * | |
| Video capture adapters (VIDEO_CAPTURE_DRIVERS) [Y/n/?] y | |
| Enable advanced debug functionality (VIDEO_ADV_DEBUG) [N/y/?] n | |
| Autoselect pertinent encoders/decoders and other helper chips (VIDEO_HELPER_CHIPS_AUTO) [Y/n/?] y | |
| Virtual Video Driver (VIDEO_VIVI) [N/m/?] n | |
| * | |
| * V4L USB devices | |
| * | |
| V4L USB devices (V4L_USB_DRIVERS) [Y/n] y | |
| * | |
| * GSPCA based webcams | |
| * | |
| GSPCA based webcams (USB_GSPCA) [M/n/?] m | |
| ALi USB m5602 Camera Driver (USB_M5602) [M/n/?] m | |
| STV06XX USB Camera Driver (USB_STV06XX) [M/n/?] m | |
| GL860 USB Camera Driver (USB_GL860) [M/n/?] m | |
| Conexant Camera Driver (USB_GSPCA_CONEX) [M/n/?] m | |
| Etoms USB Camera Driver (USB_GSPCA_ETOMS) [M/n/?] m | |
| Fujifilm FinePix USB V4L2 driver (USB_GSPCA_FINEPIX) [M/n/?] m | |
| Jeilin JPEG USB V4L2 driver (USB_GSPCA_JEILINJ) [M/n/?] m | |
| Mars USB Camera Driver (USB_GSPCA_MARS) [M/n/?] m | |
| Mars-Semi MR97310A USB Camera Driver (USB_GSPCA_MR97310A) [M/n/?] m | |
| OV519 USB Camera Driver (USB_GSPCA_OV519) [M/n/?] m | |
| OV534 USB Camera Driver (USB_GSPCA_OV534) [M/n/?] m | |
| Pixart PAC207 USB Camera Driver (USB_GSPCA_PAC207) [M/n/?] m | |
| Pixart PAC7311 USB Camera Driver (USB_GSPCA_PAC7311) [M/n/?] m | |
| SN9C20X USB Camera Driver (USB_GSPCA_SN9C20X) [M/n/?] m | |
| Enable evdev support (USB_GSPCA_SN9C20X_EVDEV) [Y/n/?] y | |
| SONIX Bayer USB Camera Driver (USB_GSPCA_SONIXB) [M/n/?] m | |
| SONIX JPEG USB Camera Driver (USB_GSPCA_SONIXJ) [M/n/?] m | |
| SPCA500 USB Camera Driver (USB_GSPCA_SPCA500) [M/n/?] m | |
| SPCA501 USB Camera Driver (USB_GSPCA_SPCA501) [M/n/?] m | |
| SPCA505 USB Camera Driver (USB_GSPCA_SPCA505) [M/n/?] m | |
| SPCA506 USB Camera Driver (USB_GSPCA_SPCA506) [M/n/?] m | |
| SPCA508 USB Camera Driver (USB_GSPCA_SPCA508) [M/n/?] m | |
| SPCA561 USB Camera Driver (USB_GSPCA_SPCA561) [M/n/?] m | |
| SQ Technologies SQ905 based USB Camera Driver (USB_GSPCA_SQ905) [M/n/?] m | |
| SQ Technologies SQ905C based USB Camera Driver (USB_GSPCA_SQ905C) [M/n/?] m | |
| Syntek DV4000 (STK014) USB Camera Driver (USB_GSPCA_STK014) [M/n/?] m | |
| SUNPLUS USB Camera Driver (USB_GSPCA_SUNPLUS) [M/n/?] m | |
| T613 (JPEG Compliance) USB Camera Driver (USB_GSPCA_T613) [M/n/?] m | |
| TV8532 USB Camera Driver (USB_GSPCA_TV8532) [M/n/?] m | |
| VC032X USB Camera Driver (USB_GSPCA_VC032X) [M/n/?] m | |
| ZC3XX USB Camera Driver (USB_GSPCA_ZC3XX) [M/n/?] m | |
| USB SN9C1xx PC Camera Controller support (USB_SN9C102) [N/m/?] n | |
| USB Philips Cameras (USB_PWC) [M/n/?] m | |
| USB Philips Cameras verbose debug (USB_PWC_DEBUG) [N/y/?] n | |
| USB Philips Cameras input events device support (USB_PWC_INPUT_EVDEV) [Y/n/?] y | |
| USB ZR364XX Camera support (USB_ZR364XX) [N/m/?] n | |
| USB Video Class (UVC) (USB_VIDEO_CLASS) [M/n/?] m | |
| UVC input events device support (USB_VIDEO_CLASS_INPUT_EVDEV) [Y/n/?] y | |
| * | |
| * Radio Adapters | |
| * | |
| Radio Adapters (RADIO_ADAPTERS) [N/y/?] n | |
| DVB for Linux (DVB_CORE) [N/m/y/?] n | |
| DAB adapters (DAB) [N/y/?] n | |
| * | |
| * Graphics support | |
| * | |
| * | |
| * Backlight & LCD device support | |
| * | |
| Backlight & LCD device support (BACKLIGHT_LCD_SUPPORT) [N/y/?] n | |
| * | |
| * Display device support | |
| * | |
| Display panel/monitor support (DISPLAY_SUPPORT) [N/m/y/?] n | |
| Support for frame buffer devices (FB) [N/m/y/?] n | |
| * | |
| * Sound | |
| * | |
| Sound card support (SOUND) [M/n/y/?] m | |
| * | |
| * Advanced Linux Sound Architecture | |
| * | |
| Advanced Linux Sound Architecture (SND) [M/n/?] m | |
| Sound hardware support (SND_HWDEP) [M] m | |
| Sequencer support (SND_SEQUENCER) [M/n/?] m | |
| Sequencer dummy client (SND_SEQ_DUMMY) [N/m/?] n | |
| OSS Mixer API (SND_MIXER_OSS) [M/n/?] m | |
| OSS PCM (digital audio) API (SND_PCM_OSS) [M/n/?] m | |
| OSS PCM (digital audio) API - Include plugin system (SND_PCM_OSS_PLUGINS) [Y/n/?] y | |
| OSS Sequencer API (SND_SEQUENCER_OSS) [N/y/?] n | |
| Dynamic device file minor numbers (SND_DYNAMIC_MINORS) [N/y/?] n | |
| Support old ALSA API (SND_SUPPORT_OLD_API) [Y/n/?] y | |
| Verbose procfs contents (SND_VERBOSE_PROCFS) [N/y/?] n | |
| Verbose printk (SND_VERBOSE_PRINTK) [N/y/?] n | |
| Debug (SND_DEBUG) [N/y/?] n | |
| * | |
| * Generic devices | |
| * | |
| Dummy (/dev/null) soundcard (SND_DUMMY) [N/m/?] n | |
| Virtual MIDI soundcard (SND_VIRMIDI) [N/m/?] n | |
| MOTU MidiTimePiece AV multiport MIDI (SND_MTPAV) [N/m/?] n | |
| UART16550 serial MIDI driver (SND_SERIAL_U16550) [N/m/?] n | |
| Generic MPU-401 UART driver (SND_MPU401) [N/m/?] n | |
| * | |
| * PCI devices | |
| * | |
| Analog Devices AD1889 (SND_AD1889) [N/m/?] n | |
| Avance Logic ALS300/ALS300+ (SND_ALS300) [N/m/?] n | |
| ALi M5451 PCI Audio Controller (SND_ALI5451) [N/m/?] n | |
| ATI IXP AC97 Controller (SND_ATIIXP) [N/m/?] n | |
| ATI IXP Modem (SND_ATIIXP_MODEM) [N/m/?] n | |
| Aureal Advantage (SND_AU8810) [N/m/?] n | |
| Aureal Vortex (SND_AU8820) [N/m/?] n | |
| Aureal Vortex 2 (SND_AU8830) [N/m/?] n | |
| Aztech AZF3328 / PCI168 (EXPERIMENTAL) (SND_AZT3328) [N/m/?] n | |
| Bt87x Audio Capture (SND_BT87X) [N/m/?] n | |
| SB Audigy LS / Live 24bit (SND_CA0106) [N/m/?] n | |
| C-Media 8738, 8338 (SND_CMIPCI) [N/m/?] n | |
| Cirrus Logic (Sound Fusion) CS4281 (SND_CS4281) [N/m/?] n | |
| Cirrus Logic (Sound Fusion) CS4280/CS461x/CS462x/CS463x (SND_CS46XX) [N/m/?] n | |
| (Echoaudio) Darla20 (SND_DARLA20) [N/m/?] n | |
| (Echoaudio) Gina20 (SND_GINA20) [N/m/?] n | |
| (Echoaudio) Layla20 (SND_LAYLA20) [N/m/?] n | |
| (Echoaudio) Darla24 (SND_DARLA24) [N/m/?] n | |
| (Echoaudio) Gina24 (SND_GINA24) [N/m/?] n | |
| (Echoaudio) Layla24 (SND_LAYLA24) [N/m/?] n | |
| (Echoaudio) Mona (SND_MONA) [N/m/?] n | |
| (Echoaudio) Mia (SND_MIA) [N/m/?] n | |
| (Echoaudio) 3G cards (SND_ECHO3G) [N/m/?] n | |
| (Echoaudio) Indigo (SND_INDIGO) [N/m/?] n | |
| (Echoaudio) Indigo IO (SND_INDIGOIO) [N/m/?] n | |
| (Echoaudio) Indigo DJ (SND_INDIGODJ) [N/m/?] n | |
| Emu10k1 (SB Live!, Audigy, E-mu APS) (SND_EMU10K1) [N/m/?] n | |
| Emu10k1X (Dell OEM Version) (SND_EMU10K1X) [N/m/?] n | |
| (Creative) Ensoniq AudioPCI 1370 (SND_ENS1370) [N/m/?] n | |
| (Creative) Ensoniq AudioPCI 1371/1373 (SND_ENS1371) [N/m/?] n | |
| ESS ES1938/1946/1969 (Solo-1) (SND_ES1938) [N/m/?] n | |
| ESS ES1968/1978 (Maestro-1/2/2E) (SND_ES1968) [N/m/?] n | |
| ForteMedia FM801 (SND_FM801) [N/m/?] n | |
| Intel HD Audio (SND_HDA_INTEL) [N/m/?] n | |
| RME Hammerfall DSP Audio (SND_HDSP) [N/m/?] n | |
| RME Hammerfall DSP MADI (SND_HDSPM) [N/m/?] n | |
| ICEnsemble ICE1712 (Envy24) (SND_ICE1712) [N/m/?] n | |
| ICE/VT1724/1720 (Envy24HT/PT) (SND_ICE1724) [N/m/?] n | |
| Intel/SiS/nVidia/AMD/ALi AC97 Controller (SND_INTEL8X0) [N/m/?] n | |
| Intel/SiS/nVidia/AMD MC97 Modem (SND_INTEL8X0M) [N/m/?] n | |
| Korg 1212 IO (SND_KORG1212) [N/m/?] n | |
| ESS Allegro/Maestro3 (SND_MAESTRO3) [N/m/?] n | |
| Digigram miXart (SND_MIXART) [N/m/?] n | |
| NeoMagic NM256AV/ZX (SND_NM256) [N/m/?] n | |
| Digigram PCXHR (SND_PCXHR) [N/m/?] n | |
| Conexant Riptide (SND_RIPTIDE) [N/m/?] n | |
| RME Digi32, 32/8, 32 PRO (SND_RME32) [N/m/?] n | |
| RME Digi96, 96/8, 96/8 PRO (SND_RME96) [N/m/?] n | |
| RME Digi9652 (Hammerfall) (SND_RME9652) [N/m/?] n | |
| S3 SonicVibes (SND_SONICVIBES) [N/m/?] n | |
| Trident 4D-Wave DX/NX; SiS 7018 (SND_TRIDENT) [N/m/?] n | |
| VIA 82C686A/B, 8233/8235 AC97 Controller (SND_VIA82XX) [N/m/?] n | |
| VIA 82C686A/B, 8233 based Modems (SND_VIA82XX_MODEM) [N/m/?] n | |
| Digigram VX222 (SND_VX222) [N/m/?] n | |
| Yamaha YMF724/740/744/754 (SND_YMFPCI) [N/m/?] n | |
| * | |
| * ALSA MIPS devices | |
| * | |
| * | |
| * USB devices | |
| * | |
| USB Audio/MIDI driver (SND_USB_AUDIO) [M/n/?] m | |
| Native Instruments USB audio devices (SND_USB_CAIAQ) [N/m/?] n | |
| * | |
| * System on Chip audio support | |
| * | |
| ALSA for SoC audio support (SND_SOC) [N/m/?] n | |
| * | |
| * Open Sound System | |
| * | |
| Open Sound System (DEPRECATED) (SOUND_PRIME) [N/m/?] n | |
| * | |
| * HID Devices | |
| * | |
| Generic HID support (HID) [M/?] m | |
| HID debugging support (HID_DEBUG) [N/y/?] n | |
| * | |
| * USB Input Devices | |
| * | |
| USB Human Interface Device (full HID) support (USB_HID) [M/n/?] m | |
| Enable support for iBook/PowerBook/MacBook/MacBookPro special keys (USB_HIDINPUT_POWERBOOK) [N/y/?] n | |
| Force feedback support (EXPERIMENTAL) (HID_FF) [N/y/?] n | |
| /dev/hiddev raw HID device support (USB_HIDDEV) [Y/n/?] y | |
| * | |
| * USB HID Boot Protocol drivers | |
| * | |
| USB HIDBP Keyboard (simple Boot) support (USB_KBD) [M/n/?] m | |
| USB HIDBP Mouse (simple Boot) support (USB_MOUSE) [M/n/?] m | |
| * | |
| * USB support | |
| * | |
| USB support (USB_SUPPORT) [Y/n/?] y | |
| Support for Host-side USB (USB) [M/n/y/?] m | |
| USB verbose debug messages (USB_DEBUG) [N/y/?] n | |
| USB announce new devices (USB_ANNOUNCE_NEW_DEVICES) [N/y/?] n | |
| * | |
| * Miscellaneous USB options | |
| * | |
| USB device filesystem (USB_DEVICEFS) [Y/n/?] y | |
| USB device class-devices (DEPRECATED) (USB_DEVICE_CLASS) [Y/n/?] y | |
| Dynamic USB minor allocation (EXPERIMENTAL) (USB_DYNAMIC_MINORS) [N/y/?] n | |
| * | |
| * USB Host Controller Drivers | |
| * | |
| EHCI HCD (USB 2.0) support (USB_EHCI_HCD) [M/n/?] m | |
| Root Hub Transaction Translators (EXPERIMENTAL) (USB_EHCI_ROOT_HUB_TT) [Y/n/?] y | |
| Improved Transaction Translator scheduling (USB_EHCI_TT_NEWSCHED) [Y/n/?] y | |
| ISP116X HCD support (USB_ISP116X_HCD) [N/m/?] n | |
| OHCI HCD support (USB_OHCI_HCD) [M/n/?] m | |
| UHCI HCD (most Intel and VIA) support (USB_UHCI_HCD) [M/n/?] m | |
| SL811HS HCD support (USB_SL811_HCD) [N/m/?] n | |
| R8A66597 HCD support (USB_R8A66597_HCD) [N/m/?] n | |
| * | |
| * USB Device Class drivers | |
| * | |
| USB Modem (CDC ACM) support (USB_ACM) [M/n/?] m | |
| USB Printer support (USB_PRINTER) [M/n/?] m | |
| USB Wireless Device Management support (USB_WDM) [M/?] m | |
| * | |
| * NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | |
| * | |
| * | |
| * may also be needed; see USB_STORAGE Help for more information | |
| * | |
| USB Mass Storage support (USB_STORAGE) [M/n/?] m | |
| USB Mass Storage verbose debug (USB_STORAGE_DEBUG) [N/y/?] n | |
| Datafab Compact Flash Reader support (EXPERIMENTAL) (USB_STORAGE_DATAFAB) [N/y/?] n | |
| Freecom USB/ATAPI Bridge support (USB_STORAGE_FREECOM) [N/y/?] n | |
| Microtech/ZiO! CompactFlash/SmartMedia support (USB_STORAGE_DPCM) [N/y/?] n | |
| USBAT/USBAT02-based storage support (EXPERIMENTAL) (USB_STORAGE_USBAT) [N/y/?] n | |
| SanDisk SDDR-09 (and other SmartMedia) support (EXPERIMENTAL) (USB_STORAGE_SDDR09) [N/y/?] n | |
| SanDisk SDDR-55 SmartMedia support (EXPERIMENTAL) (USB_STORAGE_SDDR55) [N/y/?] n | |
| Lexar Jumpshot Compact Flash Reader (EXPERIMENTAL) (USB_STORAGE_JUMPSHOT) [N/y/?] n | |
| Olympus MAUSB-10/Fuji DPC-R1 support (EXPERIMENTAL) (USB_STORAGE_ALAUDA) [N/y/?] n | |
| Support OneTouch Button on Maxtor Hard Drives (EXPERIMENTAL) (USB_STORAGE_ONETOUCH) [N/y/?] n | |
| Support for Rio Karma music player (USB_STORAGE_KARMA) [N/y/?] n | |
| The shared table of common (or usual) storage devices (USB_LIBUSUAL) [N/y/?] n | |
| * | |
| * USB Imaging devices | |
| * | |
| USB Mustek MDC800 Digital Camera support (EXPERIMENTAL) (USB_MDC800) [N/m/?] n | |
| Microtek X6USB scanner support (USB_MICROTEK) [N/m/?] n | |
| USB Monitor (USB_MON) [N/y/?] n | |
| * | |
| * USB port drivers | |
| * | |
| * | |
| * USB Serial Converter support | |
| * | |
| USB Serial Converter support (USB_SERIAL) [M/n/?] m | |
| Functions for loading firmware on EZUSB chips (USB_EZUSB) [N/y/?] n | |
| USB Generic Serial Driver (USB_SERIAL_GENERIC) [Y/n/?] y | |
| USB AIRcable Bluetooth Dongle Driver (USB_SERIAL_AIRCABLE) [N/m/?] n | |
| USB AirPrime CDMA Wireless Driver (USB_SERIAL_AIRPRIME) [N/m/?] n | |
| USB ARK Micro 3116 USB Serial Driver (USB_SERIAL_ARK3116) [N/m/?] n | |
| USB Belkin and Peracom Single Port Serial Driver (USB_SERIAL_BELKIN) [N/m/?] n | |
| USB Winchiphead CH341 Single Port Serial Driver (USB_SERIAL_CH341) [M/n/?] m | |
| USB ConnectTech WhiteHEAT Serial Driver (USB_SERIAL_WHITEHEAT) [N/m/?] n | |
| USB Digi International AccelePort USB Serial Driver (USB_SERIAL_DIGI_ACCELEPORT) [N/m/?] n | |
| USB CP2101 UART Bridge Controller (USB_SERIAL_CP2101) [N/m/?] n | |
| USB Cypress M8 USB Serial Driver (USB_SERIAL_CYPRESS_M8) [N/m/?] n | |
| USB Empeg empeg-car Mark I/II Driver (USB_SERIAL_EMPEG) [N/m/?] n | |
| USB FTDI Single Port Serial Driver (USB_SERIAL_FTDI_SIO) [M/n/?] m | |
| USB Fundamental Software Dongle Driver (USB_SERIAL_FUNSOFT) [N/m/?] n | |
| USB Handspring Visor / Palm m50x / Sony Clie Driver (USB_SERIAL_VISOR) [N/m/?] n | |
| USB PocketPC PDA Driver (USB_SERIAL_IPAQ) [N/m/?] n | |
| USB IR Dongle Serial Driver (USB_SERIAL_IR) [N/m/?] n | |
| USB Inside Out Edgeport Serial Driver (USB_SERIAL_EDGEPORT) [N/m/?] n | |
| USB Inside Out Edgeport Serial Driver (TI devices) (USB_SERIAL_EDGEPORT_TI) [N/m/?] n | |
| USB Garmin GPS driver (USB_SERIAL_GARMIN) [N/m/?] n | |
| USB IPWireless (3G UMTS TDD) Driver (USB_SERIAL_IPW) [N/m/?] n | |
| USB Keyspan PDA Single Port Serial Driver (USB_SERIAL_KEYSPAN_PDA) [N/m/?] n | |
| USB Keyspan USA-xxx Serial Driver (USB_SERIAL_KEYSPAN) [N/m/?] n | |
| USB KL5KUSB105 (Palmconnect) Driver (USB_SERIAL_KLSI) [N/m/?] n | |
| USB KOBIL chipcard reader (USB_SERIAL_KOBIL_SCT) [N/m/?] n | |
| USB MCT Single Port Serial Driver (USB_SERIAL_MCT_U232) [N/m/?] n | |
| USB Moschip 7720 Serial Driver (USB_SERIAL_MOS7720) [N/m/?] n | |
| USB Moschip 7840/7820 USB Serial Driver (USB_SERIAL_MOS7840) [N/m/?] n | |
| USB Navman GPS device (USB_SERIAL_NAVMAN) [N/m/?] n | |
| USB Prolific 2303 Single Port Serial Driver (USB_SERIAL_PL2303) [M/n/?] m | |
| USB Ours Technology Inc. OTi-6858 USB To RS232 Bridge Controller (USB_SERIAL_OTI6858) [N/m/?] n | |
| USB HP4x Calculators support (USB_SERIAL_HP4X) [N/m/?] n | |
| USB Safe Serial (Encapsulated) Driver (USB_SERIAL_SAFE) [N/m] n | |
| USB Sierra Wireless Driver (USB_SERIAL_SIERRAWIRELESS) [M/n/?] m | |
| USB TI 3410/5052 Serial Driver (USB_SERIAL_TI) [N/m/?] n | |
| USB REINER SCT cyberJack pinpad/e-com chipcard reader (USB_SERIAL_CYBERJACK) [N/m/?] n | |
| USB Xircom / Entregra Single Port Serial Driver (USB_SERIAL_XIRCOM) [N/m/?] n | |
| USB driver for GSM and CDMA modems (USB_SERIAL_OPTION) [M/n/?] m | |
| USB ZyXEL omni.net LCD Plus Driver (USB_SERIAL_OMNINET) [N/m/?] n | |
| USB Debugging Device (USB_SERIAL_DEBUG) [N/m/?] n | |
| * | |
| * USB Miscellaneous drivers | |
| * | |
| EMI 6|2m USB Audio interface support (USB_EMI62) [N/m/?] n | |
| EMI 2|6 USB Audio interface support (USB_EMI26) [N/m/?] n | |
| ADU devices from Ontrak Control Systems (EXPERIMENTAL) (USB_ADUTUX) [N/m/?] n | |
| USB Auerswald ISDN support (EXPERIMENTAL) (USB_AUERSWALD) [N/m/?] n | |
| USB Diamond Rio500 support (EXPERIMENTAL) (USB_RIO500) [N/m/?] n | |
| USB Lego Infrared Tower support (EXPERIMENTAL) (USB_LEGOTOWER) [N/m/?] n | |
| USB LCD driver support (USB_LCD) [N/m/?] n | |
| USB LED driver support (USB_LED) [N/m/?] n | |
| Cypress CY7C63xxx USB driver support (USB_CYPRESS_CY7C63) [N/m/?] n | |
| Cypress USB thermometer driver support (USB_CYTHERM) [N/m/?] n | |
| USB Phidgets drivers (USB_PHIDGET) [N/m/?] n | |
| Siemens ID USB Mouse Fingerprint sensor support (USB_IDMOUSE) [N/m/?] n | |
| Elan PCMCIA CardBus Adapter USB Client (USB_FTDI_ELAN) [N/m/?] n | |
| Apple Cinema Display support (USB_APPLEDISPLAY) [N/m/?] n | |
| USB 2.0 SVGA dongle support (Net2280/SiS315) (USB_SISUSBVGA) [N/m/?] n | |
| USB LD driver (USB_LD) [N/m/?] n | |
| PlayStation 2 Trance Vibrator driver support (USB_TRANCEVIBRATOR) [N/m/?] n | |
| IO Warrior driver support (USB_IOWARRIOR) [N/m/?] n | |
| USB testing driver (DEVELOPMENT) (USB_TEST) [N/m/?] n | |
| * | |
| * USB Gadget Support | |
| * | |
| USB Gadget Support (USB_GADGET) [N/m/y/?] n | |
| USB IP support (EXPERIMENTAL) (USB_IP_COMMON) [M/n/?] m | |
| USB IP client driver (USB_IP_VHCI_HCD) [N/m/?] n | |
| USB IP host driver (USB_IP_HOST) [M/n/?] m | |
| USB-IP Debug Enable (USB_IP_DEBUG_ENABLE) [N/y/?] n | |
| * | |
| * MMC/SD card support | |
| * | |
| MMC/SD card support (MMC) [M/n/y/?] m | |
| MMC debugging (MMC_DEBUG) [N/y/?] n | |
| Allow unsafe resume (DANGEROUS) (MMC_UNSAFE_RESUME) [N/y/?] n | |
| * | |
| * MMC/SD Card Drivers | |
| * | |
| MMC block device driver (MMC_BLOCK) [M/n/?] m | |
| * | |
| * MMC/SD Host Controller Drivers | |
| * | |
| Secure Digital Host Controller Interface support (EXPERIMENTAL) (MMC_SDHCI) [M/n/?] m | |
| TI Flash Media MMC/SD Interface support (EXPERIMENTAL) (MMC_TIFM_SD) [N/m/?] n | |
| * | |
| * LED devices | |
| * | |
| LED Support (NEW_LEDS) [Y/n/?] y | |
| LED Class Support (LEDS_CLASS) [M/n/y/?] m | |
| * | |
| * LED drivers | |
| * | |
| GPIO-controlled USB LED Support (LEDS_USBGPIO) [M/n] m | |
| * | |
| * LED Triggers | |
| * | |
| LED Trigger support (LEDS_TRIGGERS) [Y/n/?] y | |
| LED Timer Trigger (LEDS_TRIGGER_TIMER) [N/m/y/?] n | |
| LED Heartbeat Trigger (LEDS_TRIGGER_HEARTBEAT) [N/m/y/?] n | |
| LED USB device Trigger (LEDS_TRIGGER_USBDEV) [M/n/?] m | |
| * | |
| * InfiniBand support | |
| * | |
| InfiniBand support (INFINIBAND) [N/m/y/?] n | |
| * | |
| * EDAC - error detection and reporting (RAS) (EXPERIMENTAL) | |
| * | |
| * | |
| * Real Time Clock | |
| * | |
| RTC class (RTC_CLASS) [N/m/y/?] n | |
| * | |
| * DMA Engine support | |
| * | |
| Support for DMA engines (DMA_ENGINE) [N/y/?] n | |
| * | |
| * DMA Clients | |
| * | |
| * | |
| * DMA Devices | |
| * | |
| * | |
| * File systems | |
| * | |
| Second extended fs support (EXT2_FS) [M/n/y/?] m | |
| Ext2 extended attributes (EXT2_FS_XATTR) [Y/n/?] y | |
| Ext2 POSIX Access Control Lists (EXT2_FS_POSIX_ACL) [N/y/?] n | |
| Ext2 Security Labels (EXT2_FS_SECURITY) [N/y/?] n | |
| Ext2 execute in place support (EXT2_FS_XIP) [N/y/?] n | |
| Ext3 journalling file system support (EXT3_FS) [M/n/y/?] m | |
| Ext3 extended attributes (EXT3_FS_XATTR) [Y/n/?] y | |
| Ext3 POSIX Access Control Lists (EXT3_FS_POSIX_ACL) [N/y/?] n | |
| Ext3 Security Labels (EXT3_FS_SECURITY) [N/y/?] n | |
| Ext4dev/ext4 extended fs support development (EXPERIMENTAL) (EXT4DEV_FS) [N/m/y/?] n | |
| JBD (ext3) debugging support (JBD_DEBUG) [N/y/?] n | |
| Reiserfs support (REISERFS_FS) [M/n/y/?] m | |
| Enable reiserfs debug mode (REISERFS_CHECK) [N/y/?] n | |
| Stats in /proc/fs/reiserfs (REISERFS_PROC_INFO) [Y/n/?] y | |
| ReiserFS extended attributes (REISERFS_FS_XATTR) [Y/n/?] y | |
| ReiserFS POSIX Access Control Lists (REISERFS_FS_POSIX_ACL) [N/y/?] n | |
| ReiserFS Security Labels (REISERFS_FS_SECURITY) [N/y/?] n | |
| JFS filesystem support (JFS_FS) [M/n/y/?] m | |
| JFS POSIX Access Control Lists (JFS_POSIX_ACL) [N/y/?] n | |
| JFS Security Labels (JFS_SECURITY) [N/y/?] n | |
| JFS debugging (JFS_DEBUG) [N/y/?] n | |
| JFS statistics (JFS_STATISTICS) [Y/n/?] y | |
| XFS filesystem support (XFS_FS) [M/n/y/?] m | |
| XFS Quota support (XFS_QUOTA) [N/y/?] n | |
| XFS Security Label support (XFS_SECURITY) [N/y/?] n | |
| XFS POSIX ACL support (XFS_POSIX_ACL) [N/y/?] n | |
| XFS Realtime subvolume support (XFS_RT) [N/y/?] n | |
| GFS2 file system support (GFS2_FS) [N/m/y/?] n | |
| OCFS2 file system support (OCFS2_FS) [N/m/y/?] n | |
| Minix fs support (MINIX_FS) [N/m/y/?] n | |
| ROM file system support (ROMFS_FS) [N/m/y/?] n | |
| Inotify file change notification support (INOTIFY) [Y/n/?] y | |
| Inotify support for userspace (INOTIFY_USER) [Y/n/?] y | |
| Quota support (QUOTA) [N/y/?] n | |
| Dnotify support (DNOTIFY) [Y/n/?] y | |
| Kernel automounter support (AUTOFS_FS) [N/m/y/?] n | |
| Kernel automounter version 4 support (also supports v3) (AUTOFS4_FS) [N/m/y/?] n | |
| Filesystem in Userspace support (FUSE_FS) [M/n/y/?] m | |
| * | |
| * CD-ROM/DVD Filesystems | |
| * | |
| ISO 9660 CDROM file system support (ISO9660_FS) [N/m/y/?] n | |
| UDF file system support (UDF_FS) [N/m/y/?] n | |
| * | |
| * DOS/FAT/NT Filesystems | |
| * | |
| MSDOS fs support (MSDOS_FS) [N/m/y/?] n | |
| VFAT (Windows-95) fs support (VFAT_FS) [M/n/y/?] m | |
| Default codepage for FAT (FAT_DEFAULT_CODEPAGE) [437] 437 | |
| Default iocharset for FAT (FAT_DEFAULT_IOCHARSET) [utf8] utf8 | |
| NTFS file system support (NTFS_FS) [N/m/y/?] n | |
| * | |
| * Pseudo filesystems | |
| * | |
| /proc file system support (PROC_FS) [Y/n/?] y | |
| /proc/kcore support (PROC_KCORE) [N/y] n | |
| Sysctl support (/proc/sys) (PROC_SYSCTL) [Y/n/?] y | |
| sysfs file system support (SYSFS) [Y/n/?] y | |
| Virtual memory file system support (former shm fs) (TMPFS) [Y/n/?] y | |
| Tmpfs POSIX Access Control Lists (TMPFS_POSIX_ACL) [N/y/?] n | |
| Userspace-driven configuration filesystem (EXPERIMENTAL) (CONFIGFS_FS) [Y/n/m/?] y | |
| * | |
| * Miscellaneous filesystems | |
| * | |
| ADFS file system support (EXPERIMENTAL) (ADFS_FS) [N/m/y/?] n | |
| Amiga FFS file system support (EXPERIMENTAL) (AFFS_FS) [N/m/y/?] n | |
| Apple Macintosh file system support (EXPERIMENTAL) (HFS_FS) [M/n/y/?] m | |
| Apple Extended HFS file system support (HFSPLUS_FS) [M/n/y/?] m | |
| BeOS file system (BeFS) support (read only) (EXPERIMENTAL) (BEFS_FS) [N/m/y/?] n | |
| BFS file system support (EXPERIMENTAL) (BFS_FS) [N/m/y/?] n | |
| EFS file system support (read only) (EXPERIMENTAL) (EFS_FS) [N/m/y/?] n | |
| Journalling Flash File System (JFFS) support (JFFS_FS) [M/n/y/?] m | |
| JFFS debugging verbosity (0 = quiet, 3 = noisy) (JFFS_FS_VERBOSE) [0] 0 | |
| JFFS stats available in /proc filesystem (JFFS_PROC_FS) [N/y/?] n | |
| Journalling Flash File System v2 (JFFS2) support (JFFS2_FS) [M/n/y/?] m | |
| JFFS2 debugging verbosity (0 = quiet, 2 = noisy) (JFFS2_FS_DEBUG) [0] 0 | |
| JFFS2 write-buffering support (JFFS2_FS_WRITEBUFFER) [Y/n/?] y | |
| JFFS2 summary support (EXPERIMENTAL) (JFFS2_SUMMARY) [N/y/?] n | |
| JFFS2 XATTR support (EXPERIMENTAL) (JFFS2_FS_XATTR) [N/y/?] n | |
| Advanced compression options for JFFS2 (JFFS2_COMPRESSION_OPTIONS) [Y/n/?] y | |
| JFFS2 ZLIB compression support (JFFS2_ZLIB) [Y/n/?] y | |
| JFFS2 LZO compression support (JFFS2_LZO) [N/y/?] n | |
| JFFS2 RTIME compression support (JFFS2_RTIME) [N/y/?] n | |
| JFFS2 RUBIN compression support (JFFS2_RUBIN) [N/y/?] n | |
| JFFS2 default compression mode | |
| 1. no compression (JFFS2_CMODE_NONE) | |
| > 2. priority (JFFS2_CMODE_PRIORITY) | |
| 3. size (EXPERIMENTAL) (JFFS2_CMODE_SIZE) | |
| choice[1-3?]: 2 | |
| Compressed ROM file system support (cramfs) (CRAMFS) [N/m/y/?] n | |
| SquashFS 3.0 - Squashed file system support (SQUASHFS) [Y/n/m/?] y | |
| Additional options for memory-constrained systems (SQUASHFS_EMBEDDED) [N/y/?] n | |
| FreeVxFS file system support (VERITAS VxFS(TM) compatible) (VXFS_FS) [N/m/y/?] n | |
| OS/2 HPFS file system support (HPFS_FS) [N/m/y/?] n | |
| QNX4 file system support (read only) (QNX4FS_FS) [N/m/y/?] n | |
| System V/Xenix/V7/Coherent file system support (SYSV_FS) [N/m/y/?] n | |
| UFS file system support (read only) (UFS_FS) [N/m/y/?] n | |
| * | |
| * Network File Systems | |
| * | |
| NFS file system support (NFS_FS) [M/n/y/?] m | |
| Provide NFSv3 client support (NFS_V3) [Y/n/?] y | |
| Provide client support for the NFSv3 ACL protocol extension (NFS_V3_ACL) [N/y/?] n | |
| Provide NFSv4 client support (EXPERIMENTAL) (NFS_V4) [N/y/?] n | |
| Allow direct I/O on NFS files (NFS_DIRECTIO) [N/y/?] n | |
| NFS server support (NFSD) [M/n/y/?] m | |
| Provide NFSv3 server support (NFSD_V3) [Y/n/?] y | |
| Provide server support for the NFSv3 ACL protocol extension (NFSD_V3_ACL) [N/y/?] n | |
| Provide NFSv4 server support (EXPERIMENTAL) (NFSD_V4) [N/y/?] n | |
| Provide NFS server over TCP support (NFSD_TCP) [Y/n/?] y | |
| Support for rpcbind versions 3 & 4 (EXPERIMENTAL) (SUNRPC_BIND34) [Y/n/?] y | |
| Secure RPC: Kerberos V mechanism (EXPERIMENTAL) (RPCSEC_GSS_KRB5) [N/m/?] n | |
| Secure RPC: SPKM3 mechanism (EXPERIMENTAL) (RPCSEC_GSS_SPKM3) [N/m/?] n | |
| SMB file system support (to mount Windows shares etc.) (SMB_FS) [N/m/y/?] n | |
| CIFS support (advanced network filesystem for Samba, Window and other CIFS compliant servers) (CIFS) [M/n/y/?] m | |
| CIFS statistics (CIFS_STATS) [N/y/?] n | |
| Support legacy servers which use weaker LANMAN security (CIFS_WEAK_PW_HASH) [Y/n/?] y | |
| CIFS extended attributes (CIFS_XATTR) [N/y/?] n | |
| Enable additional CIFS debugging routines (CIFS_DEBUG2) [N/y/?] n | |
| CIFS Experimental Features (EXPERIMENTAL) (CIFS_EXPERIMENTAL) [N/y/?] n | |
| NCP file system support (to mount NetWare volumes) (NCP_FS) [N/m/y/?] n | |
| Coda file system support (advanced network fs) (CODA_FS) [N/m/y/?] n | |
| Andrew File System support (AFS) (EXPERIMENTAL) (AFS_FS) [N/m/y/?] n | |
| Plan 9 Resource Sharing Support (9P2000) (Experimental) (9P_FS) [N/m/y/?] n | |
| * | |
| * Partition Types | |
| * | |
| Advanced partition selection (PARTITION_ADVANCED) [Y/n/?] y | |
| Acorn partition support (ACORN_PARTITION) [N/y/?] n | |
| Alpha OSF partition support (OSF_PARTITION) [N/y/?] n | |
| Amiga partition table support (AMIGA_PARTITION) [N/y/?] n | |
| Atari partition table support (ATARI_PARTITION) [N/y/?] n | |
| Macintosh partition map support (MAC_PARTITION) [N/y/?] n | |
| PC BIOS (MSDOS partition tables) support (MSDOS_PARTITION) [Y/n/?] y | |
| BSD disklabel (FreeBSD partition tables) support (BSD_DISKLABEL) [N/y/?] n | |
| Minix subpartition support (MINIX_SUBPARTITION) [N/y/?] n | |
| Solaris (x86) partition table support (SOLARIS_X86_PARTITION) [N/y/?] n | |
| Unixware slices support (UNIXWARE_DISKLABEL) [N/y/?] n | |
| Windows Logical Disk Manager (Dynamic Disk) support (LDM_PARTITION) [N/y/?] n | |
| SGI partition support (SGI_PARTITION) [N/y/?] n | |
| Ultrix partition table support (ULTRIX_PARTITION) [N/y/?] n | |
| Sun partition tables support (SUN_PARTITION) [N/y/?] n | |
| Karma Partition support (KARMA_PARTITION) [N/y/?] n | |
| EFI GUID Partition support (EFI_PARTITION) [Y/n/?] y | |
| SYSV68 partition table support (SYSV68_PARTITION) [N/y/?] n | |
| * | |
| * Native Language Support | |
| * | |
| Base native language support (NLS) [Y/m/?] y | |
| Default NLS Option (NLS_DEFAULT) [utf8] utf8 | |
| Codepage 437 (United States, Canada) (NLS_CODEPAGE_437) [M/n/y/?] m | |
| Codepage 737 (Greek) (NLS_CODEPAGE_737) [N/m/y/?] n | |
| Codepage 775 (Baltic Rim) (NLS_CODEPAGE_775) [N/m/y/?] n | |
| Codepage 850 (Europe) (NLS_CODEPAGE_850) [M/n/y/?] m | |
| Codepage 852 (Central/Eastern Europe) (NLS_CODEPAGE_852) [M/n/y/?] m | |
| Codepage 855 (Cyrillic) (NLS_CODEPAGE_855) [N/m/y/?] n | |
| Codepage 857 (Turkish) (NLS_CODEPAGE_857) [N/m/y/?] n | |
| Codepage 860 (Portuguese) (NLS_CODEPAGE_860) [N/m/y/?] n | |
| Codepage 861 (Icelandic) (NLS_CODEPAGE_861) [N/m/y/?] n | |
| Codepage 862 (Hebrew) (NLS_CODEPAGE_862) [N/m/y/?] n | |
| Codepage 863 (Canadian French) (NLS_CODEPAGE_863) [N/m/y/?] n | |
| Codepage 864 (Arabic) (NLS_CODEPAGE_864) [N/m/y/?] n | |
| Codepage 865 (Norwegian, Danish) (NLS_CODEPAGE_865) [N/m/y/?] n | |
| Codepage 866 (Cyrillic/Russian) (NLS_CODEPAGE_866) [M/n/y/?] m | |
| Codepage 869 (Greek) (NLS_CODEPAGE_869) [N/m/y/?] n | |
| Simplified Chinese charset (CP936, GB2312) (NLS_CODEPAGE_936) [M/n/y/?] m | |
| Traditional Chinese charset (Big5) (NLS_CODEPAGE_950) [M/n/y/?] m | |
| Japanese charsets (Shift-JIS, EUC-JP) (NLS_CODEPAGE_932) [M/n/y/?] m | |
| Korean charset (CP949, EUC-KR) (NLS_CODEPAGE_949) [M/n/y/?] m | |
| Thai charset (CP874, TIS-620) (NLS_CODEPAGE_874) [N/m/y/?] n | |
| Hebrew charsets (ISO-8859-8, CP1255) (NLS_ISO8859_8) [N/m/y/?] n | |
| Windows CP1250 (Slavic/Central European Languages) (NLS_CODEPAGE_1250) [N/m/y/?] n | |
| Windows CP1251 (Bulgarian, Belarusian) (NLS_CODEPAGE_1251) [N/m/y/?] n | |
| ASCII (United States) (NLS_ASCII) [N/m/y/?] n | |
| NLS ISO 8859-1 (Latin 1; Western European Languages) (NLS_ISO8859_1) [N/m/y/?] n | |
| NLS ISO 8859-2 (Latin 2; Slavic/Central European Languages) (NLS_ISO8859_2) [N/m/y/?] n | |
| NLS ISO 8859-3 (Latin 3; Esperanto, Galician, Maltese, Turkish) (NLS_ISO8859_3) [N/m/y/?] n | |
| NLS ISO 8859-4 (Latin 4; old Baltic charset) (NLS_ISO8859_4) [N/m/y/?] n | |
| NLS ISO 8859-5 (Cyrillic) (NLS_ISO8859_5) [N/m/y/?] n | |
| NLS ISO 8859-6 (Arabic) (NLS_ISO8859_6) [N/m/y/?] n | |
| NLS ISO 8859-7 (Modern Greek) (NLS_ISO8859_7) [N/m/y/?] n | |
| NLS ISO 8859-9 (Latin 5; Turkish) (NLS_ISO8859_9) [N/m/y/?] n | |
| NLS ISO 8859-13 (Latin 7; Baltic) (NLS_ISO8859_13) [N/m/y/?] n | |
| NLS ISO 8859-14 (Latin 8; Celtic) (NLS_ISO8859_14) [N/m/y/?] n | |
| NLS ISO 8859-15 (Latin 9; Western European Languages with Euro) (NLS_ISO8859_15) [N/m/y/?] n | |
| NLS KOI8-R (Russian) (NLS_KOI8_R) [N/m/y/?] n | |
| NLS KOI8-U/RU (Ukrainian, Belarusian) (NLS_KOI8_U) [N/m/y/?] n | |
| NLS UTF-8 (NLS_UTF8) [Y/m/?] y | |
| * | |
| * Distributed Lock Manager | |
| * | |
| Distributed Lock Manager (DLM) (DLM) [N/m/y/?] n | |
| * | |
| * Profiling support | |
| * | |
| Profiling support (EXPERIMENTAL) (PROFILING) [N/y/?] n | |
| * | |
| * Kernel hacking | |
| * | |
| Show timing information on printks (PRINTK_TIME) [N/y/?] n | |
| Enable __must_check logic (ENABLE_MUST_CHECK) [Y/n/?] y | |
| Magic SysRq key (MAGIC_SYSRQ) [Y/n/?] y | |
| Enable unused/obsolete exported symbols (UNUSED_SYMBOLS) [N/y/?] n | |
| Debug Filesystem (DEBUG_FS) [N/y/?] n | |
| Run 'make headers_check' when building vmlinux (HEADERS_CHECK) [N/y/?] n | |
| Kernel debugging (DEBUG_KERNEL) [N/y/?] n | |
| Running on a hardware simulator (HWSIM) [N/y] n | |
| Are you using a crosscompiler (CROSSCOMPILE) [Y/n/?] y | |
| Default kernel command string (CMDLINE) [root=/dev/mtdblock2 noinitrd console=ttyS0,115200] root=/dev/mtdblock2 noinitrd console=ttyS0,115200 | |
| * | |
| * Security options | |
| * | |
| Enable access key retention support (KEYS) [N/y/?] n | |
| Enable different security models (SECURITY) [N/y/?] n | |
| * | |
| * Cryptographic options | |
| * | |
| Cryptographic API (CRYPTO) [Y/?] y | |
| Cryptographic algorithm manager (CRYPTO_MANAGER) [Y/?] y | |
| HMAC support (CRYPTO_HMAC) [Y/m/?] y | |
| XCBC support (CRYPTO_XCBC) [M/n/y/?] m | |
| Null algorithms (CRYPTO_NULL) [M/n/y/?] m | |
| MD4 digest algorithm (CRYPTO_MD4) [M/n/y/?] m | |
| MD5 digest algorithm (CRYPTO_MD5) [M/y/?] m | |
| SHA1 digest algorithm (CRYPTO_SHA1) [Y/?] y | |
| SHA256 digest algorithm (CRYPTO_SHA256) [M/n/y/?] m | |
| SHA384 and SHA512 digest algorithms (CRYPTO_SHA512) [M/n/y/?] m | |
| Whirlpool digest algorithms (CRYPTO_WP512) [N/m/y/?] n | |
| Tiger digest algorithms (CRYPTO_TGR192) [N/m/y/?] n | |
| GF(2^128) multiplication functions (EXPERIMENTAL) (CRYPTO_GF128MUL) [N/m/y/?] n | |
| ECB support (CRYPTO_ECB) [Y/n/m/?] y | |
| CBC support (CRYPTO_CBC) [Y/m/?] y | |
| PCBC support (CRYPTO_PCBC) [N/m/y/?] n | |
| LRW support (EXPERIMENTAL) (CRYPTO_LRW) [N/m/y/?] n | |
| Software async crypto daemon (CRYPTO_CRYPTD) [N/m/y/?] n | |
| DES and Triple DES EDE cipher algorithms (CRYPTO_DES) [M/y/?] m | |
| FCrypt cipher algorithm (CRYPTO_FCRYPT) [N/m/y/?] n | |
| Blowfish cipher algorithm (CRYPTO_BLOWFISH) [M/n/y/?] m | |
| Twofish cipher algorithm (CRYPTO_TWOFISH) [M/n/y/?] m | |
| Serpent cipher algorithm (CRYPTO_SERPENT) [M/n/y/?] m | |
| AES cipher algorithms (CRYPTO_AES) [M/n/y/?] m | |
| CAST5 (CAST-128) cipher algorithm (CRYPTO_CAST5) [M/n/y/?] m | |
| CAST6 (CAST-256) cipher algorithm (CRYPTO_CAST6) [M/n/y/?] m | |
| TEA, XTEA and XETA cipher algorithms (CRYPTO_TEA) [M/n/y/?] m | |
| ARC4 cipher algorithm (CRYPTO_ARC4) [Y/?] y | |
| Khazad cipher algorithm (CRYPTO_KHAZAD) [N/m/y/?] n | |
| Anubis cipher algorithm (CRYPTO_ANUBIS) [N/m/y/?] n | |
| Deflate compression algorithm (CRYPTO_DEFLATE) [M/y/?] m | |
| Michael MIC keyed digest algorithm (CRYPTO_MICHAEL_MIC) [N/m/y/?] n | |
| CRC32c CRC algorithm (CRYPTO_CRC32C) [N/m/y/?] n | |
| Camellia cipher algorithms (CRYPTO_CAMELLIA) [N/m/y/?] n | |
| Testing module (CRYPTO_TEST) [N/m/?] n | |
| * | |
| * Hardware crypto devices | |
| * | |
| * | |
| * Library routines | |
| * | |
| CRC-CCITT functions (CRC_CCITT) [Y/?] y | |
| CRC16 functions (CRC16) [N/m/y/?] n | |
| CRC ITU-T V.41 functions (CRC_ITU_T) [N/m/y/?] n | |
| CRC32 functions (CRC32) [Y/?] y | |
| CRC32c (Castagnoli, et al) Cyclic Redundancy-Check (LIBCRC32C) [N/m/y/?] n | |
| # | |
| # configuration written to .config | |
| # | |
| make[6]: Leaving directory '/home/oglop/tomato/release/src-rt/linux/linux-2.6' | |
| make[6]: Entering directory '/home/oglop/tomato/release/src-rt/linux/linux-2.6' | |
| CHK include/linux/version.h | |
| make[6]: Leaving directory '/home/oglop/tomato/release/src-rt/linux/linux-2.6' | |
| make[6]: Entering directory '/home/oglop/tomato/release/src/router/config' | |
| lxtemp.c:1:1: warning: return type defaults to ‘int’ [-Wimplicit-int] | |
| main() {} | |
| ^~~~ | |
| cp zconf.tab.h_shipped zconf.tab.h | |
| gcc -I. -c conf.c -o conf.o | |
| cp zconf.tab.c_shipped zconf.tab.c | |
| cp lex.zconf.c_shipped lex.zconf.c | |
| gcc -I. -c zconf.tab.c -o zconf.tab.o | |
| gcc conf.o zconf.tab.o -o conf | |
| gcc -I/usr/include/ncurses -DCURSES_LOC="<ncurses.h>" -I. -c mconf.c -o mconf.o | |
| gcc -I/usr/include/ncurses -DCURSES_LOC="<ncurses.h>" -I. -c checklist.c -o checklist.o | |
| gcc -I/usr/include/ncurses -DCURSES_LOC="<ncurses.h>" -I. -c menubox.c -o menubox.o | |
| gcc -I/usr/include/ncurses -DCURSES_LOC="<ncurses.h>" -I. -c textbox.c -o textbox.o | |
| gcc -I/usr/include/ncurses -DCURSES_LOC="<ncurses.h>" -I. -c yesno.c -o yesno.o | |
| gcc -I/usr/include/ncurses -DCURSES_LOC="<ncurses.h>" -I. -c inputbox.c -o inputbox.o | |
| gcc -I/usr/include/ncurses -DCURSES_LOC="<ncurses.h>" -I. -c util.c -o util.o | |
| gcc -I/usr/include/ncurses -DCURSES_LOC="<ncurses.h>" -I. -c msgbox.c -o msgbox.o | |
| gcc mconf.o checklist.o menubox.o textbox.o yesno.o inputbox.o util.o msgbox.o zconf.tab.o -o mconf -lncurses | |
| make[6]: Leaving directory '/home/oglop/tomato/release/src/router/config' | |
| # | |
| # using defaults found in .config | |
| # | |
| * | |
| * Broadcom Linux Router Configuration | |
| * | |
| Optimize shared libraries (remove unused symbols) (TCONFIG_OPTIMIZE_SHARED_LIBS) [Y/n] y | |
| MIPS R2 flag (TCONFIG_MIPSR2) [Y/n] y | |
| L2TP (TCONFIG_L2TP) [Y/n] y | |
| PPTP (TCONFIG_PPTP) [Y/n] y | |
| PPTPD (TCONFIG_PPTPD) [Y/n] y | |
| MultiWAN support (TCONFIG_MULTIWAN) [Y/n] y | |
| HTTPS (TCONFIG_HTTPS) [Y/n] y | |
| SSH (TCONFIG_SSH) [Y/n] y | |
| CIFS Client (TCONFIG_CIFS) [Y/n] y | |
| JFFS Support (TCONFIG_JFFS2) [Y/n] y | |
| Use JFFSv1 (if not selected, JFFS2 is used) (TCONFIG_JFFSV1) [N/y] n | |
| Zebra (TCONFIG_ZEBRA) [Y/n] y | |
| Dynamic DNS (TCONFIG_DDNS) [Y/n] y | |
| Layer 7 Netfilter (TCONFIG_L7) [Y/n] y | |
| Standard Layer 7 Patterns (TCONFIG_L7PAT) [Y/n] y | |
| LZO Compression (TCONFIG_LZO) [Y/n] y | |
| OpenVPN (TCONFIG_OPENVPN) [Y/n] y | |
| IPv6 Support (TCONFIG_IPV6) [Y/n] y | |
| Ebtables (TCONFIG_EBTABLES) [Y/n] y | |
| Broadcom EMF (Efficient Multicast Forwarding & IGMP Snooping) (TCONFIG_EMF) [Y/n] y | |
| USB Support (TCONFIG_USB) [Y/n] y | |
| NoCat Splash (TCONFIG_NOCAT) [Y/n] y | |
| NGinX Web Server (TCONFIG_NGINX) [N/y] n | |
| Media Server (MiniDLNA) (TCONFIG_MEDIA_SERVER) [N/y] n | |
| FTP Server (TCONFIG_FTP) [Y/n] y | |
| FTP SSL Support (TCONFIG_FTP_SSL) [Y/n] y | |
| Samba File Sharing (TCONFIG_SAMBASRV) [Y/n] y | |
| Compile with Samba 3 (TCONFIG_SAMBA3) [Y/n] y | |
| Additional modules and utilities (TCONFIG_USB_EXTRAS) [Y/n] y | |
| NTFS-3g Support (TCONFIG_NTFS) [N/y] n | |
| Bittorrent client gui only (TCONFIG_BT) [N/y] n | |
| Bittorrent client binaries only (TCONFIG_BBT) [N/y] n | |
| NFS Server (TCONFIG_NFS) [Y/n] y | |
| SNMP (TCONFIG_SNMP) [Y/n] y | |
| SDHC/MMC mod for WRT54G/GL (TCONFIG_SDHC) [N/y] n | |
| HFS/HFS+ filesystem support (TCONFIG_HFS) [Y/n] y | |
| UPS Monitor (TCONFIG_UPS) [N/y] n | |
| NANO - user-friendly file editor (TCONFIG_NANO) [Y/n] y | |
| DNScrypt-proxy (TCONFIG_DNSCRYPT) [Y/n] y | |
| NVRAM_64K (TCONFIG_NVRAM_64K) [Y/n] y | |
| TOR Project (TCONFIG_TOR) [Y/n] y | |
| IPSec Support (TCONFIG_IPSEC) [Y/n] y | |
| RAID Support: mdadm plus md modules (TCONFIG_RAID) [N/y] n | |
| Support SD card (RT-N66u only) (TCONFIG_MICROSD) [N/y] n | |
| Include wl_high module (TCONFIG_USBAP) [N/y] n | |
| Flag to distinguish RT-AC66U from RT-N66U (TCONFIG_AC66U) [N/y] n | |
| Flag to distinguish Netgear R6300 v1 from WNDR4500 v1 and WNDR4500 v2 (TCONFIG_R6300V1) [N/y] n | |
| Flag to distinguish Netgear WNDR4500 v1 from R6300 v1 and WNDR4500 v2 (TCONFIG_WNDR4500V1) [N/y] n | |
| Flag to distinguish Netgear WNDR4500 v2 from R6300 v1 and WNDR4500 v1 (TCONFIG_WNDR4500V2) [N/y] n | |
| Flag to detect AIO target (TCONFIG_AIO) [N/y] n | |
| CTF (Cut-Through Forwarding) (TCONFIG_CTF) [N/y] n | |
| NAND flash support (TCONFIG_NAND) [N/y] n | |
| Paragon NTFS driver for Asus routers (TCONFIG_UFSD) [N/y] n | |
| DNSSEC (TCONFIG_DNSSEC) [Y/n] y | |
| TINC (TCONFIG_TINC) [Y/n] y | |
| make[6]: Entering directory '/home/oglop/tomato/release/src/router' | |
| make[7]: Entering directory '/home/oglop/tomato/release/src/router/shared' | |
| rm -f *.o *.so *.a .*.depend | |
| make[7]: Leaving directory '/home/oglop/tomato/release/src/router/shared' | |
| make[7]: Entering directory '/home/oglop/tomato/release/src/router/rc' | |
| rm -f rc *.o .*.depend | |
| make[7]: Leaving directory '/home/oglop/tomato/release/src/router/rc' | |
| make[7]: Entering directory '/home/oglop/tomato/release/src/router/nvram' | |
| rm -f nvram *.o *.a *.so | |
| make[7]: Leaving directory '/home/oglop/tomato/release/src/router/nvram' | |
| make[7]: Entering directory '/home/oglop/tomato/release/src/router/httpd' | |
| rm -f httpd *.o .*.depend | |
| make[7]: Leaving directory '/home/oglop/tomato/release/src/router/httpd' | |
| make[7]: Entering directory '/home/oglop/tomato/release/src/router/prebuilt' | |
| make[7]: Leaving directory '/home/oglop/tomato/release/src/router/prebuilt' | |
| make[7]: Entering directory '/home/oglop/tomato/release/src/router/libbcmcrypto' | |
| find: ‘/home/oglop/tomato/release/src-rt/router/mipsel-uclibc/target’: No such file or directory | |
| rm -f *.o *.so *.a .map .unresolved .symbols | |
| make[7]: Leaving directory '/home/oglop/tomato/release/src/router/libbcmcrypto' | |
| make[7]: Entering directory '/home/oglop/tomato/release/src/router/dhcpv6' | |
| make[7]: *** No rule to make target 'clean'. Stop. | |
| make[7]: Leaving directory '/home/oglop/tomato/release/src/router/dhcpv6' | |
| Makefile:1135: recipe for target 'dhcpv6-clean' failed | |
| make[6]: [dhcpv6-clean] Error 2 (ignored) | |
| make[6]: Leaving directory '/home/oglop/tomato/release/src/router' | |
| make[6]: Entering directory '/home/oglop/tomato/release/src/router' | |
| make[7]: Entering directory '/home/oglop/tomato/release/src/router/iptables' | |
| rm -f extensions/libipt_CLASSIFY.so extensions/libipt_CONNMARK.so extensions/libipt_DNAT.so extensions/libipt_DSCP.so extensions/libipt_LOG.so extensions/libipt_MARK.so extensions/libipt_MASQUERADE.so extensions/libipt_REDIRECT.so extensions/libipt_REJECT.so extensions/libipt_BCOUNT.so extensions/libipt_ROUTE.so extensions/libipt_SNAT.so extensions/libipt_TCPMSS.so extensions/libipt_TOS.so extensions/libipt_TRIGGER.so extensions/libipt_TTL.so extensions/libipt_NETMAP.so extensions/libipt_condition.so extensions/libipt_connlimit.so extensions/libipt_connmark.so extensions/libipt_geoip.so extensions/libipt_icmp.so extensions/libipt_iprange.so extensions/libipt_layer7.so extensions/libipt_length.so extensions/libipt_limit.so extensions/libipt_mac.so extensions/libipt_mark.so extensions/libipt_multiport.so extensions/libipt_recent.so extensions/libipt_standard.so extensions/libipt_state.so extensions/libipt_quota.so extensions/libipt_tcp.so extensions/libipt_tcpmss.so extensions/libipt_time.so extensions/libipt_tos.so extensions/libipt_u32.so extensions/libipt_udp.so extensions/libipt_web.so extensions/libipt_dscp.so extensions/libipt_connbytes.so extensions/libipt_webmon.so extensions/libipt_string.so extensions/libipt_bcount.so extensions/libipt_conntrack.so extensions/libipt_IMQ.so extensions/libipt_ipp2p.so extensions/libipt_policy.so extensions/libipt_hashlimit.so extensions/libipt_NFQUEUE.so extensions/libipt_NOTRACK.so extensions/libipt_set.so extensions/libipt_account.so extensions/libip6t_connmark.so extensions/libip6t_icmp6.so extensions/libip6t_length.so extensions/libip6t_limit.so extensions/libip6t_mac.so extensions/libip6t_mark.so extensions/libip6t_multiport.so extensions/libip6t_standard.so extensions/libip6t_state.so extensions/libip6t_rt.so extensions/libip6t_hl.so extensions/libip6t_web.so extensions/libip6t_string.so extensions/libip6t_tcp.so extensions/libip6t_udp.so extensions/libip6t_CONNMARK.so extensions/libip6t_LOG.so extensions/libip6t_MARK.so extensions/libip6t_IMQ.so extensions/libip6t_TCPMSS.so extensions/libip6t_REJECT.so extensions/libip6t_connlimit.so extensions/libip6t_hashlimit.so extensions/libip6t_recent.so extensions/libip6t_NFQUEUE.so extensions/libip6t_ROUTE.so extensions/libip6t_HL.so extensions/libip6t_connbytes.so extensions/libip6t_iprange.so extensions/libip6t_webmon.so extensions/libip6t_dscp.so iptables iptables.o iptables.8 ip6tables ip6tables.o ip6tables.8 extensions/libipt_targets.man extensions/libipt_matches.man extensions/libip6t_targets.man extensions/libip6t_matches.man libipq/libipq.a libiptc/libiptc.a libiptc/libip6tc.a extensions/libipt_CLASSIFY_sh.o extensions/libipt_CONNMARK_sh.o extensions/libipt_DNAT_sh.o extensions/libipt_DSCP_sh.o extensions/libipt_LOG_sh.o extensions/libipt_MARK_sh.o extensions/libipt_MASQUERADE_sh.o extensions/libipt_REDIRECT_sh.o extensions/libipt_REJECT_sh.o extensions/libipt_BCOUNT_sh.o extensions/libipt_ROUTE_sh.o extensions/libipt_SNAT_sh.o extensions/libipt_TCPMSS_sh.o extensions/libipt_TOS_sh.o extensions/libipt_TRIGGER_sh.o extensions/libipt_TTL_sh.o extensions/libipt_NETMAP_sh.o extensions/libipt_condition_sh.o extensions/libipt_connlimit_sh.o extensions/libipt_connmark_sh.o extensions/libipt_geoip_sh.o extensions/libipt_icmp_sh.o extensions/libipt_iprange_sh.o extensions/libipt_layer7_sh.o extensions/libipt_length_sh.o extensions/libipt_limit_sh.o extensions/libipt_mac_sh.o extensions/libipt_mark_sh.o extensions/libipt_multiport_sh.o extensions/libipt_recent_sh.o extensions/libipt_standard_sh.o extensions/libipt_state_sh.o extensions/libipt_quota_sh.o extensions/libipt_tcp_sh.o extensions/libipt_tcpmss_sh.o extensions/libipt_time_sh.o extensions/libipt_tos_sh.o extensions/libipt_u32_sh.o extensions/libipt_udp_sh.o extensions/libipt_web_sh.o extensions/libipt_dscp_sh.o extensions/libipt_connbytes_sh.o extensions/libipt_webmon_sh.o extensions/libipt_string_sh.o extensions/libipt_bcount_sh.o extensions/libipt_conntrack_sh.o extensions/libipt_IMQ_sh.o extensions/libipt_ipp2p_sh.o extensions/libipt_policy_sh.o extensions/libipt_hashlimit_sh.o extensions/libipt_NFQUEUE_sh.o extensions/libipt_NOTRACK_sh.o extensions/libipt_set_sh.o extensions/libipt_account_sh.o extensions/libip6t_connmark_sh.o extensions/libip6t_icmp6_sh.o extensions/libip6t_length_sh.o extensions/libip6t_limit_sh.o extensions/libip6t_mac_sh.o extensions/libip6t_mark_sh.o extensions/libip6t_multiport_sh.o extensions/libip6t_standard_sh.o extensions/libip6t_state_sh.o extensions/libip6t_rt_sh.o extensions/libip6t_hl_sh.o extensions/libip6t_web_sh.o extensions/libip6t_string_sh.o extensions/libip6t_tcp_sh.o extensions/libip6t_udp_sh.o extensions/libip6t_CONNMARK_sh.o extensions/libip6t_LOG_sh.o extensions/libip6t_MARK_sh.o extensions/libip6t_IMQ_sh.o extensions/libip6t_TCPMSS_sh.o extensions/libip6t_REJECT_sh.o extensions/libip6t_connlimit_sh.o extensions/libip6t_hashlimit_sh.o extensions/libip6t_recent_sh.o extensions/libip6t_NFQUEUE_sh.o extensions/libip6t_ROUTE_sh.o extensions/libip6t_HL_sh.o extensions/libip6t_connbytes_sh.o extensions/libip6t_iprange_sh.o extensions/libip6t_webmon_sh.o extensions/libip6t_dscp_sh.o | |
| rm -f extensions/initext.c extensions/initext6.c | |
| make[7]: Leaving directory '/home/oglop/tomato/release/src/router/iptables' | |
| make[7]: Entering directory '/home/oglop/tomato/release/src/router/ebtables' | |
| rm -f ebtables ebtables-restore ebtablesd ebtablesu static | |
| rm -f *.o *~ *.so | |
| rm -f extensions/*.o extensions/*.c~ extensions/*.so include/*~ | |
| make[7]: Leaving directory '/home/oglop/tomato/release/src/router/ebtables' | |
| make[7]: Entering directory '/home/oglop/tomato/release/src/router/pppd' | |
| make[7]: *** No rule to make target 'clean'. Stop. | |
| make[7]: Leaving directory '/home/oglop/tomato/release/src/router/pppd' | |
| Makefile:1204: recipe for target 'pppd-clean' failed | |
| make[6]: [pppd-clean] Error 2 (ignored) | |
| make[7]: Entering directory '/home/oglop/tomato/release/src/router/zebra' | |
| make[7]: *** No rule to make target 'clean'. Stop. | |
| make[7]: Leaving directory '/home/oglop/tomato/release/src/router/zebra' | |
| Makefile:1235: recipe for target 'zebra-clean' failed | |
| make[6]: [zebra-clean] Error 2 (ignored) | |
| make[7]: Entering directory '/home/oglop/tomato/release/src/router/dnsmasq' | |
| rm -f src/*.mo src/*.pot | |
| rm -f src/.copts_* src/*.o src/dnsmasq.a src/dnsmasq | |
| rm -f src/dnsmasq_baseline | |
| rm -f core */core | |
| rm -f *~ contrib/*/*~ */*~ | |
| make[7]: Leaving directory '/home/oglop/tomato/release/src/router/dnsmasq' | |
| make[7]: Entering directory '/home/oglop/tomato/release/src/router/iproute2' | |
| rm -f cscope.* | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/iproute2/lib' | |
| rm -f ll_map.o libnetlink.o utils.o rt_names.o ll_types.o ll_proto.o ll_addr.o inet_proto.o dnet_ntop.o dnet_pton.o ipx_ntop.o ipx_pton.o libnetlink.a libutil.a | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/iproute2/lib' | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/iproute2/ip' | |
| rm -f ip.o ipaddress.o iproute.o iprule.o rtm_map.o iptunnel.o ip6tunnel.o tunnel.o ipneigh.o ipntable.o iplink.o ipmaddr.o ipmonitor.o ipmroute.o ipprefix.o ipxfrm.o xfrm_state.o xfrm_policy.o xfrm_monitor.o rtmon.o ip rtmon | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/iproute2/ip' | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/iproute2/tc' | |
| rm -f tc.o tc_qdisc.o tc_class.o tc_filter.o tc_util.o tc_monitor.o m_police.o m_estimator.o m_action.o m_ematch.o emp_ematch.yacc.o emp_ematch.lex.o q_fifo.o q_sfq.o q_red.o q_prio.o q_tbf.o q_cbq.o q_netem.o f_rsvp.o f_u32.o f_route.o f_fw.o f_basic.o q_dsmark.o q_gred.o f_tcindex.o q_ingress.o q_hfsc.o q_htb.o m_gact.o m_mirred.o m_ipt.o m_pedit.o p_ip.o p_icmp.o p_tcp.o p_udp.o em_nbyte.o em_cmp.o em_u32.o em_meta.o tc_core.o tc_red.o tc_cbq.o tc_estimator.o libtc.a tc *.so emp_ematch.yacc.h; \ | |
| rm -f emp_ematch.yacc.output | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/iproute2/tc' | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/iproute2/doc' | |
| rm -f *.aux *.log *.toc ip-cref.ps ip-tunnels.ps api-ip6-flowlabels.ps ss.ps nstat.ps arpd.ps rtstat.ps ip-cref.dvi ip-tunnels.dvi api-ip6-flowlabels.dvi ss.dvi nstat.dvi arpd.dvi rtstat.dvi *.html | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/iproute2/doc' | |
| make[7]: Leaving directory '/home/oglop/tomato/release/src/router/iproute2' | |
| make[6]: Leaving directory '/home/oglop/tomato/release/src/router' | |
| make[6]: Entering directory '/home/oglop/tomato/release/src/router' | |
| make[7]: Entering directory '/home/oglop/tomato/release/src/router/openssl' | |
| rm -f *.map *.so *.so.* *.dylib *.dll engines/*.so engines/*.dll engines/*.dylib *.a engines/*.a */lib */*/lib | |
| rm -f shlib/*.o *.o core a.out fluff rehash.time testlog make.log cctest cctest.c | |
| making clean in crypto... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto' | |
| rm -f buildinf.h *.s *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| making clean in crypto/objects... | |
| make[9]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/objects' | |
| rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[9]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/objects' | |
| making clean in crypto/md4... | |
| make[9]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/md4' | |
| rm -f asm/mx86unix.cpp *.o asm/*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[9]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/md4' | |
| making clean in crypto/md5... | |
| make[9]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/md5' | |
| rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[9]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/md5' | |
| making clean in crypto/sha... | |
| make[9]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/sha' | |
| rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[9]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/sha' | |
| making clean in crypto/mdc2... | |
| make[9]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/mdc2' | |
| rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[9]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/mdc2' | |
| making clean in crypto/hmac... | |
| make[9]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/hmac' | |
| rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[9]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/hmac' | |
| making clean in crypto/ripemd... | |
| make[9]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/ripemd' | |
| rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[9]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/ripemd' | |
| making clean in crypto/whrlpool... | |
| make[9]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/whrlpool' | |
| rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[9]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/whrlpool' | |
| making clean in crypto/des... | |
| make[9]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/des' | |
| rm -f *.s *.o *.obj des lib tags core .pure .nfs* *.old *.bak fluff | |
| make[9]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/des' | |
| making clean in crypto/aes... | |
| make[9]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/aes' | |
| rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[9]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/aes' | |
| making clean in crypto/rc2... | |
| make[9]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/rc2' | |
| rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[9]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/rc2' | |
| making clean in crypto/rc4... | |
| make[9]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/rc4' | |
| rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[9]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/rc4' | |
| making clean in crypto/idea... | |
| make[9]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/idea' | |
| rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[9]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/idea' | |
| making clean in crypto/bf... | |
| make[9]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/bf' | |
| rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[9]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/bf' | |
| making clean in crypto/cast... | |
| make[9]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/cast' | |
| rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[9]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/cast' | |
| making clean in crypto/camellia... | |
| make[9]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/camellia' | |
| rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[9]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/camellia' | |
| making clean in crypto/seed... | |
| make[9]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/seed' | |
| rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[9]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/seed' | |
| making clean in crypto/modes... | |
| make[9]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/modes' | |
| rm -f *.s *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[9]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/modes' | |
| making clean in crypto/bn... | |
| make[9]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/bn' | |
| rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[9]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/bn' | |
| making clean in crypto/ec... | |
| make[9]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/ec' | |
| rm -f *.s *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[9]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/ec' | |
| making clean in crypto/rsa... | |
| make[9]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/rsa' | |
| rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[9]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/rsa' | |
| making clean in crypto/dsa... | |
| make[9]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/dsa' | |
| rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[9]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/dsa' | |
| making clean in crypto/ecdsa... | |
| make[9]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/ecdsa' | |
| rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[9]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/ecdsa' | |
| making clean in crypto/dh... | |
| make[9]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/dh' | |
| rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[9]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/dh' | |
| making clean in crypto/ecdh... | |
| make[9]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/ecdh' | |
| rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[9]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/ecdh' | |
| making clean in crypto/dso... | |
| make[9]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/dso' | |
| rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[9]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/dso' | |
| making clean in crypto/engine... | |
| make[9]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/engine' | |
| rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[9]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/engine' | |
| making clean in crypto/buffer... | |
| make[9]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/buffer' | |
| rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[9]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/buffer' | |
| making clean in crypto/bio... | |
| make[9]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/bio' | |
| rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[9]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/bio' | |
| making clean in crypto/stack... | |
| make[9]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/stack' | |
| rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[9]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/stack' | |
| making clean in crypto/lhash... | |
| make[9]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/lhash' | |
| rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[9]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/lhash' | |
| making clean in crypto/rand... | |
| make[9]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/rand' | |
| rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[9]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/rand' | |
| making clean in crypto/err... | |
| make[9]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/err' | |
| rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[9]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/err' | |
| making clean in crypto/evp... | |
| make[9]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/evp' | |
| rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[9]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/evp' | |
| making clean in crypto/asn1... | |
| make[9]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/asn1' | |
| rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[9]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/asn1' | |
| making clean in crypto/pem... | |
| make[9]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/pem' | |
| rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[9]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/pem' | |
| making clean in crypto/x509... | |
| make[9]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/x509' | |
| rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[9]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/x509' | |
| making clean in crypto/x509v3... | |
| make[9]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/x509v3' | |
| rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[9]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/x509v3' | |
| making clean in crypto/conf... | |
| make[9]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/conf' | |
| rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[9]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/conf' | |
| making clean in crypto/txt_db... | |
| make[9]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/txt_db' | |
| rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[9]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/txt_db' | |
| making clean in crypto/pkcs7... | |
| make[9]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/pkcs7' | |
| rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff enc dec sign verify | |
| make[9]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/pkcs7' | |
| making clean in crypto/pkcs12... | |
| make[9]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/pkcs12' | |
| rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[9]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/pkcs12' | |
| making clean in crypto/comp... | |
| make[9]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/comp' | |
| rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[9]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/comp' | |
| making clean in crypto/ocsp... | |
| make[9]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/ocsp' | |
| rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[9]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/ocsp' | |
| making clean in crypto/ui... | |
| make[9]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/ui' | |
| rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[9]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/ui' | |
| making clean in crypto/krb5... | |
| make[9]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/krb5' | |
| rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[9]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/krb5' | |
| making clean in crypto/cms... | |
| make[9]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/cms' | |
| rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[9]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/cms' | |
| making clean in crypto/pqueue... | |
| make[9]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/pqueue' | |
| rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[9]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/pqueue' | |
| making clean in crypto/ts... | |
| make[9]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/ts' | |
| rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff enc dec sign verify | |
| make[9]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/ts' | |
| making clean in crypto/srp... | |
| make[9]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/srp' | |
| rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[9]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/srp' | |
| making clean in crypto/cmac... | |
| make[9]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/cmac' | |
| rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[9]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/cmac' | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto' | |
| making clean in ssl... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/ssl' | |
| rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/ssl' | |
| making clean in engines... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/engines' | |
| rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| making clean in engines/ccgost... | |
| make[9]: Entering directory '/home/oglop/tomato/release/src/router/openssl/engines/ccgost' | |
| rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff *.so *.sl *.dll | |
| make[9]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/engines/ccgost' | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/engines' | |
| making clean in apps... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/apps' | |
| rm -f *.o *.obj *.dll lib tags core .pure .nfs* *.old *.bak fluff openssl | |
| rm -f req | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/apps' | |
| making clean in test... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/test' | |
| rm -f .rnd tmp.bntest tmp.bctest *.o *.obj *.dll lib tags core .pure .nfs* *.old *.bak fluff bntest ectest ecdsatest ecdhtest ideatest md2test md4test md5test hmactest wp_test rc2test rc4test rc5test destest shatest sha1test sha256t sha512t mdc2test rmdtest randtest dhtest enginetest bftest casttest ssltest exptest dsatest rsa_test evp_test evp_extra_test igetest jpaketest srptest asn1test v3nametest heartbeat_test constant_time_test verify_extra_test clienthellotest sslv2conftest dtlstest bad_dtls_test *.ss *.srl log dummytest | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/test' | |
| making clean in tools... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/tools' | |
| rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/tools' | |
| rm -f libcrypto.a libssl.a | |
| rm -f openssl.pc libssl.pc libcrypto.pc | |
| rm -f speed.* .pure | |
| rm -f ../openssl-1.0.2k.tar | |
| make[7]: Leaving directory '/home/oglop/tomato/release/src/router/openssl' | |
| make[7]: Entering directory '/home/oglop/tomato/release/src/router/vsftpd' | |
| rm -f *.o *.swp vsftpd | |
| make[7]: Leaving directory '/home/oglop/tomato/release/src/router/vsftpd' | |
| make[7]: Entering directory '/home/oglop/tomato/release/src/router/mssl' | |
| rm -f .*.depend *.o *.so *.a | |
| make[7]: Leaving directory '/home/oglop/tomato/release/src/router/mssl' | |
| make[7]: Entering directory '/home/oglop/tomato/release/src/router/mdu' | |
| rm -f mdu .*.depend | |
| rm -f *.o | |
| make[7]: Leaving directory '/home/oglop/tomato/release/src/router/mdu' | |
| make[7]: Entering directory '/home/oglop/tomato/release/src/router/httpd' | |
| rm -f httpd *.o .*.depend | |
| make[7]: Leaving directory '/home/oglop/tomato/release/src/router/httpd' | |
| make[6]: Leaving directory '/home/oglop/tomato/release/src/router' | |
| make[6]: Entering directory '/home/oglop/tomato/release/src/router/busybox' | |
| HOSTCC scripts/basic/fixdep | |
| HOSTCC scripts/basic/split-include | |
| HOSTCC scripts/basic/docproc | |
| GEN include/applets.h | |
| GEN include/usage.h | |
| GEN console-tools/Kbuild | |
| GEN console-tools/Config.in | |
| GEN mailutils/Kbuild | |
| GEN mailutils/Config.in | |
| GEN miscutils/Kbuild | |
| GEN miscutils/Config.in | |
| GEN libpwdgrp/Kbuild | |
| GEN findutils/Kbuild | |
| GEN findutils/Config.in | |
| GEN shell/Kbuild | |
| GEN shell/Config.in | |
| GEN coreutils/Kbuild | |
| GEN coreutils/Config.in | |
| GEN coreutils/libcoreutils/Kbuild | |
| GEN e2fsprogs/Kbuild | |
| GEN e2fsprogs/Config.in | |
| GEN e2fsprogs/e2p/Kbuild | |
| GEN e2fsprogs/ext2fs/Kbuild | |
| GEN e2fsprogs/blkid/Kbuild | |
| GEN e2fsprogs/uuid/Kbuild | |
| GEN init/Kbuild | |
| GEN init/Config.in | |
| GEN scripts/Kbuild | |
| GEN loginutils/Kbuild | |
| GEN loginutils/Config.in | |
| GEN debianutils/Kbuild | |
| GEN debianutils/Config.in | |
| GEN applets/Kbuild | |
| GEN sysklogd/Kbuild | |
| GEN sysklogd/Config.in | |
| GEN selinux/Kbuild | |
| GEN selinux/Config.in | |
| GEN runit/Kbuild | |
| GEN runit/Config.in | |
| GEN modutils/Kbuild | |
| GEN modutils/Config.in | |
| GEN networking/Kbuild | |
| GEN networking/Config.in | |
| GEN networking/libiproute/Kbuild | |
| GEN networking/udhcp/Kbuild | |
| GEN networking/udhcp/Config.in | |
| GEN libbb/Kbuild | |
| GEN libbb/Config.in | |
| GEN procps/Kbuild | |
| GEN procps/Config.in | |
| GEN printutils/Kbuild | |
| GEN printutils/Config.in | |
| GEN editors/Kbuild | |
| GEN editors/Config.in | |
| GEN util-linux/Kbuild | |
| GEN util-linux/Config.in | |
| GEN util-linux/volume_id/Kbuild | |
| GEN util-linux/volume_id/Config.in | |
| GEN archival/Kbuild | |
| GEN archival/Config.in | |
| GEN archival/libarchive/Kbuild | |
| HOSTCC scripts/kconfig/conf.o | |
| HOSTCC scripts/kconfig/kxgettext.o | |
| HOSTCC scripts/kconfig/mconf.o | |
| SHIPPED scripts/kconfig/zconf.tab.c | |
| SHIPPED scripts/kconfig/lex.zconf.c | |
| SHIPPED scripts/kconfig/zconf.hash.c | |
| HOSTCC scripts/kconfig/zconf.tab.o | |
| HOSTLD scripts/kconfig/conf | |
| scripts/kconfig/conf -o Config.in | |
| .config:284:warning: trying to reassign symbol STAT | |
| .config:285:warning: trying to reassign symbol FEATURE_STAT_FORMAT | |
| .config:287:warning: trying to reassign symbol SYNC | |
| .config:293:warning: trying to reassign symbol TOUCH | |
| .config:614:warning: trying to reassign symbol SETARCH | |
| .config:705:warning: trying to assign nonexistent symbol FEATURE_LAST_SMALL | |
| .config:780:warning: trying to assign nonexistent symbol FEATURE_HTTPD_USE_SENDFILE | |
| .config:881:warning: trying to assign nonexistent symbol DHCP6C | |
| .config:882:warning: trying to assign nonexistent symbol FEATURE_DHCP6_AUTH | |
| .config:883:warning: trying to assign nonexistent symbol DHCP6RELAY | |
| .config:1079:warning: trying to assign nonexistent symbol FEATURE_UDHCP_RFC5969 | |
| # | |
| # using defaults found in .config | |
| # | |
| * | |
| * Busybox Configuration | |
| * | |
| * | |
| * Busybox Settings | |
| * | |
| * | |
| * General Configuration | |
| * | |
| Enable options for full-blown desktop systems (DESKTOP) [N/y/?] n | |
| Provide compatible behavior for rare corner cases (bigger code) (EXTRA_COMPAT) [N/y/?] n | |
| Enable obsolete features removed before SUSv3 (INCLUDE_SUSv2) [N/y/?] n | |
| Avoid using GCC-specific code constructs (USE_PORTABLE_CODE) [N/y/?] n | |
| Enable Linux-specific applets and features (PLATFORM_LINUX) [Y/?] y | |
| Buffer allocation policy | |
| > 1. Allocate with Malloc (FEATURE_BUFFERS_USE_MALLOC) | |
| 2. Allocate on the Stack (FEATURE_BUFFERS_GO_ON_STACK) | |
| 3. Allocate in the .bss section (FEATURE_BUFFERS_GO_IN_BSS) | |
| choice[1-3?]: 1 | |
| Show applet usage messages (SHOW_USAGE) [Y/n/?] y | |
| Show verbose applet usage messages (FEATURE_VERBOSE_USAGE) [Y/n/?] y | |
| Store applet usage messages in compressed form (FEATURE_COMPRESS_USAGE) [N/y/?] n | |
| Include busybox applet (BUSYBOX) [Y/n/?] y | |
| Support --install [-s] to install applet links at runtime (FEATURE_INSTALLER) [N/y/?] n | |
| Don't use /usr (INSTALL_NO_USR) [N/y/?] n | |
| Enable locale support (system needs locale for this to work) (LOCALE_SUPPORT) [N/y/?] n | |
| Support Unicode (UNICODE_SUPPORT) [Y/n/?] y | |
| Check $LC_ALL, $LC_CTYPE and $LANG environment variables (FEATURE_CHECK_UNICODE_IN_ENV) [N/y/?] n | |
| Character code to substitute unprintable characters with (SUBST_WCHAR) [0] 0 | |
| Range of supported Unicode characters (LAST_SUPPORTED_WCHAR) [0] 0 | |
| Allow zero-width Unicode characters on output (UNICODE_COMBINING_WCHARS) [N/y/?] n | |
| Allow wide Unicode characters on output (UNICODE_WIDE_WCHARS) [N/y/?] n | |
| Bidirectional character-aware line input (UNICODE_BIDI_SUPPORT) [N/y/?] n | |
| Make it possible to enter sequences of chars which are not Unicode (UNICODE_PRESERVE_BROKEN) [N/y/?] n | |
| Support for PAM (Pluggable Authentication Modules) (PAM) [N/y/?] n | |
| Use sendfile system call (FEATURE_USE_SENDFILE) [N/y/?] n | |
| Support for --long-options (LONG_OPTS) [Y/n/?] y | |
| Use the devpts filesystem for Unix98 PTYs (FEATURE_DEVPTS) [Y/n/?] y | |
| Clean up all memory before exiting (usually not needed) (FEATURE_CLEAN_UP) [N/y/?] n | |
| Support utmp file (FEATURE_UTMP) [N/y/?] n | |
| Support writing pidfiles (FEATURE_PIDFILE) [Y/n/?] y | |
| Path to directory for pidfile (PID_FILE_PATH) [/var/run] /var/run | |
| Support for SUID/SGID handling (FEATURE_SUID) [Y/n/?] y | |
| Runtime SUID/SGID configuration via /etc/busybox.conf (FEATURE_SUID_CONFIG) [N/y/?] n | |
| Support NSA Security Enhanced Linux (SELINUX) [N/y/?] n | |
| exec prefers applets (FEATURE_PREFER_APPLETS) [N/y/?] n | |
| Path to BusyBox executable (BUSYBOX_EXEC_PATH) [/proc/self/exe] /proc/self/exe | |
| * | |
| * Build Options | |
| * | |
| Build BusyBox as a static binary (no shared libs) (STATIC) [N/y/?] n | |
| Build BusyBox as a position independent executable (PIE) [N/y/?] n | |
| Force NOMMU build (NOMMU) [N/y/?] n | |
| Build shared libbusybox (BUILD_LIBBUSYBOX) [N/y/?] n | |
| Build with Large File Support (for accessing files > 2 GB) (LFS) [Y/n/?] y | |
| Cross Compiler prefix (CROSS_COMPILER_PREFIX) [mipsel-uclibc-] mipsel-uclibc- | |
| Path to sysroot (SYSROOT) [] | |
| Additional CFLAGS (EXTRA_CFLAGS) [] | |
| Additional LDFLAGS (EXTRA_LDFLAGS) [] | |
| Additional LDLIBS (EXTRA_LDLIBS) [] | |
| * | |
| * Debugging Options | |
| * | |
| Build BusyBox with extra Debugging symbols (DEBUG) [N/y/?] n | |
| Enable runtime sanitizers (ASAN/LSAN/USAN/etc...) (DEBUG_SANITIZE) [N/y/?] n | |
| Build unit tests (UNIT_TEST) [N/y/?] n | |
| Abort compilation on any warning (WERROR) [N/y/?] n | |
| Additional debugging library | |
| > 1. None (NO_DEBUG_LIB) | |
| 2. Dmalloc (DMALLOC) | |
| 3. Electric-fence (EFENCE) | |
| choice[1-3?]: 1 | |
| * | |
| * Installation Options ("make install" behavior) | |
| * | |
| What kind of applet links to install | |
| > 1. as soft-links (INSTALL_APPLET_SYMLINKS) | |
| 2. as hard-links (INSTALL_APPLET_HARDLINKS) | |
| 3. as script wrappers (INSTALL_APPLET_SCRIPT_WRAPPERS) | |
| 4. not installed (INSTALL_APPLET_DONT) | |
| choice[1-4?]: 1 | |
| BusyBox installation prefix (PREFIX) [./_install] ./_install | |
| * | |
| * Busybox Library Tuning | |
| * | |
| Use the end of BSS page (FEATURE_USE_BSS_TAIL) [N/y/?] n | |
| Support RTMIN[+n] and RTMAX[-n] signal names (FEATURE_RTMINMAX) [N/y/?] n | |
| Minimum password length (PASSWORD_MINLEN) [6] 6 | |
| MD5: Trade bytes for speed (0:fast, 3:slow) (MD5_SMALL) [1] 1 | |
| SHA3: Trade bytes for speed (0:fast, 1:slow) (SHA3_SMALL) [1] 1 | |
| Faster /proc scanning code (+100 bytes) (FEATURE_FAST_TOP) [Y/n/?] y | |
| Support for /etc/networks (FEATURE_ETC_NETWORKS) [N/y/?] n | |
| Use termios to manipulate the screen (FEATURE_USE_TERMIOS) [Y/n/?] y | |
| Command line editing (FEATURE_EDITING) [Y/n/?] y | |
| Maximum length of input (FEATURE_EDITING_MAX_LEN) [1024] 1024 | |
| vi-style line editing commands (FEATURE_EDITING_VI) [N/y/?] n | |
| History size (FEATURE_EDITING_HISTORY) [50] 50 | |
| History saving (FEATURE_EDITING_SAVEHISTORY) [Y/n/?] y | |
| Save history on shell exit, not after every command (FEATURE_EDITING_SAVE_ON_EXIT) [N/y/?] n | |
| Reverse history search (FEATURE_REVERSE_SEARCH) [N/y/?] n | |
| Tab completion (FEATURE_TAB_COMPLETION) [Y/n/?] y | |
| Username completion (FEATURE_USERNAME_COMPLETION) [N/y/?] n | |
| Fancy shell prompts (FEATURE_EDITING_FANCY_PROMPT) [Y/n/?] y | |
| Query cursor position from terminal (FEATURE_EDITING_ASK_TERMINAL) [N/y/?] n | |
| Non-POSIX, but safer, copying to special nodes (FEATURE_NON_POSIX_CP) [Y/n/?] y | |
| Give more precise messages when copy fails (cp, mv etc) (FEATURE_VERBOSE_CP_MESSAGE) [N/y/?] n | |
| Copy buffer size, in kilobytes (FEATURE_COPYBUF_KB) [4] 4 | |
| Skip rootfs in mount table (FEATURE_SKIP_ROOTFS) [Y/n/?] y | |
| Use clock_gettime(CLOCK_MONOTONIC) syscall (MONOTONIC_SYSCALL) [N/y/?] n | |
| Use ioctl names rather than hex values in error messages (IOCTL_HEX2STR_ERROR) [Y/n/?] y | |
| Support infiniband HW (FEATURE_HWIB) [N/y/?] n | |
| * | |
| * Applets | |
| * | |
| * | |
| * Archival Utilities | |
| * | |
| Make tar, rpm, modprobe etc understand .xz data (FEATURE_SEAMLESS_XZ) [N/y/?] n | |
| Make tar, rpm, modprobe etc understand .lzma data (FEATURE_SEAMLESS_LZMA) [N/y/?] n | |
| Make tar, rpm, modprobe etc understand .bz2 data (FEATURE_SEAMLESS_BZ2) [Y/n/?] y | |
| Make tar, rpm, modprobe etc understand .gz data (FEATURE_SEAMLESS_GZ) [Y/n/?] y | |
| tar, rpm, modprobe etc understand .Z data (FEATURE_SEAMLESS_Z) [N/y/?] n | |
| ar (AR) [N/y/?] n | |
| uncompress (UNCOMPRESS) [N/y/?] n | |
| gunzip (GUNZIP) [Y/n/?] y | |
| Enable long options (FEATURE_GUNZIP_LONG_OPTIONS) [N/y/?] n | |
| bunzip2 (BUNZIP2) [N/y/?] n | |
| unlzma (UNLZMA) [N/y/?] n | |
| unxz (UNXZ) [N/y/?] n | |
| bzip2 (BZIP2) [N/y/?] n | |
| cpio (CPIO) [N/y/?] n | |
| dpkg (DPKG) [N/y/?] n | |
| dpkg_deb (DPKG_DEB) [N/y/?] n | |
| gzip (GZIP) [Y/n/?] y | |
| Enable long options (FEATURE_GZIP_LONG_OPTIONS) [N/y/?] n | |
| Trade memory for gzip speed (0:small,slow - 2:fast,big) (GZIP_FAST) [0] 0 | |
| Enable compression levels (FEATURE_GZIP_LEVELS) [N/y/?] n | |
| lzop (LZOP) [N/y/?] n | |
| rpm2cpio (RPM2CPIO) [N/y/?] n | |
| rpm (RPM) [N/y/?] n | |
| tar (TAR) [Y/n/?] y | |
| Enable archive creation (FEATURE_TAR_CREATE) [Y/n/?] y | |
| Autodetect compressed tarballs (FEATURE_TAR_AUTODETECT) [N/y/?] n | |
| Enable -X (exclude from) and -T (include from) options) (FEATURE_TAR_FROM) [Y/n/?] y | |
| Support for old tar header format (FEATURE_TAR_OLDGNU_COMPATIBILITY) [Y/n/?] y | |
| Enable untarring of tarballs with checksums produced by buggy Sun tar (FEATURE_TAR_OLDSUN_COMPATIBILITY) [N/y/?] n | |
| Support for GNU tar extensions (long filenames) (FEATURE_TAR_GNU_EXTENSIONS) [Y/n/?] y | |
| Enable long options (FEATURE_TAR_LONG_OPTIONS) [N/y/?] n | |
| Enable use of user and group names (FEATURE_TAR_UNAME_GNAME) [N/y/?] n | |
| Enable -m (do not preserve time) option (FEATURE_TAR_NOPRESERVE_TIME) [N/y/?] n | |
| unzip (UNZIP) [Y/n/?] y | |
| * | |
| * Coreutils | |
| * | |
| basename (BASENAME) [Y/n/?] y | |
| cat (CAT) [Y/n/?] y | |
| date (DATE) [Y/n/?] y | |
| Enable ISO date format output (-I) (FEATURE_DATE_ISOFMT) [Y/n/?] y | |
| Support %[num]N nanosecond format specifier (FEATURE_DATE_NANO) [N/y/?] n | |
| Support weird 'date MMDDhhmm[[YY]YY][.ss]' format (FEATURE_DATE_COMPAT) [Y/n/?] y | |
| dd (DD) [Y/n/?] y | |
| Enable signal handling for status reporting (FEATURE_DD_SIGNAL_HANDLING) [Y/n/?] y | |
| Enable the third status line upon signal (FEATURE_DD_THIRD_STATUS_LINE) [N/y/?] n | |
| Enable ibs, obs and conv options (FEATURE_DD_IBS_OBS) [Y/n/?] y | |
| Enable status display options (FEATURE_DD_STATUS) [Y/n/?] y | |
| hostid (HOSTID) [N/y/?] n | |
| id (ID) [N/y/?] n | |
| groups (GROUPS) [N/y/?] n | |
| shuf (SHUF) [N/y/?] n | |
| stat (STAT) [N/y/?] n | |
| sync (SYNC) [Y/n/?] y | |
| Enable -d and -f flags (requres syncfs(2) in libc) (FEATURE_SYNC_FANCY) [N/y/?] n | |
| test (TEST) [Y/n/?] y | |
| Extend test to 64 bit (FEATURE_TEST_64) [Y/n/?] y | |
| touch (TOUCH) [Y/n/?] y | |
| Add support for -h (FEATURE_TOUCH_NODEREF) [N/y/?] n | |
| Add support for SUSV3 features (-d -t -r) (FEATURE_TOUCH_SUSV3) [N/y/?] n | |
| tr (TR) [Y/n/?] y | |
| Enable character classes (such as [:upper:]) (FEATURE_TR_CLASSES) [N/y/?] n | |
| Enable equivalence classes (FEATURE_TR_EQUIV) [N/y/?] n | |
| truncate (TRUNCATE) [N/y/?] n | |
| unlink (UNLINK) [N/y/?] n | |
| base64 (BASE64) [N/y/?] n | |
| cal (CAL) [N/y/?] n | |
| catv (CATV) [N/y/?] n | |
| chgrp (CHGRP) [N/y/?] n | |
| chmod (CHMOD) [Y/n/?] y | |
| chown (CHOWN) [Y/n/?] y | |
| Enable long options (FEATURE_CHOWN_LONG_OPTIONS) [N/y/?] n | |
| chroot (CHROOT) [Y/n/?] y | |
| cksum (CKSUM) [N/y/?] n | |
| comm (COMM) [N/y/?] n | |
| cp (CP) [Y/n/?] y | |
| Enable long options for cp (FEATURE_CP_LONG_OPTIONS) [N/y/?] n | |
| cut (CUT) [Y/n/?] y | |
| df (DF) [Y/n/?] y | |
| Enable -a, -i, -B (FEATURE_DF_FANCY) [N/y/?] n | |
| dirname (DIRNAME) [Y/n/?] y | |
| dos2unix/unix2dos (DOS2UNIX) [N/y/?] n | |
| du (default blocksize of 512 bytes) (DU) [Y/n/?] y | |
| Use a default blocksize of 1024 bytes (1K) (FEATURE_DU_DEFAULT_BLOCKSIZE_1K) [Y/n/?] y | |
| echo (basic SuSv3 version taking no options) (ECHO) [Y/n/?] y | |
| Enable echo options (-n and -e) (FEATURE_FANCY_ECHO) [Y/n/?] y | |
| env (ENV) [Y/n/?] y | |
| Enable long options (FEATURE_ENV_LONG_OPTIONS) [N/y/?] n | |
| expand (EXPAND) [N/y/?] n | |
| expr (EXPR) [Y/n/?] y | |
| Extend Posix numbers support to 64 bit (EXPR_MATH_SUPPORT_64) [Y/n/?] y | |
| false (FALSE) [N/y/?] n | |
| fold (FOLD) [N/y/?] n | |
| fsync (FSYNC) [Y/n/?] y | |
| head (HEAD) [Y/n/?] y | |
| Enable head options (-c, -q, and -v) (FEATURE_FANCY_HEAD) [Y/n/?] y | |
| install (INSTALL) [N/y/?] n | |
| ln (LN) [Y/n/?] y | |
| logname (LOGNAME) [N/y/?] n | |
| ls (LS) [Y/n/?] y | |
| Enable filetyping options (-p and -F) (FEATURE_LS_FILETYPES) [Y/n/?] y | |
| Enable symlinks dereferencing (-L) (FEATURE_LS_FOLLOWLINKS) [Y/n/?] y | |
| Enable recursion (-R) (FEATURE_LS_RECURSIVE) [Y/n/?] y | |
| Sort the file names (FEATURE_LS_SORTFILES) [Y/n/?] y | |
| Show file timestamps (FEATURE_LS_TIMESTAMPS) [Y/n/?] y | |
| Show username/groupnames (FEATURE_LS_USERNAME) [Y/n/?] y | |
| Allow use of color to identify file types (FEATURE_LS_COLOR) [Y/n/?] y | |
| Produce colored ls output by default (FEATURE_LS_COLOR_IS_DEFAULT) [Y/n/?] y | |
| md5sum (MD5SUM) [Y/n/?] y | |
| mkdir (MKDIR) [Y/n/?] y | |
| Enable long options (FEATURE_MKDIR_LONG_OPTIONS) [N/y/?] n | |
| mkfifo (MKFIFO) [Y/n/?] y | |
| mknod (MKNOD) [Y/n/?] y | |
| mv (MV) [Y/n/?] y | |
| Enable long options (FEATURE_MV_LONG_OPTIONS) [N/y/?] n | |
| nice (NICE) [Y/n/?] y | |
| nohup (NOHUP) [Y/n/?] y | |
| od (OD) [N/y/?] n | |
| printenv (PRINTENV) [N/y/?] n | |
| printf (PRINTF) [Y/n/?] y | |
| pwd (PWD) [Y/n/?] y | |
| readlink (READLINK) [N/y/?] n | |
| realpath (REALPATH) [N/y/?] n | |
| rm (RM) [Y/n/?] y | |
| rmdir (RMDIR) [Y/n/?] y | |
| Enable long options (FEATURE_RMDIR_LONG_OPTIONS) [N/y/?] n | |
| seq (SEQ) [Y/n/?] y | |
| sha1sum (SHA1SUM) [N/y/?] n | |
| sha256sum (SHA256SUM) [N/y/?] n | |
| sha512sum (SHA512SUM) [N/y/?] n | |
| sha3sum (SHA3SUM) [N/y/?] n | |
| sleep (SLEEP) [Y/n/?] y | |
| Enable multiple arguments and s/m/h/d suffixes (FEATURE_FANCY_SLEEP) [Y/n/?] y | |
| Enable fractional arguments (FEATURE_FLOAT_SLEEP) [N/y/?] n | |
| sort (SORT) [Y/n/?] y | |
| Full SuSv3 compliant sort (support -ktcsbdfiozgM) (FEATURE_SORT_BIG) [Y/n/?] y | |
| split (SPLIT) [N/y/?] n | |
| stty (STTY) [Y/n/?] y | |
| sum (SUM) [N/y/?] n | |
| tac (TAC) [N/y/?] n | |
| tail (TAIL) [Y/n/?] y | |
| Enable extra tail options (-q, -s, -v, and -F) (FEATURE_FANCY_TAIL) [Y/n/?] y | |
| tee (TEE) [N/y/?] n | |
| true (TRUE) [Y/n/?] y | |
| tty (TTY) [N/y/?] n | |
| uname (UNAME) [Y/n/?] y | |
| Operating system name (UNAME_OSNAME) [GNU/Linux] GNU/Linux | |
| unexpand (UNEXPAND) [N/y/?] n | |
| uniq (UNIQ) [N/y/?] n | |
| usleep (USLEEP) [Y/n/?] y | |
| uudecode (UUDECODE) [N/y/?] n | |
| uuencode (UUENCODE) [N/y/?] n | |
| wc (WC) [Y/n/?] y | |
| Support very large files in wc (FEATURE_WC_LARGE) [Y/n/?] y | |
| whoami (WHOAMI) [N/y/?] n | |
| yes (YES) [N/y/?] n | |
| * | |
| * Common options | |
| * | |
| Support verbose options (usually -v) for various applets (FEATURE_VERBOSE) [Y/n/?] y | |
| * | |
| * Common options for cp and mv | |
| * | |
| Preserve hard links (FEATURE_PRESERVE_HARDLINKS) [Y/n/?] y | |
| * | |
| * Common options for ls, more and telnet | |
| * | |
| Calculate terminal & column widths (FEATURE_AUTOWIDTH) [Y/n/?] y | |
| * | |
| * Common options for df, du, ls | |
| * | |
| Support for human readable output (example 13k, 23M, 235G) (FEATURE_HUMAN_READABLE) [Y/n/?] y | |
| * | |
| * Common options for md5sum, sha1sum, sha256sum, sha512sum, sha3sum | |
| * | |
| Enable -c, -s and -w options (FEATURE_MD5_SHA1_SUM_CHECK) [N/y/?] n | |
| * | |
| * Console Utilities | |
| * | |
| chvt (CHVT) [N/y/?] n | |
| fgconsole (FGCONSOLE) [N/y/?] n | |
| clear (CLEAR) [Y/n/?] y | |
| deallocvt (DEALLOCVT) [N/y/?] n | |
| dumpkmap (DUMPKMAP) [N/y/?] n | |
| kbd_mode (KBD_MODE) [N/y/?] n | |
| loadfont (LOADFONT) [N/y/?] n | |
| loadkmap (LOADKMAP) [N/y/?] n | |
| openvt (OPENVT) [N/y/?] n | |
| reset (RESET) [N/y/?] n | |
| resize (RESIZE) [N/y/?] n | |
| setconsole (SETCONSOLE) [Y/n/?] y | |
| Enable long options (FEATURE_SETCONSOLE_LONG_OPTIONS) [N/y/?] n | |
| setfont (SETFONT) [N/y/?] n | |
| setkeycodes (SETKEYCODES) [N/y/?] n | |
| setlogcons (SETLOGCONS) [N/y/?] n | |
| showkey (SHOWKEY) [N/y/?] n | |
| * | |
| * Debian Utilities | |
| * | |
| mktemp (MKTEMP) [N/y/?] n | |
| pipe_progress (PIPE_PROGRESS) [N/y/?] n | |
| run-parts (RUN_PARTS) [N/y/?] n | |
| start-stop-daemon (START_STOP_DAEMON) [N/y/?] n | |
| which (WHICH) [Y/n/?] y | |
| * | |
| * Editors | |
| * | |
| awk (AWK) [Y/n/?] y | |
| Enable math functions (requires libm) (FEATURE_AWK_LIBM) [Y/n/?] y | |
| Enable a few GNU extensions (FEATURE_AWK_GNU_EXTENSIONS) [N/y/?] n | |
| cmp (CMP) [Y/n/?] y | |
| diff (DIFF) [N/y/?] n | |
| ed (ED) [N/y/?] n | |
| patch (PATCH) [N/y/?] n | |
| sed (SED) [Y/n/?] y | |
| vi (VI) [Y/n/?] y | |
| Maximum screen width in vi (FEATURE_VI_MAX_LEN) [4096] 4096 | |
| Allow vi to display 8-bit chars (otherwise shows dots) (FEATURE_VI_8BIT) [N/y/?] n | |
| Enable ":" colon commands (no "ex" mode) (FEATURE_VI_COLON) [Y/n/?] y | |
| Enable yank/put commands and mark cmds (FEATURE_VI_YANKMARK) [Y/n/?] y | |
| Enable search and replace cmds (FEATURE_VI_SEARCH) [Y/n/?] y | |
| Enable regex in search and replace (FEATURE_VI_REGEX_SEARCH) [N/y/?] n | |
| Catch signals (FEATURE_VI_USE_SIGNALS) [Y/n/?] y | |
| Remember previous cmd and "." cmd (FEATURE_VI_DOT_CMD) [Y/n/?] y | |
| Enable -R option and "view" mode (FEATURE_VI_READONLY) [Y/n/?] y | |
| Enable set-able options, ai ic showmatch (FEATURE_VI_SETOPTS) [Y/n/?] y | |
| Support for :set (FEATURE_VI_SET) [Y/n/?] y | |
| Handle window resize (FEATURE_VI_WIN_RESIZE) [Y/n/?] y | |
| Use 'tell me cursor position' ESC sequence to measure window (FEATURE_VI_ASK_TERMINAL) [Y/n/?] y | |
| Support undo command 'u' (FEATURE_VI_UNDO) [N/y/?] n | |
| Allow vi and awk to execute shell commands (FEATURE_ALLOW_EXEC) [Y/n/?] y | |
| * | |
| * Finding Utilities | |
| * | |
| find (FIND) [Y/n/?] y | |
| Enable -print0: NUL-terminated output (FEATURE_FIND_PRINT0) [Y/n/?] y | |
| Enable -mtime: modified time matching (FEATURE_FIND_MTIME) [N/y/?] n | |
| Enable -mmin: modified time matching by minutes (FEATURE_FIND_MMIN) [N/y/?] n | |
| Enable -perm: permissions matching (FEATURE_FIND_PERM) [N/y/?] n | |
| Enable -type: file type matching (file/dir/link/...) (FEATURE_FIND_TYPE) [N/y/?] n | |
| Enable -xdev: 'stay in filesystem' (FEATURE_FIND_XDEV) [N/y/?] n | |
| Enable -mindepth N and -maxdepth N (FEATURE_FIND_MAXDEPTH) [N/y/?] n | |
| Enable -newer: compare file modification times (FEATURE_FIND_NEWER) [N/y/?] n | |
| Enable -inum: inode number matching (FEATURE_FIND_INUM) [N/y/?] n | |
| Enable -exec: execute commands (FEATURE_FIND_EXEC) [Y/n/?] y | |
| Enable -exec ... {} + (FEATURE_FIND_EXEC_PLUS) [N/y/?] n | |
| Enable -user: username/uid matching (FEATURE_FIND_USER) [N/y/?] n | |
| Enable -group: group/gid matching (FEATURE_FIND_GROUP) [N/y/?] n | |
| Enable the 'not' (!) operator (FEATURE_FIND_NOT) [Y/n/?] y | |
| Enable -depth (FEATURE_FIND_DEPTH) [N/y/?] n | |
| Enable parens in options (FEATURE_FIND_PAREN) [N/y/?] n | |
| Enable -size: file size matching (FEATURE_FIND_SIZE) [N/y/?] n | |
| Enable -prune: exclude subdirectories (FEATURE_FIND_PRUNE) [N/y/?] n | |
| Enable -path: match pathname with shell pattern (FEATURE_FIND_PATH) [N/y/?] n | |
| Enable -regex: match pathname with regex (FEATURE_FIND_REGEX) [N/y/?] n | |
| Enable -links: link count matching (FEATURE_FIND_LINKS) [N/y/?] n | |
| grep (GREP) [Y/n/?] y | |
| Enable extended regular expressions (egrep & grep -E) (FEATURE_GREP_EGREP_ALIAS) [Y/n/?] y | |
| Alias fgrep to grep -F (FEATURE_GREP_FGREP_ALIAS) [Y/n/?] y | |
| Enable before and after context flags (-A, -B and -C) (FEATURE_GREP_CONTEXT) [Y/n/?] y | |
| xargs (XARGS) [N/y/?] n | |
| * | |
| * Init Utilities | |
| * | |
| bootchartd (BOOTCHARTD) [N/y/?] n | |
| poweroff, halt, and reboot (HALT) [N/y/?] n | |
| init (INIT) [N/y/?] n | |
| Support running init from within an initrd (not initramfs) (LINUXRC) [N/y/?] n | |
| mesg (MESG) [N/y/?] n | |
| * | |
| * Login/Password Management Utilities | |
| * | |
| Support for shadow passwords (FEATURE_SHADOWPASSWDS) [Y/n/?] y | |
| Use internal password and group functions rather than system functions (USE_BB_PWD_GRP) [Y/n/?] y | |
| Use internal shadow password functions (USE_BB_SHADOW) [Y/n/?] y | |
| Use internal crypt functions (USE_BB_CRYPT) [N/y/?] n | |
| addgroup (ADDGROUP) [N/y/?] n | |
| add-shell (ADD_SHELL) [N/y/?] n | |
| remove-shell (REMOVE_SHELL) [N/y/?] n | |
| adduser (ADDUSER) [N/y/?] n | |
| chpasswd (CHPASSWD) [N/y/?] n | |
| cryptpw (CRYPTPW) [N/y/?] n | |
| mkpasswd (MKPASSWD) [N/y/?] n | |
| deluser (DELUSER) [N/y/?] n | |
| delgroup (DELGROUP) [N/y/?] n | |
| getty (GETTY) [N/y/?] n | |
| login (LOGIN) [Y/n/?] y | |
| Run logged in session in a child process (LOGIN_SESSION_AS_CHILD) [N/y/?] n | |
| Support for login scripts (LOGIN_SCRIPTS) [N/y/?] n | |
| Support for /etc/nologin (FEATURE_NOLOGIN) [N/y/?] n | |
| Support for /etc/securetty (FEATURE_SECURETTY) [N/y/?] n | |
| passwd (PASSWD) [N/y/?] n | |
| su (SU) [N/y/?] n | |
| sulogin (SULOGIN) [N/y/?] n | |
| vlock (VLOCK) [N/y/?] n | |
| * | |
| * Linux Ext2 FS Progs | |
| * | |
| chattr (CHATTR) [N/y/?] n | |
| e2fsck (E2FSCK) [Y/n/?] y | |
| fsck (FSCK) [N/y/?] n | |
| lsattr (LSATTR) [N/y/?] n | |
| mke2fs (MKE2FS) [Y/n/?] y | |
| tune2fs (TUNE2FS) [Y/n/?] y | |
| e2label (E2LABEL) [Y/n/?] y | |
| * | |
| * Linux Module Utilities | |
| * | |
| modinfo (MODINFO) [N/y/?] n | |
| Simplified modutils (MODPROBE_SMALL) [N/y/?] n | |
| insmod (INSMOD) [Y/n/?] y | |
| rmmod (RMMOD) [Y/n/?] y | |
| lsmod (LSMOD) [Y/n/?] y | |
| Pretty output (FEATURE_LSMOD_PRETTY_2_6_OUTPUT) [Y/n/?] y | |
| modprobe (MODPROBE) [Y/n/?] y | |
| Blacklist support (FEATURE_MODPROBE_BLACKLIST) [N/y/?] n | |
| depmod (DEPMOD) [N/y/?] n | |
| * | |
| * Options common to multiple modutils | |
| * | |
| Support version 2.2/2.4 Linux kernels (FEATURE_2_4_MODULES) [N/y/?] n | |
| Try to load module from a mmap'ed area (FEATURE_INSMOD_TRY_MMAP) [N/y/?] n | |
| Support tainted module checking with new kernels (FEATURE_CHECK_TAINTED_MODULE) [Y/n/?] y | |
| Support for module.aliases file (FEATURE_MODUTILS_ALIAS) [N/y/?] n | |
| Support for module.symbols file (FEATURE_MODUTILS_SYMBOLS) [N/y/?] n | |
| Default directory containing modules (DEFAULT_MODULES_DIR) [/lib/modules] /lib/modules | |
| Default name of modules.dep (DEFAULT_DEPMOD_FILE) [/lib/modules/modules.dep] /lib/modules/modules.dep | |
| * | |
| * Linux System Utilities | |
| * | |
| blkdiscard (BLKDISCARD) [N/y/?] n | |
| blockdev (BLOCKDEV) [N/y/?] n | |
| fatattr (FATATTR) [N/y/?] n | |
| fstrim (FSTRIM) [N/y/?] n | |
| mdev (MDEV) [N/y/?] n | |
| mount (MOUNT) [Y/n/?] y | |
| Support option -f (FEATURE_MOUNT_FAKE) [N/y/?] n | |
| Support option -v (FEATURE_MOUNT_VERBOSE) [N/y/?] n | |
| Support mount helpers (FEATURE_MOUNT_HELPERS) [Y/n/?] y | |
| Support specifying devices by label or UUID (FEATURE_MOUNT_LABEL) [Y/n/?] y | |
| Support mounting NFS file systems on Linux < 2.6.23 (FEATURE_MOUNT_NFS) [N/y/?] n | |
| Support mounting CIFS/SMB file systems (FEATURE_MOUNT_CIFS) [Y/n/?] y | |
| Support lots of -o flags in mount (FEATURE_MOUNT_FLAGS) [Y/n/?] y | |
| Support /etc/fstab and -a (FEATURE_MOUNT_FSTAB) [Y/n/?] y | |
| Support -T <alt_fstab> (FEATURE_MOUNT_OTHERTAB) [N/y/?] n | |
| nsenter (NSENTER) [N/y/?] n | |
| rev (REV) [N/y/?] n | |
| setarch (SETARCH) [N/y/?] n | |
| uevent (UEVENT) [N/y/?] n | |
| unshare (UNSHARE) [N/y/?] n | |
| acpid (ACPID) [N/y/?] n | |
| blkid (BLKID) [Y/n/?] y | |
| Print filesystem type (FEATURE_BLKID_TYPE) [N/y/?] n | |
| dmesg (DMESG) [Y/n/?] y | |
| Pretty dmesg output (FEATURE_DMESG_PRETTY) [Y/n/?] y | |
| fbset (FBSET) [N/y/?] n | |
| fdflush (FDFLUSH) [N/y/?] n | |
| fdformat (FDFORMAT) [N/y/?] n | |
| fdisk (FDISK) [Y/n/?] y | |
| Write support (FEATURE_FDISK_WRITABLE) [Y/n/?] y | |
| Support AIX disklabels (FEATURE_AIX_LABEL) [N/y/?] n | |
| Support SGI disklabels (FEATURE_SGI_LABEL) [N/y/?] n | |
| Support SUN disklabels (FEATURE_SUN_LABEL) [N/y/?] n | |
| Support BSD disklabels (FEATURE_OSF_LABEL) [N/y/?] n | |
| Support GPT disklabels (FEATURE_GPT_LABEL) [Y/n/?] y | |
| Support expert mode (FEATURE_FDISK_ADVANCED) [N/y/?] n | |
| findfs (FINDFS) [N/y/?] n | |
| flock (FLOCK) [Y/n/?] y | |
| freeramdisk (FREERAMDISK) [N/y/?] n | |
| fsck_minix (FSCK_MINIX) [N/y/?] n | |
| mkfs_ext2 (MKFS_EXT2) [N/y/?] n | |
| mkfs_minix (MKFS_MINIX) [N/y/?] n | |
| mkfs_reiser (MKFS_REISER) [N/y/?] n | |
| mkfs_vfat (MKFS_VFAT) [Y/n/?] y | |
| getopt (GETOPT) [N/y/?] n | |
| hexdump (HEXDUMP) [N/y/?] n | |
| hwclock (HWCLOCK) [N/y/?] n | |
| ipcrm (IPCRM) [N/y/?] n | |
| ipcs (IPCS) [N/y/?] n | |
| losetup (LOSETUP) [N/y/?] n | |
| lspci (LSPCI) [N/y/?] n | |
| lsusb (LSUSB) [Y/n/?] y | |
| mkswap (MKSWAP) [Y/n/?] y | |
| UUID support (FEATURE_MKSWAP_UUID) [Y/n/?] y | |
| more (MORE) [Y/n/?] y | |
| pivot_root (PIVOT_ROOT) [N/y/?] n | |
| rdate (RDATE) [N/y/?] n | |
| rdev (RDEV) [N/y/?] n | |
| readprofile (READPROFILE) [N/y/?] n | |
| rtcwake (RTCWAKE) [N/y/?] n | |
| script (SCRIPT) [N/y/?] n | |
| scriptreplay (SCRIPTREPLAY) [N/y/?] n | |
| swaponoff (SWAPONOFF) [Y/n/?] y | |
| Support discard option -d (FEATURE_SWAPON_DISCARD) [N/y/?] n | |
| Support priority option -p (FEATURE_SWAPON_PRI) [N/y/?] n | |
| switch_root (SWITCH_ROOT) [N/y/?] n | |
| umount (UMOUNT) [Y/n/?] y | |
| Support option -a (FEATURE_UMOUNT_ALL) [N/y/?] n | |
| * | |
| * Common options for mount/umount | |
| * | |
| Support loopback mounts (FEATURE_MOUNT_LOOP) [Y/n/?] y | |
| Create new loopback devices if needed (FEATURE_MOUNT_LOOP_CREATE) [Y/n/?] y | |
| Support for the old /etc/mtab file (FEATURE_MTAB_SUPPORT) [N/y/?] n | |
| * | |
| * Filesystem/Volume identification | |
| * | |
| bcache filesystem (FEATURE_VOLUMEID_BCACHE) [N/y/?] n | |
| btrfs filesystem (FEATURE_VOLUMEID_BTRFS) [N/y/?] n | |
| cramfs filesystem (FEATURE_VOLUMEID_CRAMFS) [N/y/?] n | |
| exFAT filesystem (FEATURE_VOLUMEID_EXFAT) [N/y/?] n | |
| Ext filesystem (FEATURE_VOLUMEID_EXT) [Y/n/?] y | |
| f2fs filesystem (FEATURE_VOLUMEID_F2FS) [N/y/?] n | |
| fat filesystem (FEATURE_VOLUMEID_FAT) [Y/n/?] y | |
| hfs filesystem (FEATURE_VOLUMEID_HFS) [Y/n/?] y | |
| iso9660 filesystem (FEATURE_VOLUMEID_ISO9660) [N/y/?] n | |
| jfs filesystem (FEATURE_VOLUMEID_JFS) [N/y/?] n | |
| linuxraid (FEATURE_VOLUMEID_LINUXRAID) [N/y/?] n | |
| linux swap filesystem (FEATURE_VOLUMEID_LINUXSWAP) [Y/n/?] y | |
| luks filesystem (FEATURE_VOLUMEID_LUKS) [N/y/?] n | |
| nilfs filesystem (FEATURE_VOLUMEID_NILFS) [N/y/?] n | |
| ntfs filesystem (FEATURE_VOLUMEID_NTFS) [Y/n/?] y | |
| ocfs2 filesystem (FEATURE_VOLUMEID_OCFS2) [N/y/?] n | |
| Reiser filesystem (FEATURE_VOLUMEID_REISERFS) [N/y/?] n | |
| romfs filesystem (FEATURE_VOLUMEID_ROMFS) [N/y/?] n | |
| sysv filesystem (FEATURE_VOLUMEID_SYSV) [N/y/?] n | |
| udf filesystem (FEATURE_VOLUMEID_UDF) [N/y/?] n | |
| xfs filesystem (FEATURE_VOLUMEID_XFS) [N/y/?] n | |
| * | |
| * Miscellaneous Utilities | |
| * | |
| conspy (CONSPY) [N/y/?] n | |
| crond (CROND) [Y/n/?] y | |
| Support option -d to redirect output to stderr (FEATURE_CROND_D) [N/y/?] n | |
| Report command output via email (using sendmail) (FEATURE_CROND_CALL_SENDMAIL) [N/y/?] n | |
| crond spool directory (FEATURE_CROND_DIR) [/var/spool/cron] /var/spool/cron | |
| i2cget (I2CGET) [N/y/?] n | |
| i2cset (I2CSET) [N/y/?] n | |
| i2cdump (I2CDUMP) [N/y/?] n | |
| i2cdetect (I2CDETECT) [N/y/?] n | |
| less (LESS) [Y/n/?] y | |
| Max number of input lines less will try to eat (FEATURE_LESS_MAXLINES) [9999999] 9999999 | |
| Enable bracket searching (FEATURE_LESS_BRACKETS) [N/y/?] n | |
| Enable -m/-M (FEATURE_LESS_FLAGS) [N/y/?] n | |
| Enable -S (FEATURE_LESS_TRUNCATE) [N/y/?] n | |
| Enable marks (FEATURE_LESS_MARKS) [N/y/?] n | |
| Enable regular expressions (FEATURE_LESS_REGEXP) [N/y/?] n | |
| Enable automatic resizing on window size changes (FEATURE_LESS_WINCH) [N/y/?] n | |
| Enable flag changes ('-' command) (FEATURE_LESS_DASHCMD) [N/y/?] n | |
| nandwrite (NANDWRITE) [N/y/?] n | |
| nanddump (NANDDUMP) [N/y/?] n | |
| rfkill (RFKILL) [N/y/?] n | |
| setserial (SETSERIAL) [N/y/?] n | |
| taskset (TASKSET) [N/y/?] n | |
| ubirename (UBIRENAME) [N/y/?] n | |
| ubiattach (UBIATTACH) [N/y/?] n | |
| ubidetach (UBIDETACH) [N/y/?] n | |
| ubimkvol (UBIMKVOL) [N/y/?] n | |
| ubirmvol (UBIRMVOL) [N/y/?] n | |
| ubirsvol (UBIRSVOL) [N/y/?] n | |
| ubiupdatevol (UBIUPDATEVOL) [N/y/?] n | |
| adjtimex (ADJTIMEX) [N/y/?] n | |
| bbconfig (BBCONFIG) [N/y/?] n | |
| beep (BEEP) [N/y/?] n | |
| chat (CHAT) [N/y/?] n | |
| chrt (CHRT) [N/y/?] n | |
| crontab (CRONTAB) [N/y/?] n | |
| dc (DC) [N/y/?] n | |
| devfsd (obsolete) (DEVFSD) [N/y/?] n | |
| Use devfs names for all devices (obsolete) (FEATURE_DEVFS) [N/y/?] n | |
| devmem (DEVMEM) [N/y/?] n | |
| eject (EJECT) [N/y/?] n | |
| fbsplash (FBSPLASH) [N/y/?] n | |
| flashcp (FLASHCP) [N/y/?] n | |
| flash_lock (FLASH_LOCK) [N/y/?] n | |
| flash_unlock (FLASH_UNLOCK) [N/y/?] n | |
| flash_eraseall (FLASH_ERASEALL) [N/y/?] n | |
| ionice (IONICE) [N/y/?] n | |
| inotifyd (INOTIFYD) [N/y/?] n | |
| hdparm (HDPARM) [N/y/?] n | |
| makedevs (MAKEDEVS) [N/y/?] n | |
| man (MAN) [N/y/?] n | |
| microcom (MICROCOM) [N/y/?] n | |
| mountpoint (MOUNTPOINT) [N/y/?] n | |
| mt (MT) [N/y/?] n | |
| raidautorun (RAIDAUTORUN) [N/y/?] n | |
| readahead (READAHEAD) [N/y/?] n | |
| rx (RX) [N/y/?] n | |
| setsid (SETSID) [N/y/?] n | |
| strings (STRINGS) [Y/n/?] y | |
| time (TIME) [N/y/?] n | |
| timeout (TIMEOUT) [N/y/?] n | |
| ttysize (TTYSIZE) [N/y/?] n | |
| volname (VOLNAME) [N/y/?] n | |
| watchdog (WATCHDOG) [N/y/?] n | |
| * | |
| * Networking Utilities | |
| * | |
| nameif (NAMEIF) [N/y/?] n | |
| nbd-client (NBDCLIENT) [N/y/?] n | |
| nc (NC) [Y/n/?] y | |
| Netcat server options (-l) (NC_SERVER) [N/y/?] n | |
| Netcat extensions (-eiw and -f FILE) (NC_EXTRA) [Y/n/?] y | |
| Netcat 1.10 compatibility (+2.5k) (NC_110_COMPAT) [N/y/?] n | |
| ping (PING) [Y/n/?] y | |
| ping6 (PING6) [Y/n/?] y | |
| Enable fancy ping output (FEATURE_FANCY_PING) [Y/n/?] y | |
| wget (WGET) [Y/n/?] y | |
| Enable a nifty process meter (+2k) (FEATURE_WGET_STATUSBAR) [Y/n/?] y | |
| Enable HTTP authentication (FEATURE_WGET_AUTHENTICATION) [Y/n/?] y | |
| Enable long options (FEATURE_WGET_LONG_OPTIONS) [N/y/?] n | |
| Enable timeout option -T SEC (FEATURE_WGET_TIMEOUT) [Y/n/?] y | |
| Try to connect to HTTPS using openssl (FEATURE_WGET_OPENSSL) [Y/n/?] y | |
| Try to connect to HTTPS using ssl_helper (FEATURE_WGET_SSL_HELPER) [Y/n/?] y | |
| whois (WHOIS) [Y/n/?] y | |
| Enable IPv6 support (FEATURE_IPV6) [Y/n/?] y | |
| Enable Unix domain socket support (usually not needed) (FEATURE_UNIX_LOCAL) [N/y/?] n | |
| Prefer IPv4 addresses from DNS queries (FEATURE_PREFER_IPV4_ADDRESS) [Y/n/?] y | |
| Verbose resolution errors (VERBOSE_RESOLUTION_ERRORS) [N/y/?] n | |
| arp (ARP) [Y/n/?] y | |
| arping (ARPING) [Y/n/?] y | |
| brctl (BRCTL) [N/y/?] n | |
| dnsd (DNSD) [N/y/?] n | |
| ether-wake (ETHER_WAKE) [Y/n/?] y | |
| fakeidentd (FAKEIDENTD) [N/y/?] n | |
| ftpd (FTPD) [N/y/?] n | |
| ftpget (FTPGET) [Y/n/?] y | |
| ftpput (FTPPUT) [Y/n/?] y | |
| Enable long options in ftpget/ftpput (FEATURE_FTPGETPUT_LONG_OPTIONS) [N/y/?] n | |
| hostname (HOSTNAME) [N/y/?] n | |
| httpd (HTTPD) [N/y/?] n | |
| ifconfig (IFCONFIG) [Y/n/?] y | |
| Enable status reporting output (+7k) (FEATURE_IFCONFIG_STATUS) [Y/n/?] y | |
| Enable slip-specific options "keepalive" and "outfill" (FEATURE_IFCONFIG_SLIP) [N/y/?] n | |
| Enable options "mem_start", "io_addr", and "irq" (FEATURE_IFCONFIG_MEMSTART_IOADDR_IRQ) [N/y/?] n | |
| Enable option "hw" (ether only) (FEATURE_IFCONFIG_HW) [Y/n/?] y | |
| Set the broadcast automatically (FEATURE_IFCONFIG_BROADCAST_PLUS) [Y/n/?] y | |
| ifenslave (IFENSLAVE) [N/y/?] n | |
| ifplugd (IFPLUGD) [N/y/?] n | |
| ifupdown (IFUPDOWN) [N/y/?] n | |
| inetd (INETD) [N/y/?] n | |
| ip (IP) [N/y/?] n | |
| ipcalc (IPCALC) [N/y/?] n | |
| netstat (NETSTAT) [Y/n/?] y | |
| Enable wide netstat output (FEATURE_NETSTAT_WIDE) [Y/n/?] y | |
| Enable PID/Program name output (FEATURE_NETSTAT_PRG) [N/y/?] n | |
| nslookup (NSLOOKUP) [Y/n/?] y | |
| ntpd (NTPD) [Y/n/?] y | |
| Make ntpd usable as a NTP server (FEATURE_NTPD_SERVER) [Y/n/?] y | |
| Make ntpd understand /etc/ntp.conf (FEATURE_NTPD_CONF) [N/y/?] n | |
| pscan (PSCAN) [Y/n/?] y | |
| route (ROUTE) [Y/n/?] y | |
| slattach (SLATTACH) [N/y/?] n | |
| tcpsvd (TCPSVD) [N/y/?] n | |
| telnet (TELNET) [Y/n/?] y | |
| Pass TERM type to remote host (FEATURE_TELNET_TTYPE) [N/y/?] n | |
| Pass USER type to remote host (FEATURE_TELNET_AUTOLOGIN) [N/y/?] n | |
| telnetd (TELNETD) [Y/n/?] y | |
| Support standalone telnetd (not inetd only) (FEATURE_TELNETD_STANDALONE) [Y/n/?] y | |
| Support -w SEC option (inetd wait mode) (FEATURE_TELNETD_INETD_WAIT) [N/y/?] n | |
| tftp (TFTP) [N/y/?] n | |
| tftpd (TFTPD) [N/y/?] n | |
| traceroute (TRACEROUTE) [Y/n/?] y | |
| traceroute6 (TRACEROUTE6) [Y/n/?] y | |
| Enable verbose output (FEATURE_TRACEROUTE_VERBOSE) [Y/n/?] y | |
| Enable loose source route (FEATURE_TRACEROUTE_SOURCE_ROUTE) [Y/n/?] y | |
| Use ICMP instead of UDP (FEATURE_TRACEROUTE_USE_ICMP) [Y/n/?] y | |
| tunctl (TUNCTL) [N/y/?] n | |
| udhcp client for DHCPv6 (udhcpc6) (UDHCPC6) [N/y/?] n | |
| udhcp server (udhcpd) (UDHCPD) [N/y/?] n | |
| udhcp client (udhcpc) (UDHCPC) [Y/n/?] y | |
| udhcp client (udhcpc) - old version - for K24 (UDHCPC_OLD) [N/y/?] n | |
| Verify that the offered address is free, using ARP ping (FEATURE_UDHCPC_ARPING) [N/y/?] n | |
| Do not pass malformed host and domain names (FEATURE_UDHCPC_SANITIZEOPT) [N/y/?] n | |
| Enable '-P port' option for udhcpd and udhcpc (FEATURE_UDHCP_PORT) [N/y/?] n | |
| Maximum verbosity level for udhcp applets (0..9) (UDHCP_DEBUG) [0] 0 | |
| Support for RFC3397 domain search (experimental) (FEATURE_UDHCP_RFC3397) [N/y/?] n | |
| Support for 802.1Q VLAN parameters (FEATURE_UDHCP_8021Q) [N/y/?] n | |
| Absolute path to config script (UDHCPC_DEFAULT_SCRIPT) [] | |
| DHCP options slack buffer size (UDHCPC_SLACK_FOR_BUGGY_SERVERS) [924] 924 | |
| udpsvd (UDPSVD) [N/y/?] n | |
| vconfig (VCONFIG) [Y/n/?] y | |
| zcip (ZCIP) [N/y/?] n | |
| * | |
| * Print Utilities | |
| * | |
| lpd (LPD) [N/y/?] n | |
| lpr (LPR) [N/y/?] n | |
| lpq (LPQ) [N/y/?] n | |
| * | |
| * Mail Utilities | |
| * | |
| makemime (MAKEMIME) [N/y/?] n | |
| Default charset (FEATURE_MIME_CHARSET) [] | |
| popmaildir (POPMAILDIR) [N/y/?] n | |
| reformime (REFORMIME) [N/y/?] n | |
| sendmail (SENDMAIL) [Y/n/?] y | |
| * | |
| * Process Utilities | |
| * | |
| iostat (IOSTAT) [N/y/?] n | |
| lsof (LSOF) [N/y/?] n | |
| mpstat (MPSTAT) [N/y/?] n | |
| nmeter (NMETER) [N/y/?] n | |
| pmap (PMAP) [N/y/?] n | |
| powertop (POWERTOP) [N/y/?] n | |
| pstree (PSTREE) [N/y/?] n | |
| pwdx (PWDX) [N/y/?] n | |
| smemcap (SMEMCAP) [N/y/?] n | |
| top (TOP) [Y/n/?] y | |
| Show CPU per-process usage percentage (FEATURE_TOP_CPU_USAGE_PERCENTAGE) [Y/n/?] y | |
| Show CPU global usage percentage (FEATURE_TOP_CPU_GLOBAL_PERCENTS) [Y/n/?] y | |
| SMP CPU usage display ('c' key) (FEATURE_TOP_SMP_CPU) [N/y/?] n | |
| Show 1/10th of a percent in CPU/mem statistics (FEATURE_TOP_DECIMALS) [N/y/?] n | |
| Show CPU process runs on ('j' field) (FEATURE_TOP_SMP_PROCESS) [N/y/?] n | |
| Topmem command ('s' key) (FEATURE_TOPMEM) [N/y/?] n | |
| uptime (UPTIME) [Y/n/?] y | |
| free (FREE) [Y/n/?] y | |
| fuser (FUSER) [N/y/?] n | |
| kill (KILL) [Y/n/?] y | |
| killall (KILLALL) [Y/n/?] y | |
| killall5 (KILLALL5) [N/y] n | |
| pgrep (PGREP) [N/y/?] n | |
| pidof (PIDOF) [Y/n/?] y | |
| Enable argument for single shot (-s) (FEATURE_PIDOF_SINGLE) [N/y/?] n | |
| Enable argument for omitting pids (-o) (FEATURE_PIDOF_OMIT) [N/y/?] n | |
| pkill (PKILL) [N/y/?] n | |
| ps (PS) [Y/n/?] y | |
| Enable wide output option (-w) (FEATURE_PS_WIDE) [Y/n/?] y | |
| Enable long output option (-l) (FEATURE_PS_LONG) [N/y/?] n | |
| renice (RENICE) [N/y/?] n | |
| sysctl (BB_SYSCTL) [N/y/?] n | |
| Support for showing threads in ps/pstree/top (FEATURE_SHOW_THREADS) [N/y/?] n | |
| watch (WATCH) [Y/n/?] y | |
| * | |
| * Runit Utilities | |
| * | |
| chpst (CHPST) [N/y/?] n | |
| setuidgid (SETUIDGID) [N/y/?] n | |
| envuidgid (ENVUIDGID) [N/y/?] n | |
| envdir (ENVDIR) [N/y/?] n | |
| softlimit (SOFTLIMIT) [N/y/?] n | |
| runsv (RUNSV) [N/y/?] n | |
| runsvdir (RUNSVDIR) [N/y/?] n | |
| sv (SV) [N/y/?] n | |
| svlogd (SVLOGD) [N/y/?] n | |
| * | |
| * Shells | |
| * | |
| ash (ASH) [Y/n/?] y | |
| bash-compatible extensions (ASH_BASH_COMPAT) [Y/n/?] y | |
| Idle timeout variable (ASH_IDLE_TIMEOUT) [N/y/?] n | |
| Job control (ASH_JOB_CONTROL) [Y/n/?] y | |
| Alias support (ASH_ALIAS) [Y/n/?] y | |
| Builtin getopt to parse positional parameters (ASH_GETOPTS) [N/y/?] n | |
| Builtin version of 'echo' (ASH_BUILTIN_ECHO) [N/y/?] n | |
| Builtin version of 'printf' (ASH_BUILTIN_PRINTF) [N/y/?] n | |
| Builtin version of 'test' (ASH_BUILTIN_TEST) [N/y/?] n | |
| help builtin (ASH_HELP) [N/y/?] n | |
| 'command' command to override shell builtins (ASH_CMDCMD) [N/y/?] n | |
| Check for new mail on interactive shells (ASH_MAIL) [N/y/?] n | |
| Optimize for size instead of speed (ASH_OPTIMIZE_FOR_SIZE) [Y/n/?] y | |
| Pseudorandom generator and $RANDOM variable (ASH_RANDOM_SUPPORT) [Y/n/?] y | |
| Expand prompt string (ASH_EXPAND_PRMT) [N/y/?] n | |
| cttyhack (CTTYHACK) [N/y/?] n | |
| hush (HUSH) [N/y/?] n | |
| msh (deprecated: aliased to hush) (MSH) [N/y/?] n | |
| Choose which shell is aliased to 'sh' name | |
| > 1. ash (FEATURE_SH_IS_ASH) | |
| 2. none (FEATURE_SH_IS_NONE) | |
| choice[1-2?]: 1 | |
| Choose which shell is aliased to 'bash' name | |
| 1. ash (FEATURE_BASH_IS_ASH) | |
| > 2. none (FEATURE_BASH_IS_NONE) | |
| choice[1-2?]: 2 | |
| POSIX math support (SH_MATH_SUPPORT) [Y/n/?] y | |
| Extend POSIX math support to 64 bit (SH_MATH_SUPPORT_64) [N/y/?] n | |
| Hide message on interactive shell startup (FEATURE_SH_EXTRA_QUIET) [Y/n/?] y | |
| Use $HISTFILESIZE (FEATURE_SH_HISTFILESIZE) [N/y/?] n | |
| * | |
| * System Logging Utilities | |
| * | |
| klogd (KLOGD) [Y/n/?] y | |
| Use the klogctl() interface (FEATURE_KLOGD_KLOGCTL) [Y/n/?] y | |
| logger (LOGGER) [Y/n/?] y | |
| syslogd (SYSLOGD) [Y/n/?] y | |
| Rotate message files (FEATURE_ROTATE_LOGFILE) [Y/n/?] y | |
| Remote Log support (FEATURE_REMOTE_LOG) [Y/n/?] y | |
| Support -D (drop dups) option (FEATURE_SYSLOGD_DUP) [N/y/?] n | |
| Support syslog.conf (FEATURE_SYSLOGD_CFG) [N/y/?] n | |
| Read buffer size in bytes (FEATURE_SYSLOGD_READ_BUFFER_SIZE) [512] 512 | |
| Circular Buffer support (FEATURE_IPC_SYSLOG) [N/y/?] n | |
| Linux kernel printk buffer support (FEATURE_KMSG_SYSLOG) [N/y/?] n | |
| make[6]: Leaving directory '/home/oglop/tomato/release/src/router/busybox' | |
| make[5]: Leaving directory '/home/oglop/tomato/release/src/router' | |
| make[4]: Leaving directory '/home/oglop/tomato/release/src-rt' | |
| make[4]: Entering directory '/home/oglop/tomato/release/src-rt' | |
| Version: 1.28.0000 MIPSR2-140-hg320 K26 USB Max-64K (Wed, 12 Jul 2017 22:15:20 -0700) | |
| Building Tomato K26 USB 1.28.RT-N5x-MIPSR2-140-hg320 Max-64K E with N Profile | |
| mkdir: cannot create directory ‘image’: File exists | |
| Makefile:118: recipe for target 'all' failed | |
| make[4]: [all] Error 1 (ignored) | |
| make[5]: Entering directory '/home/oglop/tomato/release/src/router' | |
| 97 | |
| rm -rf /home/oglop/tomato/release/src-rt/router/mipsel-uclibc/target | |
| rm -rf /home/oglop/tomato/release/src-rt/router/mipsel-uclibc/install | |
| rm -f /home/oglop/tomato/release/src-rt/router/mipsel-uclibc/linux.trx /home/oglop/tomato/release/src-rt/router/mipsel-uclibc/vmlinuz /home/oglop/tomato/release/src-rt/router/mipsel-uclibc/target.image | |
| rm -rf /home/oglop/tomato/release/src-rt/router/mipsel-uclibc/extras | |
| make -C /home/oglop/tomato/release/src-rt/lzma-loader CROSS_COMPILE=mipsel-uclibc- LD=mipsel-uclibc-ld -j`grep -c '^processor' /proc/cpuinfo` | |
| make[6]: Entering directory '/home/oglop/tomato/release/src/lzma-loader' | |
| mipsel-uclibc-gcc -D__KERNEL__ -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -G 0 -mno-abicalls -fno-pic -ffunction-sections -pipe -Wa,--trap -mabi=32 -march=mips32 -Wa,-32 -Wa,-march=mips32 -Wa,-mips32 -DLOADADDR=0x80001000 -D_LZMA_IN_CB -I/home/oglop/tomato/release/src-rt/include -I/home/oglop/tomato/release/src-rt/lzma/C/Compress/Lzma -D__ASSEMBLY__ -DBZ_TEXT_START=0x80500000 -c -o head.o head.S | |
| mipsel-uclibc-gcc -D__KERNEL__ -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -G 0 -mno-abicalls -fno-pic -ffunction-sections -pipe -Wa,--trap -mabi=32 -march=mips32 -Wa,-32 -Wa,-march=mips32 -Wa,-mips32 -DLOADADDR=0x80001000 -D_LZMA_IN_CB -I/home/oglop/tomato/release/src-rt/include -I/home/oglop/tomato/release/src-rt/lzma/C/Compress/Lzma -c -o decompress.o decompress.c | |
| mipsel-uclibc-gcc -D__KERNEL__ -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -G 0 -mno-abicalls -fno-pic -ffunction-sections -pipe -Wa,--trap -mabi=32 -march=mips32 -Wa,-32 -Wa,-march=mips32 -Wa,-mips32 -DLOADADDR=0x80001000 -D_LZMA_IN_CB -I/home/oglop/tomato/release/src-rt/include -I/home/oglop/tomato/release/src-rt/lzma/C/Compress/Lzma -c -o LzmaDecode.o /home/oglop/tomato/release/src-rt/lzma/C/Compress/Lzma/LzmaDecode.c | |
| mipsel-uclibc-ld -static --gc-sections -no-warn-mismatch -T decompress.lds -o decompress decompress.o LzmaDecode.o | |
| mipsel-uclibc-objcopy -O binary -R .reginfo -R .note -R .comment -R .mdebug -S decompress decompress.image | |
| mipsel-uclibc-ld -no-warn-mismatch -T data.lds -r -o data.o -b binary decompress.image -b elf32-tradlittlemips | |
| mipsel-uclibc-ld -static --gc-sections -no-warn-mismatch -T loader.lds -o loader.o head.o data.o | |
| mipsel-uclibc-objcopy -O binary -R .reginfo -R .note -R .comment -R .mdebug -S loader.o loader | |
| gzip -nc9 loader > loader.gz | |
| make[6]: Leaving directory '/home/oglop/tomato/release/src/lzma-loader' | |
| make[6]: Entering directory '/home/oglop/tomato/release/src/router/busybox' | |
| SPLIT include/autoconf.h -> include/config/* | |
| HOSTCC applets/usage | |
| HOSTCC applets/applet_tables | |
| In file included from applets/usage.c:24:0: | |
| include/usage.h:6320:0: warning: "udhcpc_trivial_usage" redefined | |
| #define udhcpc_trivial_usage \ | |
| include/usage.h:6225:0: note: this is the location of the previous definition | |
| #define udhcpc_trivial_usage \ | |
| include/usage.h:6324:0: warning: "udhcpc_full_usage" redefined | |
| #define udhcpc_full_usage "\n" \ | |
| include/usage.h:6230:0: note: this is the location of the previous definition | |
| #define udhcpc_full_usage "\n" \ | |
| GEN include/bbconfigopts.h | |
| GEN include/common_bufsiz.h | |
| GEN include/usage_compressed.h | |
| GEN include/applet_tables.h | |
| HOSTCC applets/usage_pod | |
| CC applets/applets.o | |
| In file included from applets/usage_pod.c:31:0: | |
| include/usage.h:6320:0: warning: "udhcpc_trivial_usage" redefined | |
| #define udhcpc_trivial_usage \ | |
| include/usage.h:6225:0: note: this is the location of the previous definition | |
| #define udhcpc_trivial_usage \ | |
| include/usage.h:6324:0: warning: "udhcpc_full_usage" redefined | |
| #define udhcpc_full_usage "\n" \ | |
| include/usage.h:6230:0: note: this is the location of the previous definition | |
| #define udhcpc_full_usage "\n" \ | |
| LD applets/built-in.o | |
| DOC busybox.pod | |
| DOC BusyBox.txt | |
| DOC busybox.1 | |
| DOC BusyBox.html | |
| LD archival/built-in.o | |
| CC archival/bbunzip.o | |
| LD archival/libarchive/built-in.o | |
| CC archival/libarchive/common.o | |
| CC archival/libarchive/data_align.o | |
| LD console-tools/built-in.o | |
| CC console-tools/clear.o | |
| CC archival/libarchive/data_extract_all.o | |
| CC archival/libarchive/data_extract_to_stdout.o | |
| CC console-tools/setconsole.o | |
| CC archival/gzip.o | |
| CC archival/libarchive/data_skip.o | |
| CC archival/libarchive/decompress_bunzip2.o | |
| AR console-tools/lib.a | |
| LD coreutils/built-in.o | |
| CC coreutils/basename.o | |
| CC archival/libarchive/decompress_gunzip.o | |
| CC coreutils/cat.o | |
| CC archival/libarchive/filter_accept_all.o | |
| CC coreutils/chmod.o | |
| CC archival/libarchive/filter_accept_list.o | |
| CC archival/tar.o | |
| CC coreutils/chown.o | |
| CC archival/libarchive/filter_accept_reject_list.o | |
| CC archival/libarchive/find_list_entry.o | |
| CC coreutils/chroot.o | |
| CC archival/libarchive/get_header_tar.o | |
| CC archival/libarchive/header_list.o | |
| CC coreutils/cp.o | |
| CC archival/unzip.o | |
| CC archival/libarchive/header_skip.o | |
| CC archival/libarchive/header_verbose_list.o | |
| CC coreutils/cut.o | |
| CC archival/libarchive/init_handle.o | |
| CC archival/libarchive/open_transformer.o | |
| AR archival/lib.a | |
| CC archival/libarchive/seek_by_jump.o | |
| LD coreutils/libcoreutils/built-in.o | |
| CC coreutils/date.o | |
| CC coreutils/libcoreutils/cp_mv_stat.o | |
| CC archival/libarchive/seek_by_read.o | |
| CC archival/libarchive/unsafe_prefix.o | |
| CC coreutils/libcoreutils/getopt_mk_fifo_nod.o | |
| CC coreutils/dd.o | |
| LD debianutils/built-in.o | |
| CC debianutils/which.o | |
| AR archival/libarchive/lib.a | |
| AR coreutils/libcoreutils/lib.a | |
| CC coreutils/df.o | |
| LD e2fsprogs/built-in.o | |
| CC e2fsprogs/e2fs_lib.o | |
| AR debianutils/lib.a | |
| LD e2fsprogs/e2p/built-in.o | |
| CC e2fsprogs/e2p/feature.o | |
| CC coreutils/dirname.o | |
| CC coreutils/du.o | |
| CC e2fsprogs/e2fsck.o | |
| CC coreutils/echo.o | |
| CC e2fsprogs/e2p/hashstr.o | |
| CC coreutils/env.o | |
| CC coreutils/expr.o | |
| CC e2fsprogs/e2p/ls.o | |
| CC coreutils/fsync.o | |
| CC coreutils/head.o | |
| CC e2fsprogs/e2p/mntopts.o | |
| CC coreutils/ln.o | |
| CC coreutils/ls.o | |
| CC e2fsprogs/e2p/ostype.o | |
| CC coreutils/md5_sha1_sum.o | |
| CC e2fsprogs/e2p/parse_num.o | |
| CC coreutils/mkdir.o | |
| CC e2fsprogs/e2p/pe.o | |
| CC coreutils/mkfifo.o | |
| CC coreutils/mknod.o | |
| CC e2fsprogs/e2p/ps.o | |
| CC coreutils/mv.o | |
| CC coreutils/nice.o | |
| AR e2fsprogs/e2p/lib.a | |
| CC coreutils/nohup.o | |
| CC coreutils/printf.o | |
| LD e2fsprogs/ext2fs/built-in.o | |
| CC e2fsprogs/ext2fs/alloc.o | |
| CC coreutils/pwd.o | |
| CC e2fsprogs/ext2fs/alloc_sb.o | |
| CC coreutils/rm.o | |
| LD editors/built-in.o | |
| CC editors/awk.o | |
| CC e2fsprogs/ext2fs/alloc_stats.o | |
| CC coreutils/rmdir.o | |
| CC coreutils/seq.o | |
| CC e2fsprogs/ext2fs/alloc_tables.o | |
| CC coreutils/sleep.o | |
| CC e2fsprogs/ext2fs/badblocks.o | |
| CC coreutils/sort.o | |
| CC e2fsprogs/ext2fs/bb_inode.o | |
| CC coreutils/stty.o | |
| CC e2fsprogs/ext2fs/bitmaps.o | |
| CC e2fsprogs/ext2fs/bitops.o | |
| CC e2fsprogs/ext2fs/block.o | |
| CC coreutils/sync.o | |
| CC e2fsprogs/ext2fs/bmap.o | |
| CC coreutils/tail.o | |
| CC editors/cmp.o | |
| CC e2fsprogs/ext2fs/check_desc.o | |
| CC editors/sed.o | |
| CC e2fsprogs/ext2fs/closefs.o | |
| CC coreutils/test.o | |
| CC e2fsprogs/ext2fs/dblist.o | |
| CC e2fsprogs/ext2fs/dblist_dir.o | |
| CC coreutils/test_ptr_hack.o | |
| CC e2fsprogs/ext2fs/dir_iterate.o | |
| CC coreutils/touch.o | |
| CC editors/vi.o | |
| CC e2fsprogs/ext2fs/dirblock.o | |
| CC coreutils/tr.o | |
| CC e2fsprogs/ext2fs/dirhash.o | |
| CC coreutils/true.o | |
| CC e2fsprogs/ext2fs/expanddir.o | |
| CC coreutils/uname.o | |
| CC e2fsprogs/ext2fs/ext2fs_inline.o | |
| CC coreutils/usleep.o | |
| CC coreutils/wc.o | |
| CC e2fsprogs/ext2fs/ext_attr.o | |
| CC e2fsprogs/ext2fs/finddev.o | |
| AR coreutils/lib.a | |
| LD findutils/built-in.o | |
| CC e2fsprogs/mke2fs.o | |
| CC findutils/find.o | |
| CC e2fsprogs/ext2fs/flushb.o | |
| e2fsprogs/mke2fs.c: In function 'handle_bad_blocks': | |
| e2fsprogs/mke2fs.c:336: warning: passing argument 2 of 'mke2fs_warning_msg' discards qualifiers from pointer target type | |
| e2fsprogs/mke2fs.c: In function 'create_lost_and_found': | |
| e2fsprogs/mke2fs.c:525: warning: initialization discards qualifiers from pointer target type | |
| e2fsprogs/mke2fs.c:536: warning: assignment discards qualifiers from pointer target type | |
| e2fsprogs/mke2fs.c:544: warning: assignment discards qualifiers from pointer target type | |
| e2fsprogs/mke2fs.c: In function 'zap_sector': | |
| e2fsprogs/mke2fs.c:582: warning: initialization discards qualifiers from pointer target type | |
| e2fsprogs/mke2fs.c: In function 'create_journal_dev': | |
| e2fsprogs/mke2fs.c:614: warning: initialization discards qualifiers from pointer target type | |
| e2fsprogs/mke2fs.c: In function 'show_stats': | |
| e2fsprogs/mke2fs.c:649: warning: passing argument 2 of 'mke2fs_warning_msg' discards qualifiers from pointer target type | |
| e2fsprogs/mke2fs.c: In function 'PRS': | |
| e2fsprogs/mke2fs.c:889: warning: passing argument 2 of 'mke2fs_warning_msg' discards qualifiers from pointer target type | |
| e2fsprogs/mke2fs.c:901: warning: passing argument 2 of 'mke2fs_warning_msg' discards qualifiers from pointer target type | |
| e2fsprogs/mke2fs.c:1047: warning: passing argument 2 of 'mke2fs_warning_msg' discards qualifiers from pointer target type | |
| e2fsprogs/mke2fs.c:1057: warning: passing argument 2 of 'mke2fs_warning_msg' discards qualifiers from pointer target type | |
| e2fsprogs/mke2fs.c:1191: warning: passing argument 2 of 'mke2fs_warning_msg' discards qualifiers from pointer target type | |
| e2fsprogs/mke2fs.c: In function 'mke2fs_main': | |
| e2fsprogs/mke2fs.c:1345: warning: passing argument 2 of 'mke2fs_warning_msg' discards qualifiers from pointer target type | |
| e2fsprogs/mke2fs.c:1366: warning: passing argument 2 of 'mke2fs_warning_msg' discards qualifiers from pointer target type | |
| CC e2fsprogs/ext2fs/freefs.o | |
| CC findutils/grep.o | |
| CC e2fsprogs/ext2fs/gen_bitmap.o | |
| AR editors/lib.a | |
| AR findutils/lib.a | |
| CC e2fsprogs/tune2fs.o | |
| CC e2fsprogs/ext2fs/get_pathname.o | |
| LD init/built-in.o | |
| AR init/lib.a | |
| LD libbb/built-in.o | |
| CC libbb/appletlib.o | |
| CC e2fsprogs/ext2fs/getsectsize.o | |
| CC e2fsprogs/util.o | |
| LD libpwdgrp/built-in.o | |
| CC libpwdgrp/pwd_grp.o | |
| CC libbb/ask_confirmation.o | |
| CC e2fsprogs/ext2fs/getsize.o | |
| AR e2fsprogs/lib.a | |
| CC libbb/auto_string.o | |
| LD loginutils/built-in.o | |
| CC loginutils/login.o | |
| CC e2fsprogs/ext2fs/icount.o | |
| CC libpwdgrp/uidgid_get.o | |
| CC libbb/bb_askpass.o | |
| AR loginutils/lib.a | |
| AR libpwdgrp/lib.a | |
| CC libbb/bb_bswap_64.o | |
| CC libbb/bb_do_delay.o | |
| LD mailutils/built-in.o | |
| CC mailutils/mail.o | |
| CC e2fsprogs/ext2fs/ind_block.o | |
| CC libbb/bb_pwd.o | |
| CC libbb/bb_qsort.o | |
| CC e2fsprogs/ext2fs/initialize.o | |
| CC mailutils/sendmail.o | |
| CC libbb/bb_strtonum.o | |
| CC libbb/change_identity.o | |
| libbb/bb_strtonum.c: In function 'bb_strtoull': | |
| libbb/bb_strtonum.c:66: warning: ISO C90 forbids mixed declarations and code | |
| CC libbb/chomp.o | |
| CC libbb/common_bufsiz.o | |
| CC e2fsprogs/ext2fs/inode.o | |
| AR mailutils/lib.a | |
| CC libbb/compare_string_array.o | |
| LD miscutils/built-in.o | |
| CC miscutils/crond.o | |
| CC libbb/concat_path_file.o | |
| CC libbb/concat_subpath_file.o | |
| CC libbb/copy_file.o | |
| CC libbb/copyfd.o | |
| CC miscutils/less.o | |
| CC libbb/correct_password.o | |
| CC e2fsprogs/ext2fs/io_manager.o | |
| CC libbb/crc32.o | |
| CC libbb/default_error_retval.o | |
| CC e2fsprogs/ext2fs/ismounted.o | |
| CC libbb/device_open.o | |
| CC miscutils/strings.o | |
| CC libbb/dump.o | |
| CC libbb/endofname.o | |
| AR miscutils/lib.a | |
| CC e2fsprogs/ext2fs/link.o | |
| LD modutils/built-in.o | |
| CC modutils/insmod.o | |
| CC libbb/executable.o | |
| CC e2fsprogs/ext2fs/lookup.o | |
| CC modutils/lsmod.o | |
| CC libbb/fclose_nonstdin.o | |
| CC e2fsprogs/ext2fs/mkdir.o | |
| CC libbb/fflush_stdout_and_exit.o | |
| CC modutils/modprobe.o | |
| CC libbb/fgets_str.o | |
| CC e2fsprogs/ext2fs/newdir.o | |
| CC e2fsprogs/ext2fs/mkjournal.o | |
| CC libbb/find_mount_point.o | |
| CC e2fsprogs/ext2fs/openfs.o | |
| CC modutils/modutils.o | |
| CC libbb/find_pid_by_name.o | |
| CC modutils/rmmod.o | |
| CC e2fsprogs/ext2fs/read_bb.o | |
| CC libbb/find_root_device.o | |
| AR modutils/lib.a | |
| LD networking/built-in.o | |
| CC networking/arp.o | |
| CC e2fsprogs/ext2fs/read_bb_file.o | |
| CC libbb/full_write.o | |
| CC e2fsprogs/ext2fs/res_gdt.o | |
| CC libbb/get_console.o | |
| CC networking/arping.o | |
| CC e2fsprogs/ext2fs/rw_bitmaps.o | |
| CC networking/ether-wake.o | |
| CC libbb/get_last_path_component.o | |
| CC libbb/get_line_from_file.o | |
| CC libbb/get_shell_name.o | |
| CC networking/ftpgetput.o | |
| CC e2fsprogs/ext2fs/swapfs.o | |
| CC libbb/get_volsize.o | |
| CC e2fsprogs/ext2fs/unix_io.o | |
| CC e2fsprogs/ext2fs/unlink.o | |
| CC networking/ifconfig.o | |
| CC libbb/getopt32.o | |
| CC networking/interface.o | |
| CC networking/nc.o | |
| CC e2fsprogs/ext2fs/valid_blk.o | |
| CC libbb/getpty.o | |
| CC e2fsprogs/ext2fs/version.o | |
| CC networking/netstat.o | |
| CC libbb/hash_md5_sha.o | |
| AR e2fsprogs/ext2fs/lib.a | |
| LD networking/libiproute/built-in.o | |
| AR networking/libiproute/lib.a | |
| CC networking/nslookup.o | |
| CC libbb/herror_msg.o | |
| CC networking/ntpd.o | |
| CC libbb/human_readable.o | |
| CC networking/ping.o | |
| CC libbb/in_ether.o | |
| CC libbb/inet_cksum.o | |
| CC libbb/inet_common.o | |
| CC libbb/inode_hash.o | |
| CC networking/pscan.o | |
| CC libbb/isdirectory.o | |
| CC libbb/kernel_version.o | |
| CC libbb/last_char_is.o | |
| CC networking/route.o | |
| CC libbb/lineedit.o | |
| CC networking/telnet.o | |
| CC libbb/lineedit_ptr_hack.o | |
| LD networking/udhcp/built-in.o | |
| CC networking/udhcp/common.o | |
| CC networking/telnetd.o | |
| CC networking/traceroute.o | |
| CC networking/udhcp/dhcpc.o | |
| CC networking/udhcp/packet.o | |
| CC libbb/llist.o | |
| CC networking/vconfig.o | |
| CC libbb/login.o | |
| CC libbb/loop.o | |
| CC networking/wget.o | |
| CC networking/udhcp/signalpipe.o | |
| CC libbb/make_directory.o | |
| CC networking/udhcp/socket.o | |
| CC libbb/makedev.o | |
| CC libbb/match_fstype.o | |
| AR networking/udhcp/lib.a | |
| CC libbb/messages.o | |
| LD printutils/built-in.o | |
| AR printutils/lib.a | |
| LD procps/built-in.o | |
| CC procps/free.o | |
| CC libbb/missing_syscalls.o | |
| CC libbb/mode_string.o | |
| CC libbb/nuke_str.o | |
| CC procps/kill.o | |
| CC libbb/parse_config.o | |
| CC networking/whois.o | |
| CC libbb/parse_mode.o | |
| CC procps/pidof.o | |
| AR networking/lib.a | |
| CC libbb/percent_decode.o | |
| LD runit/built-in.o | |
| CC procps/ps.o | |
| AR runit/lib.a | |
| CC procps/top.o | |
| CC procps/uptime.o | |
| CC libbb/perror_msg.o | |
| CC procps/watch.o | |
| CC libbb/perror_nomsg.o | |
| LD selinux/built-in.o | |
| AR selinux/lib.a | |
| CC libbb/perror_nomsg_and_die.o | |
| LD shell/built-in.o | |
| LD sysklogd/built-in.o | |
| CC libbb/pidfile.o | |
| CC sysklogd/klogd.o | |
| CC shell/ash.o | |
| AR procps/lib.a | |
| CC libbb/platform.o | |
| CC sysklogd/syslogd_and_logger.o | |
| CC shell/ash_ptr_hack.o | |
| CC shell/math.o | |
| CC libbb/print_flags.o | |
| CC libbb/printable.o | |
| CC shell/random.o | |
| AR sysklogd/lib.a | |
| LD util-linux/built-in.o | |
| CC util-linux/blkid.o | |
| CC libbb/printable_string.o | |
| CC shell/shell_common.o | |
| CC libbb/process_escape_sequence.o | |
| CC util-linux/dmesg.o | |
| CC libbb/procps.o | |
| CC util-linux/fdisk.o | |
| CC util-linux/flock.o | |
| CC util-linux/lsusb.o | |
| CC libbb/progress.o | |
| CC libbb/ptr_to_globals.o | |
| CC libbb/pw_encrypt.o | |
| CC libbb/read.o | |
| CC libbb/read_key.o | |
| CC libbb/read_printf.o | |
| CC libbb/recursive_action.o | |
| CC libbb/remove_file.o | |
| CC libbb/replace.o | |
| CC libbb/run_shell.o | |
| CC libbb/safe_gethostname.o | |
| CC libbb/safe_poll.o | |
| CC libbb/safe_strncpy.o | |
| CC util-linux/mkfs_vfat.o | |
| CC libbb/safe_write.o | |
| CC libbb/setup_environment.o | |
| CC libbb/signals.o | |
| CC libbb/simplify_path.o | |
| CC libbb/single_argv.o | |
| CC util-linux/mkswap.o | |
| CC libbb/skip_whitespace.o | |
| CC libbb/speed_table.o | |
| CC libbb/str_tolower.o | |
| CC util-linux/more.o | |
| CC libbb/strrstr.o | |
| CC libbb/sysconf.o | |
| CC libbb/time.o | |
| CC util-linux/mount.o | |
| CC libbb/trim.o | |
| CC libbb/u_signal_names.o | |
| CC libbb/ubi.o | |
| CC libbb/udp_io.o | |
| CC libbb/unicode.o | |
| CC util-linux/swaponoff.o | |
| CC libbb/uuencode.o | |
| CC util-linux/umount.o | |
| CC libbb/vdprintf.o | |
| CC libbb/verror_msg.o | |
| AR util-linux/lib.a | |
| CC libbb/vfork_daemon_rexec.o | |
| LD util-linux/volume_id/built-in.o | |
| CC util-linux/volume_id/ext.o | |
| CC util-linux/volume_id/fat.o | |
| CC libbb/warn_ignoring_args.o | |
| CC libbb/wfopen.o | |
| CC util-linux/volume_id/get_devname.o | |
| CC libbb/wfopen_input.o | |
| CC libbb/write.o | |
| AR shell/lib.a | |
| CC libbb/xatonum.o | |
| CC libbb/xconnect.o | |
| CC util-linux/volume_id/hfs.o | |
| CC util-linux/volume_id/linux_swap.o | |
| CC util-linux/volume_id/ntfs.o | |
| CC util-linux/volume_id/util.o | |
| CC libbb/xfunc_die.o | |
| CC util-linux/volume_id/util2.o | |
| CC util-linux/volume_id/volume_id.o | |
| CC libbb/xfuncs.o | |
| CC libbb/xfuncs_printf.o | |
| CC libbb/xgetcwd.o | |
| AR util-linux/volume_id/lib.a | |
| CC libbb/xgethostbyname.o | |
| CC libbb/xreadlink.o | |
| CC libbb/xrealloc_vector.o | |
| CC libbb/xregcomp.o | |
| AR libbb/lib.a | |
| LINK busybox_unstripped | |
| Trying libraries: crypt m | |
| Library crypt is needed, can't exclude it (yet) | |
| Library m is needed, can't exclude it (yet) | |
| Final link with: crypt m | |
| make[6]: Leaving directory '/home/oglop/tomato/release/src/router/busybox' | |
| \033[41;1m shared 2/97 \033[0m\033]2;shared 2/97\007 | |
| make[6]: Entering directory '/home/oglop/tomato/release/src/router/shared' | |
| [shared] CC shutils.o | |
| [shared] CC wl.o | |
| [shared] CC wl_linux.o | |
| [shared] CC linux_timer.o | |
| [shared] CC defaults.o | |
| [shared] CC id.o | |
| [shared] CC misc.o | |
| misc.c: In function 'foreach_wif': | |
| misc.c:213: warning: implicit declaration of function 'sort_list' | |
| [shared] CC led.o | |
| [shared] CC version.o | |
| [shared] CC base64.o | |
| [shared] CC files.o | |
| [shared] CC strings.o | |
| strings.c: In function 'is_port': | |
| strings.c:139: warning: implicit declaration of function 'isdigit' | |
| [shared] CC process.o | |
| [shared] CC nvparse.o | |
| [shared] CC usb.o | |
| [shared] CC wlif_utils.o | |
| [shared] CC UdpLib.o | |
| [shared] LD libshared.so | |
| text data bss dec hex filename | |
| 78880 1068 692 80640 13b00 libshared.so | |
| [shared] AR libshared.a | |
| a - shutils.o | |
| a - wl.o | |
| a - wl_linux.o | |
| a - linux_timer.o | |
| a - defaults.o | |
| a - id.o | |
| a - misc.o | |
| a - led.o | |
| a - version.o | |
| a - base64.o | |
| a - files.o | |
| a - strings.o | |
| a - process.o | |
| a - nvparse.o | |
| a - usb.o | |
| a - /home/oglop/tomato/release/src-rt/router/busybox/util-linux/volume_id/ext.o | |
| a - /home/oglop/tomato/release/src-rt/router/busybox/util-linux/volume_id/util2.o | |
| a - /home/oglop/tomato/release/src-rt/router/busybox/util-linux/volume_id/fat.o | |
| a - /home/oglop/tomato/release/src-rt/router/busybox/util-linux/volume_id/ntfs.o | |
| a - /home/oglop/tomato/release/src-rt/router/busybox/util-linux/volume_id/linux_swap.o | |
| a - wlif_utils.o | |
| a - UdpLib.o | |
| make[6]: Leaving directory '/home/oglop/tomato/release/src/router/shared' | |
| \033[41;1m nvram 3/97 \033[0m\033]2;nvram 3/97\007 | |
| make[6]: Entering directory '/home/oglop/tomato/release/src/router/nvram' | |
| mipsel-uclibc-gcc -O2 -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -I/home/oglop/tomato/release/src-rt/router/shared -I/home/oglop/tomato/release/src-rt/include -I. -c -o nvram_linux.o nvram_linux.c | |
| mipsel-uclibc-gcc -O2 -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -I/home/oglop/tomato/release/src-rt/router/shared -I/home/oglop/tomato/release/src-rt/include -I. -c -o nvram_convert.o nvram_convert.c | |
| [nvram] CC libnvram.so | |
| [nvram] AR libnvram.a | |
| a - nvram_linux.o | |
| a - nvram_convert.o | |
| mipsel-uclibc-gcc -O2 -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -I/home/oglop/tomato/release/src-rt/router/shared -I/home/oglop/tomato/release/src-rt/include -I. -c -o nvram.o nvram.c | |
| nvram.c: In function 'default_get_main': | |
| nvram.c:122: warning: unused variable 'p' | |
| mipsel-uclibc-gcc -O2 -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -I/home/oglop/tomato/release/src-rt/router/shared -I/home/oglop/tomato/release/src-rt/include -I. -c -o defaults.o defaults.c | |
| [nvram] CC nvram | |
| /home/oglop/tomato/release/src-rt/router/shared/libshared.so: warning: the use of `tmpnam' is dangerous, better use `mkstemp' | |
| nvram.o: In function `backup_main': | |
| nvram.c:(.text+0x670): warning: the use of `mktemp' is dangerous, better use `mkstemp' | |
| text data bss dec hex filename | |
| 36334 7952 32 44318 ad1e nvram | |
| make[6]: Leaving directory '/home/oglop/tomato/release/src/router/nvram' | |
| \033[41;1m libbcmcrypto 4/97 \033[0m\033]2;libbcmcrypto 4/97\007 | |
| make[6]: Entering directory '/home/oglop/tomato/release/src/router/libbcmcrypto' | |
| find: ‘/home/oglop/tomato/release/src-rt/router/mipsel-uclibc/target’: No such file or directory | |
| mipsel-uclibc-gcc -Wsign-compare -I. -I../httpd -I/home/oglop/tomato/release/src-rt/include -Wall -s -O2 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -c -o aes.o /home/oglop/tomato/release/src-rt/bcmcrypto/aes.c | |
| mipsel-uclibc-gcc -Wsign-compare -I. -I../httpd -I/home/oglop/tomato/release/src-rt/include -Wall -s -O2 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -c -o aeskeywrap.o /home/oglop/tomato/release/src-rt/bcmcrypto/aeskeywrap.c | |
| mipsel-uclibc-gcc -Wsign-compare -I. -I../httpd -I/home/oglop/tomato/release/src-rt/include -Wall -s -O2 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -c -o rijndael-alg-fst.o /home/oglop/tomato/release/src-rt/bcmcrypto/rijndael-alg-fst.c | |
| mipsel-uclibc-gcc -Wsign-compare -I. -I../httpd -I/home/oglop/tomato/release/src-rt/include -Wall -s -O2 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -c -o dh.o /home/oglop/tomato/release/src-rt/bcmcrypto/dh.c | |
| mipsel-uclibc-gcc -Wsign-compare -I. -I../httpd -I/home/oglop/tomato/release/src-rt/include -Wall -s -O2 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -c -o bn.o /home/oglop/tomato/release/src-rt/bcmcrypto/bn.c | |
| mipsel-uclibc-gcc -Wsign-compare -I. -I../httpd -I/home/oglop/tomato/release/src-rt/include -Wall -s -O2 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -c -o sha1.o /home/oglop/tomato/release/src-rt/bcmcrypto/sha1.c | |
| mipsel-uclibc-gcc -Wsign-compare -I. -I../httpd -I/home/oglop/tomato/release/src-rt/include -Wall -s -O2 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -c -o passhash.o /home/oglop/tomato/release/src-rt/bcmcrypto/passhash.c | |
| mipsel-uclibc-gcc -Wsign-compare -I. -I../httpd -I/home/oglop/tomato/release/src-rt/include -Wall -s -O2 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -c -o prf.o /home/oglop/tomato/release/src-rt/bcmcrypto/prf.c | |
| mipsel-uclibc-gcc -Wsign-compare -I. -I../httpd -I/home/oglop/tomato/release/src-rt/include -Wall -s -O2 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -c -o md5.o /home/oglop/tomato/release/src-rt/bcmcrypto/md5.c | |
| mipsel-uclibc-gcc -Wsign-compare -I. -I../httpd -I/home/oglop/tomato/release/src-rt/include -Wall -s -O2 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -c -o hmac.o /home/oglop/tomato/release/src-rt/bcmcrypto/hmac.c | |
| mipsel-uclibc-gcc -Wsign-compare -I. -I../httpd -I/home/oglop/tomato/release/src-rt/include -Wall -s -O2 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -c -o rc4.o /home/oglop/tomato/release/src-rt/bcmcrypto/rc4.c | |
| mipsel-uclibc-gcc -Wsign-compare -I. -I../httpd -I/home/oglop/tomato/release/src-rt/include -Wall -s -O2 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -c -o sha256.o /home/oglop/tomato/release/src-rt/bcmcrypto/sha256.c | |
| mipsel-uclibc-gcc -Wsign-compare -I. -I../httpd -I/home/oglop/tomato/release/src-rt/include -Wall -s -O2 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -c -o hmac_sha256.o /home/oglop/tomato/release/src-rt/bcmcrypto/hmac_sha256.c | |
| mipsel-uclibc-gcc -Wsign-compare -I. -I../httpd -I/home/oglop/tomato/release/src-rt/include -Wall -s -O2 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -c -o random.o /home/oglop/tomato/release/src-rt/bcmcrypto/random.c | |
| mipsel-uclibc-ld -shared -o libbcmcrypto.so aes.o aeskeywrap.o rijndael-alg-fst.o dh.o bn.o sha1.o passhash.o prf.o md5.o hmac.o rc4.o sha256.o hmac_sha256.o random.o | |
| a - aes.o | |
| a - aeskeywrap.o | |
| a - rijndael-alg-fst.o | |
| a - dh.o | |
| a - bn.o | |
| a - sha1.o | |
| a - passhash.o | |
| a - prf.o | |
| a - md5.o | |
| a - hmac.o | |
| a - rc4.o | |
| a - sha256.o | |
| a - hmac_sha256.o | |
| a - random.o | |
| make[6]: Leaving directory '/home/oglop/tomato/release/src/router/libbcmcrypto' | |
| \033[41;1m prebuilt 5/97 \033[0m\033]2;prebuilt 5/97\007 | |
| make[6]: Entering directory '/home/oglop/tomato/release/src/router/prebuilt' | |
| mipsel-uclibc-gcc -I/home/oglop/tomato/release/src-rt/include -I/home/oglop/tomato/release/src-rt/wl/exe -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DHNDCTF -DCTFPOOL -I/home/oglop/tomato/release/src-rt/include -I/home/oglop/tomato/release/src-rt/router/shared -I/home/oglop/tomato/release/src-rt/wl/nas -I/home/oglop/tomato/release/src-rt/wl/eapd -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -s -Wall -DBCMWPA2 -DNAS_WKSP_BUILD_NAS_AUTH -DNAS_WKSP_BUILD_NAS_SUPPL -DNAS_RADIUS -DNAS_WKSP_ON_DEMAND -DBCMSUPPL -I/home/oglop/tomato/release/src-rt/include -I/home/oglop/tomato/release/src-rt/wl/eapd -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -s -DBCMWPA2 -DEAPD_WKSP_AUTO_CONFIG -DEAPDDUMP -c -o wlu.o /home/oglop/tomato/release/src-rt/wl/exe/wlu.c | |
| mipsel-uclibc-gcc -I/home/oglop/tomato/release/src-rt/include -I/home/oglop/tomato/release/src-rt/wl/exe -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DHNDCTF -DCTFPOOL -I/home/oglop/tomato/release/src-rt/include -I/home/oglop/tomato/release/src-rt/router/shared -I/home/oglop/tomato/release/src-rt/wl/nas -I/home/oglop/tomato/release/src-rt/wl/eapd -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -s -Wall -DBCMWPA2 -DNAS_WKSP_BUILD_NAS_AUTH -DNAS_WKSP_BUILD_NAS_SUPPL -DNAS_RADIUS -DNAS_WKSP_ON_DEMAND -DBCMSUPPL -I/home/oglop/tomato/release/src-rt/include -I/home/oglop/tomato/release/src-rt/wl/eapd -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -s -DBCMWPA2 -DEAPD_WKSP_AUTO_CONFIG -DEAPDDUMP -c -o wlu_cmd.o /home/oglop/tomato/release/src-rt/wl/exe/wlu_cmd.c | |
| mipsel-uclibc-gcc -I/home/oglop/tomato/release/src-rt/include -I/home/oglop/tomato/release/src-rt/wl/exe -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DHNDCTF -DCTFPOOL -I/home/oglop/tomato/release/src-rt/include -I/home/oglop/tomato/release/src-rt/router/shared -I/home/oglop/tomato/release/src-rt/wl/nas -I/home/oglop/tomato/release/src-rt/wl/eapd -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -s -Wall -DBCMWPA2 -DNAS_WKSP_BUILD_NAS_AUTH -DNAS_WKSP_BUILD_NAS_SUPPL -DNAS_RADIUS -DNAS_WKSP_ON_DEMAND -DBCMSUPPL -I/home/oglop/tomato/release/src-rt/include -I/home/oglop/tomato/release/src-rt/wl/eapd -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -s -DBCMWPA2 -DEAPD_WKSP_AUTO_CONFIG -DEAPDDUMP -c -o wlu_iov.o /home/oglop/tomato/release/src-rt/wl/exe/wlu_iov.c | |
| mipsel-uclibc-gcc -I/home/oglop/tomato/release/src-rt/include -I/home/oglop/tomato/release/src-rt/wl/exe -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DHNDCTF -DCTFPOOL -I/home/oglop/tomato/release/src-rt/include -I/home/oglop/tomato/release/src-rt/router/shared -I/home/oglop/tomato/release/src-rt/wl/nas -I/home/oglop/tomato/release/src-rt/wl/eapd -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -s -Wall -DBCMWPA2 -DNAS_WKSP_BUILD_NAS_AUTH -DNAS_WKSP_BUILD_NAS_SUPPL -DNAS_RADIUS -DNAS_WKSP_ON_DEMAND -DBCMSUPPL -I/home/oglop/tomato/release/src-rt/include -I/home/oglop/tomato/release/src-rt/wl/eapd -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -s -DBCMWPA2 -DEAPD_WKSP_AUTO_CONFIG -DEAPDDUMP -c -o wlu_linux.o /home/oglop/tomato/release/src-rt/wl/exe/wlu_linux.c | |
| mipsel-uclibc-gcc -I/home/oglop/tomato/release/src-rt/include -I/home/oglop/tomato/release/src-rt/wl/exe -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DHNDCTF -DCTFPOOL -I/home/oglop/tomato/release/src-rt/include -I/home/oglop/tomato/release/src-rt/router/shared -I/home/oglop/tomato/release/src-rt/wl/nas -I/home/oglop/tomato/release/src-rt/wl/eapd -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -s -Wall -DBCMWPA2 -DNAS_WKSP_BUILD_NAS_AUTH -DNAS_WKSP_BUILD_NAS_SUPPL -DNAS_RADIUS -DNAS_WKSP_ON_DEMAND -DBCMSUPPL -I/home/oglop/tomato/release/src-rt/include -I/home/oglop/tomato/release/src-rt/wl/eapd -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -s -DBCMWPA2 -DEAPD_WKSP_AUTO_CONFIG -DEAPDDUMP -c -o bcmutils.o /home/oglop/tomato/release/src-rt/shared/bcmutils.c | |
| mipsel-uclibc-gcc -I/home/oglop/tomato/release/src-rt/include -I/home/oglop/tomato/release/src-rt/wl/exe -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DHNDCTF -DCTFPOOL -I/home/oglop/tomato/release/src-rt/include -I/home/oglop/tomato/release/src-rt/router/shared -I/home/oglop/tomato/release/src-rt/wl/nas -I/home/oglop/tomato/release/src-rt/wl/eapd -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -s -Wall -DBCMWPA2 -DNAS_WKSP_BUILD_NAS_AUTH -DNAS_WKSP_BUILD_NAS_SUPPL -DNAS_RADIUS -DNAS_WKSP_ON_DEMAND -DBCMSUPPL -I/home/oglop/tomato/release/src-rt/include -I/home/oglop/tomato/release/src-rt/wl/eapd -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -s -DBCMWPA2 -DEAPD_WKSP_AUTO_CONFIG -DEAPDDUMP -c -o bcmwifi.o /home/oglop/tomato/release/src-rt/shared/bcmwifi.c | |
| mipsel-uclibc-gcc -I/home/oglop/tomato/release/src-rt/include -I/home/oglop/tomato/release/src-rt/wl/exe -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DHNDCTF -DCTFPOOL -I/home/oglop/tomato/release/src-rt/include -I/home/oglop/tomato/release/src-rt/router/shared -I/home/oglop/tomato/release/src-rt/wl/nas -I/home/oglop/tomato/release/src-rt/wl/eapd -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -s -Wall -DBCMWPA2 -DNAS_WKSP_BUILD_NAS_AUTH -DNAS_WKSP_BUILD_NAS_SUPPL -DNAS_RADIUS -DNAS_WKSP_ON_DEMAND -DBCMSUPPL -I/home/oglop/tomato/release/src-rt/include -I/home/oglop/tomato/release/src-rt/wl/eapd -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -s -DBCMWPA2 -DEAPD_WKSP_AUTO_CONFIG -DEAPDDUMP -c -o miniopt.o /home/oglop/tomato/release/src-rt/shared/miniopt.c | |
| mipsel-uclibc-gcc -I/home/oglop/tomato/release/src-rt/include -I/home/oglop/tomato/release/src-rt/wl/exe -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DHNDCTF -DCTFPOOL -I/home/oglop/tomato/release/src-rt/include -I/home/oglop/tomato/release/src-rt/router/shared -I/home/oglop/tomato/release/src-rt/wl/nas -I/home/oglop/tomato/release/src-rt/wl/eapd -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -s -Wall -DBCMWPA2 -DNAS_WKSP_BUILD_NAS_AUTH -DNAS_WKSP_BUILD_NAS_SUPPL -DNAS_RADIUS -DNAS_WKSP_ON_DEMAND -DBCMSUPPL -I/home/oglop/tomato/release/src-rt/include -I/home/oglop/tomato/release/src-rt/wl/eapd -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -s -DBCMWPA2 -DEAPD_WKSP_AUTO_CONFIG -DEAPDDUMP -c -o bcm_app_utils.o /home/oglop/tomato/release/src-rt/shared/bcm_app_utils.c | |
| mipsel-uclibc-gcc -I/home/oglop/tomato/release/src-rt/include -I/home/oglop/tomato/release/src-rt/wl/exe -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DHNDCTF -DCTFPOOL -I/home/oglop/tomato/release/src-rt/include -I/home/oglop/tomato/release/src-rt/router/shared -I/home/oglop/tomato/release/src-rt/wl/nas -I/home/oglop/tomato/release/src-rt/wl/eapd -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -s -Wall -DBCMWPA2 -DNAS_WKSP_BUILD_NAS_AUTH -DNAS_WKSP_BUILD_NAS_SUPPL -DNAS_RADIUS -DNAS_WKSP_ON_DEMAND -DBCMSUPPL -I/home/oglop/tomato/release/src-rt/include -I/home/oglop/tomato/release/src-rt/wl/eapd -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -s -DBCMWPA2 -DEAPD_WKSP_AUTO_CONFIG -DEAPDDUMP -c -o wlu_client_shared.o /home/oglop/tomato/release/src-rt/wl/exe/wlu_client_shared.c | |
| /home/oglop/tomato/release/src-rt/wl/exe/wlu_client_shared.c: In function 'rwl_serial_fragmented_response_fe': | |
| /home/oglop/tomato/release/src-rt/wl/exe/wlu_client_shared.c:173: warning: 'error' may be used uninitialized in this function | |
| /home/oglop/tomato/release/src-rt/wl/exe/wlu_client_shared.c: In function 'rwl_shell_cmd_proc': | |
| /home/oglop/tomato/release/src-rt/wl/exe/wlu_client_shared.c:1154: warning: 'error' may be used uninitialized in this function | |
| /home/oglop/tomato/release/src-rt/wl/exe/wlu_client_shared.c:1154: note: 'error' was declared here | |
| /home/oglop/tomato/release/src-rt/wl/exe/wlu_client_shared.c:312: warning: 'error' may be used uninitialized in this function | |
| /home/oglop/tomato/release/src-rt/wl/exe/wlu_client_shared.c:312: note: 'error' was declared here | |
| mipsel-uclibc-gcc -I/home/oglop/tomato/release/src-rt/include -I/home/oglop/tomato/release/src-rt/wl/exe -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DHNDCTF -DCTFPOOL -I/home/oglop/tomato/release/src-rt/include -I/home/oglop/tomato/release/src-rt/router/shared -I/home/oglop/tomato/release/src-rt/wl/nas -I/home/oglop/tomato/release/src-rt/wl/eapd -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -s -Wall -DBCMWPA2 -DNAS_WKSP_BUILD_NAS_AUTH -DNAS_WKSP_BUILD_NAS_SUPPL -DNAS_RADIUS -DNAS_WKSP_ON_DEMAND -DBCMSUPPL -I/home/oglop/tomato/release/src-rt/include -I/home/oglop/tomato/release/src-rt/wl/eapd -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -s -DBCMWPA2 -DEAPD_WKSP_AUTO_CONFIG -DEAPDDUMP -c -o wlu_pipe.o /home/oglop/tomato/release/src-rt/wl/exe/wlu_pipe.c | |
| /home/oglop/tomato/release/src-rt/wl/exe/wlu_pipe.c: In function 'remote_CDC_rx_hdr': | |
| /home/oglop/tomato/release/src-rt/wl/exe/wlu_pipe.c:960: warning: unused variable 'numread' | |
| mipsel-uclibc-gcc -I/home/oglop/tomato/release/src-rt/include -I/home/oglop/tomato/release/src-rt/wl/exe -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DHNDCTF -DCTFPOOL -I/home/oglop/tomato/release/src-rt/include -I/home/oglop/tomato/release/src-rt/router/shared -I/home/oglop/tomato/release/src-rt/wl/nas -I/home/oglop/tomato/release/src-rt/wl/eapd -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -s -Wall -DBCMWPA2 -DNAS_WKSP_BUILD_NAS_AUTH -DNAS_WKSP_BUILD_NAS_SUPPL -DNAS_RADIUS -DNAS_WKSP_ON_DEMAND -DBCMSUPPL -I/home/oglop/tomato/release/src-rt/include -I/home/oglop/tomato/release/src-rt/wl/eapd -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -s -DBCMWPA2 -DEAPD_WKSP_AUTO_CONFIG -DEAPDDUMP -c -o wlu_pipe_linux.o /home/oglop/tomato/release/src-rt/wl/exe/wlu_pipe_linux.c | |
| mipsel-uclibc-gcc wlu.o wlu_cmd.o wlu_iov.o wlu_linux.o bcmutils.o bcmwifi.o miniopt.o bcm_app_utils.o wlu_client_shared.o wlu_pipe.o wlu_pipe_linux.o -o wl -L/home/oglop/tomato/release/src-rt/router/nvram -lnvram -L/home/oglop/tomato/release/src-rt/router/shared -lshared -L/home/oglop/tomato/release/src-rt/router/libbcmcrypto -lbcmcrypto -L/home/oglop/tomato/release/src-rt/router/nvram -lnvram -L/home/oglop/tomato/release/src-rt/router/shared -lshared | |
| /home/oglop/tomato/release/src-rt/router/shared/libshared.so: warning: the use of `tmpnam' is dangerous, better use `mkstemp' | |
| mipsel-uclibc-gcc -I/home/oglop/tomato/release/src-rt/include -I/home/oglop/tomato/release/src-rt/wl/exe -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DHNDCTF -DCTFPOOL -I/home/oglop/tomato/release/src-rt/include -I/home/oglop/tomato/release/src-rt/router/shared -I/home/oglop/tomato/release/src-rt/wl/nas -I/home/oglop/tomato/release/src-rt/wl/eapd -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -s -Wall -DBCMWPA2 -DNAS_WKSP_BUILD_NAS_AUTH -DNAS_WKSP_BUILD_NAS_SUPPL -DNAS_RADIUS -DNAS_WKSP_ON_DEMAND -DBCMSUPPL -I/home/oglop/tomato/release/src-rt/include -I/home/oglop/tomato/release/src-rt/wl/eapd -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -s -DBCMWPA2 -DEAPD_WKSP_AUTO_CONFIG -DEAPDDUMP -c -o mppe.o /home/oglop/tomato/release/src-rt/wl/nas/mppe.c | |
| mipsel-uclibc-gcc -I/home/oglop/tomato/release/src-rt/include -I/home/oglop/tomato/release/src-rt/wl/exe -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DHNDCTF -DCTFPOOL -I/home/oglop/tomato/release/src-rt/include -I/home/oglop/tomato/release/src-rt/router/shared -I/home/oglop/tomato/release/src-rt/wl/nas -I/home/oglop/tomato/release/src-rt/wl/eapd -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -s -Wall -DBCMWPA2 -DNAS_WKSP_BUILD_NAS_AUTH -DNAS_WKSP_BUILD_NAS_SUPPL -DNAS_RADIUS -DNAS_WKSP_ON_DEMAND -DBCMSUPPL -I/home/oglop/tomato/release/src-rt/include -I/home/oglop/tomato/release/src-rt/wl/eapd -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -s -DBCMWPA2 -DEAPD_WKSP_AUTO_CONFIG -DEAPDDUMP -c -o wpa.o /home/oglop/tomato/release/src-rt/wl/nas/wpa.c | |
| mipsel-uclibc-gcc -I/home/oglop/tomato/release/src-rt/include -I/home/oglop/tomato/release/src-rt/wl/exe -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DHNDCTF -DCTFPOOL -I/home/oglop/tomato/release/src-rt/include -I/home/oglop/tomato/release/src-rt/router/shared -I/home/oglop/tomato/release/src-rt/wl/nas -I/home/oglop/tomato/release/src-rt/wl/eapd -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -s -Wall -DBCMWPA2 -DNAS_WKSP_BUILD_NAS_AUTH -DNAS_WKSP_BUILD_NAS_SUPPL -DNAS_RADIUS -DNAS_WKSP_ON_DEMAND -DBCMSUPPL -I/home/oglop/tomato/release/src-rt/include -I/home/oglop/tomato/release/src-rt/wl/eapd -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -s -DBCMWPA2 -DEAPD_WKSP_AUTO_CONFIG -DEAPDDUMP -c -o nas.o /home/oglop/tomato/release/src-rt/wl/nas/nas.c | |
| mipsel-uclibc-gcc -I/home/oglop/tomato/release/src-rt/include -I/home/oglop/tomato/release/src-rt/wl/exe -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DHNDCTF -DCTFPOOL -I/home/oglop/tomato/release/src-rt/include -I/home/oglop/tomato/release/src-rt/router/shared -I/home/oglop/tomato/release/src-rt/wl/nas -I/home/oglop/tomato/release/src-rt/wl/eapd -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -s -Wall -DBCMWPA2 -DNAS_WKSP_BUILD_NAS_AUTH -DNAS_WKSP_BUILD_NAS_SUPPL -DNAS_RADIUS -DNAS_WKSP_ON_DEMAND -DBCMSUPPL -I/home/oglop/tomato/release/src-rt/include -I/home/oglop/tomato/release/src-rt/wl/eapd -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -s -DBCMWPA2 -DEAPD_WKSP_AUTO_CONFIG -DEAPDDUMP -c -o nas_linux.o /home/oglop/tomato/release/src-rt/wl/nas/nas_linux.c | |
| mipsel-uclibc-gcc -I/home/oglop/tomato/release/src-rt/include -I/home/oglop/tomato/release/src-rt/wl/exe -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DHNDCTF -DCTFPOOL -I/home/oglop/tomato/release/src-rt/include -I/home/oglop/tomato/release/src-rt/router/shared -I/home/oglop/tomato/release/src-rt/wl/nas -I/home/oglop/tomato/release/src-rt/wl/eapd -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -s -Wall -DBCMWPA2 -DNAS_WKSP_BUILD_NAS_AUTH -DNAS_WKSP_BUILD_NAS_SUPPL -DNAS_RADIUS -DNAS_WKSP_ON_DEMAND -DBCMSUPPL -I/home/oglop/tomato/release/src-rt/include -I/home/oglop/tomato/release/src-rt/wl/eapd -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -s -DBCMWPA2 -DEAPD_WKSP_AUTO_CONFIG -DEAPDDUMP -c -o nas_wl.o /home/oglop/tomato/release/src-rt/wl/nas/nas_wl.c | |
| mipsel-uclibc-gcc -I/home/oglop/tomato/release/src-rt/include -I/home/oglop/tomato/release/src-rt/wl/exe -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DHNDCTF -DCTFPOOL -I/home/oglop/tomato/release/src-rt/include -I/home/oglop/tomato/release/src-rt/router/shared -I/home/oglop/tomato/release/src-rt/wl/nas -I/home/oglop/tomato/release/src-rt/wl/eapd -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -s -Wall -DBCMWPA2 -DNAS_WKSP_BUILD_NAS_AUTH -DNAS_WKSP_BUILD_NAS_SUPPL -DNAS_RADIUS -DNAS_WKSP_ON_DEMAND -DBCMSUPPL -I/home/oglop/tomato/release/src-rt/include -I/home/oglop/tomato/release/src-rt/wl/eapd -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -s -DBCMWPA2 -DEAPD_WKSP_AUTO_CONFIG -DEAPDDUMP -c -o nas_wksp.o /home/oglop/tomato/release/src-rt/wl/nas/nas_wksp.c | |
| mipsel-uclibc-gcc -I/home/oglop/tomato/release/src-rt/include -I/home/oglop/tomato/release/src-rt/wl/exe -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DHNDCTF -DCTFPOOL -I/home/oglop/tomato/release/src-rt/include -I/home/oglop/tomato/release/src-rt/router/shared -I/home/oglop/tomato/release/src-rt/wl/nas -I/home/oglop/tomato/release/src-rt/wl/eapd -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -s -Wall -DBCMWPA2 -DNAS_WKSP_BUILD_NAS_AUTH -DNAS_WKSP_BUILD_NAS_SUPPL -DNAS_RADIUS -DNAS_WKSP_ON_DEMAND -DBCMSUPPL -I/home/oglop/tomato/release/src-rt/include -I/home/oglop/tomato/release/src-rt/wl/eapd -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -s -DBCMWPA2 -DEAPD_WKSP_AUTO_CONFIG -DEAPDDUMP -c -o nas_radius.o /home/oglop/tomato/release/src-rt/wl/nas/nas_radius.c | |
| mipsel-uclibc-gcc -I/home/oglop/tomato/release/src-rt/include -I/home/oglop/tomato/release/src-rt/wl/exe -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DHNDCTF -DCTFPOOL -I/home/oglop/tomato/release/src-rt/include -I/home/oglop/tomato/release/src-rt/router/shared -I/home/oglop/tomato/release/src-rt/wl/nas -I/home/oglop/tomato/release/src-rt/wl/eapd -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -s -Wall -DBCMWPA2 -DNAS_WKSP_BUILD_NAS_AUTH -DNAS_WKSP_BUILD_NAS_SUPPL -DNAS_RADIUS -DNAS_WKSP_ON_DEMAND -DBCMSUPPL -I/home/oglop/tomato/release/src-rt/include -I/home/oglop/tomato/release/src-rt/wl/eapd -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -s -DBCMWPA2 -DEAPD_WKSP_AUTO_CONFIG -DEAPDDUMP -c -o nas_wksp_radius.o /home/oglop/tomato/release/src-rt/wl/nas/nas_wksp_radius.c | |
| mipsel-uclibc-gcc -I/home/oglop/tomato/release/src-rt/include -I/home/oglop/tomato/release/src-rt/wl/exe -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DHNDCTF -DCTFPOOL -I/home/oglop/tomato/release/src-rt/include -I/home/oglop/tomato/release/src-rt/router/shared -I/home/oglop/tomato/release/src-rt/wl/nas -I/home/oglop/tomato/release/src-rt/wl/eapd -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -s -Wall -DBCMWPA2 -DNAS_WKSP_BUILD_NAS_AUTH -DNAS_WKSP_BUILD_NAS_SUPPL -DNAS_RADIUS -DNAS_WKSP_ON_DEMAND -DBCMSUPPL -I/home/oglop/tomato/release/src-rt/include -I/home/oglop/tomato/release/src-rt/wl/eapd -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -s -DBCMWPA2 -DEAPD_WKSP_AUTO_CONFIG -DEAPDDUMP -c -o bcmwpa.o /home/oglop/tomato/release/src-rt/shared/bcmwpa.c | |
| mipsel-uclibc-gcc -o nas mppe.o wpa.o nas.o nas_linux.o nas_wl.o nas_wksp.o nas_radius.o nas_wksp_radius.o bcmwpa.o bcmutils.o -L/home/oglop/tomato/release/src-rt/router/nvram -lnvram -L/home/oglop/tomato/release/src-rt/router/shared -lshared -L/home/oglop/tomato/release/src-rt/router/libbcmcrypto -lbcmcrypto -L/home/oglop/tomato/release/src-rt/router/nvram -lnvram -L/home/oglop/tomato/release/src-rt/router/shared -lshared | |
| /home/oglop/tomato/release/src-rt/router/shared/libshared.so: warning: the use of `tmpnam' is dangerous, better use `mkstemp' | |
| mipsel-uclibc-gcc -I/home/oglop/tomato/release/src-rt/include -I/home/oglop/tomato/release/src-rt/wl/exe -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DHNDCTF -DCTFPOOL -I/home/oglop/tomato/release/src-rt/include -I/home/oglop/tomato/release/src-rt/router/shared -I/home/oglop/tomato/release/src-rt/wl/nas -I/home/oglop/tomato/release/src-rt/wl/eapd -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -s -Wall -DBCMWPA2 -DNAS_WKSP_BUILD_NAS_AUTH -DNAS_WKSP_BUILD_NAS_SUPPL -DNAS_RADIUS -DNAS_WKSP_ON_DEMAND -DBCMSUPPL -I/home/oglop/tomato/release/src-rt/include -I/home/oglop/tomato/release/src-rt/wl/eapd -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -s -DBCMWPA2 -DEAPD_WKSP_AUTO_CONFIG -DEAPDDUMP -c -o eapd.o /home/oglop/tomato/release/src-rt/wl/eapd/eapd.c | |
| mipsel-uclibc-gcc -I/home/oglop/tomato/release/src-rt/include -I/home/oglop/tomato/release/src-rt/wl/exe -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DHNDCTF -DCTFPOOL -I/home/oglop/tomato/release/src-rt/include -I/home/oglop/tomato/release/src-rt/router/shared -I/home/oglop/tomato/release/src-rt/wl/nas -I/home/oglop/tomato/release/src-rt/wl/eapd -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -s -Wall -DBCMWPA2 -DNAS_WKSP_BUILD_NAS_AUTH -DNAS_WKSP_BUILD_NAS_SUPPL -DNAS_RADIUS -DNAS_WKSP_ON_DEMAND -DBCMSUPPL -I/home/oglop/tomato/release/src-rt/include -I/home/oglop/tomato/release/src-rt/wl/eapd -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -s -DBCMWPA2 -DEAPD_WKSP_AUTO_CONFIG -DEAPDDUMP -c -o eapd_linux.o /home/oglop/tomato/release/src-rt/wl/eapd/eapd_linux.c | |
| mipsel-uclibc-gcc -I/home/oglop/tomato/release/src-rt/include -I/home/oglop/tomato/release/src-rt/wl/exe -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DHNDCTF -DCTFPOOL -I/home/oglop/tomato/release/src-rt/include -I/home/oglop/tomato/release/src-rt/router/shared -I/home/oglop/tomato/release/src-rt/wl/nas -I/home/oglop/tomato/release/src-rt/wl/eapd -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -s -Wall -DBCMWPA2 -DNAS_WKSP_BUILD_NAS_AUTH -DNAS_WKSP_BUILD_NAS_SUPPL -DNAS_RADIUS -DNAS_WKSP_ON_DEMAND -DBCMSUPPL -I/home/oglop/tomato/release/src-rt/include -I/home/oglop/tomato/release/src-rt/wl/eapd -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -s -DBCMWPA2 -DEAPD_WKSP_AUTO_CONFIG -DEAPDDUMP -c -o nas_eap.o /home/oglop/tomato/release/src-rt/wl/eapd/nas_eap.c | |
| mipsel-uclibc-gcc -I/home/oglop/tomato/release/src-rt/include -I/home/oglop/tomato/release/src-rt/wl/exe -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DHNDCTF -DCTFPOOL -I/home/oglop/tomato/release/src-rt/include -I/home/oglop/tomato/release/src-rt/router/shared -I/home/oglop/tomato/release/src-rt/wl/nas -I/home/oglop/tomato/release/src-rt/wl/eapd -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -s -Wall -DBCMWPA2 -DNAS_WKSP_BUILD_NAS_AUTH -DNAS_WKSP_BUILD_NAS_SUPPL -DNAS_RADIUS -DNAS_WKSP_ON_DEMAND -DBCMSUPPL -I/home/oglop/tomato/release/src-rt/include -I/home/oglop/tomato/release/src-rt/wl/eapd -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -s -DBCMWPA2 -DEAPD_WKSP_AUTO_CONFIG -DEAPDDUMP -c -o wps_eap.o /home/oglop/tomato/release/src-rt/wl/eapd/wps_eap.c | |
| mipsel-uclibc-gcc -I/home/oglop/tomato/release/src-rt/include -I/home/oglop/tomato/release/src-rt/wl/exe -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DHNDCTF -DCTFPOOL -I/home/oglop/tomato/release/src-rt/include -I/home/oglop/tomato/release/src-rt/router/shared -I/home/oglop/tomato/release/src-rt/wl/nas -I/home/oglop/tomato/release/src-rt/wl/eapd -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -s -Wall -DBCMWPA2 -DNAS_WKSP_BUILD_NAS_AUTH -DNAS_WKSP_BUILD_NAS_SUPPL -DNAS_RADIUS -DNAS_WKSP_ON_DEMAND -DBCMSUPPL -I/home/oglop/tomato/release/src-rt/include -I/home/oglop/tomato/release/src-rt/wl/eapd -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -s -DBCMWPA2 -DEAPD_WKSP_AUTO_CONFIG -DEAPDDUMP -c -o ses_eap.o /home/oglop/tomato/release/src-rt/wl/eapd/ses_eap.c | |
| mipsel-uclibc-gcc eapd.o eapd_linux.o nas_eap.o wps_eap.o ses_eap.o -o eapd -L/home/oglop/tomato/release/src-rt/router/nvram -lnvram -L/home/oglop/tomato/release/src-rt/router/shared -lshared -L/home/oglop/tomato/release/src-rt/router/libbcmcrypto -lbcmcrypto -L/home/oglop/tomato/release/src-rt/router/nvram -lnvram -L/home/oglop/tomato/release/src-rt/router/shared -lshared | |
| /home/oglop/tomato/release/src-rt/router/shared/libshared.so: warning: the use of `tmpnam' is dangerous, better use `mkstemp' | |
| make[6]: Leaving directory '/home/oglop/tomato/release/src/router/prebuilt' | |
| cd igmpproxy && CFLAGS="-O2 -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -ffunction-sections -fdata-sections" \ | |
| LDFLAGS="-ffunction-sections -fdata-sections -Wl,--gc-sections" \ | |
| ./configure --host=mipsel-linux --build=x86_64-redhat-linux --prefix=/usr | |
| configure: loading site script /usr/share/config.site | |
| checking for a BSD-compatible install... /usr/bin/install -c | |
| checking whether build environment is sane... yes | |
| checking for mipsel-linux-strip... mipsel-uclibc-strip -R .note -R .comment | |
| checking for a thread-safe mkdir -p... /usr/bin/mkdir -p | |
| checking for gawk... gawk | |
| checking whether make sets $(MAKE)... yes | |
| checking for style of include used by make... GNU | |
| checking for mipsel-linux-gcc... mipsel-uclibc-gcc | |
| checking for C compiler default output file name... a.out | |
| checking whether the C compiler works... yes | |
| checking whether we are cross compiling... yes | |
| checking for suffix of executables... | |
| checking for suffix of object files... o | |
| checking whether we are using the GNU C compiler... yes | |
| checking whether mipsel-uclibc-gcc accepts -g... yes | |
| checking for mipsel-uclibc-gcc option to accept ISO C89... none needed | |
| checking dependency style of mipsel-uclibc-gcc... gcc3 | |
| checking for mipsel-uclibc-gcc option to accept ISO C99... -std=gnu99 | |
| checking build system type... x86_64-redhat-linux-gnu | |
| checking host system type... mipsel-unknown-linux-gnu | |
| checking for struct sockaddr.sa_len... no | |
| checking for struct sockaddr_in.sin_len... no | |
| configure: creating ./config.status | |
| config.status: creating Makefile | |
| config.status: creating doc/Makefile | |
| config.status: creating src/Makefile | |
| config.status: creating doc/igmpproxy.8 | |
| config.status: creating doc/igmpproxy.conf.5 | |
| config.status: creating config.h | |
| config.status: linking src/os-linux.h to src/os.h | |
| config.status: executing depfiles commands | |
| \033[41;1m igmpproxy 6/97 \033[0m\033]2;igmpproxy 6/97\007 | |
| make[6]: Entering directory '/home/oglop/tomato/release/src/router/igmpproxy/src' | |
| mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -ffunction-sections -fdata-sections -MT callout.o -MD -MP -MF .deps/callout.Tpo -c -o callout.o callout.c | |
| mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -ffunction-sections -fdata-sections -MT config.o -MD -MP -MF .deps/config.Tpo -c -o config.o config.c | |
| mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -ffunction-sections -fdata-sections -MT confread.o -MD -MP -MF .deps/confread.Tpo -c -o confread.o confread.c | |
| mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -ffunction-sections -fdata-sections -MT ifvc.o -MD -MP -MF .deps/ifvc.Tpo -c -o ifvc.o ifvc.c | |
| mv -f .deps/confread.Tpo .deps/confread.Po | |
| mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -ffunction-sections -fdata-sections -MT igmp.o -MD -MP -MF .deps/igmp.Tpo -c -o igmp.o igmp.c | |
| mv -f .deps/callout.Tpo .deps/callout.Po | |
| mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -ffunction-sections -fdata-sections -MT igmpproxy.o -MD -MP -MF .deps/igmpproxy.Tpo -c -o igmpproxy.o igmpproxy.c | |
| mv -f .deps/ifvc.Tpo .deps/ifvc.Po | |
| mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -ffunction-sections -fdata-sections -MT kern.o -MD -MP -MF .deps/kern.Tpo -c -o kern.o kern.c | |
| mv -f .deps/config.Tpo .deps/config.Po | |
| mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -ffunction-sections -fdata-sections -MT lib.o -MD -MP -MF .deps/lib.Tpo -c -o lib.o lib.c | |
| igmpproxy.c: In function 'main': | |
| igmpproxy.c:77: warning: statement with no effect | |
| mv -f .deps/kern.Tpo .deps/kern.Po | |
| mv -f .deps/lib.Tpo .deps/lib.Po | |
| mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -ffunction-sections -fdata-sections -MT mcgroup.o -MD -MP -MF .deps/mcgroup.Tpo -c -o mcgroup.o mcgroup.c | |
| mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -ffunction-sections -fdata-sections -MT mroute-api.o -MD -MP -MF .deps/mroute-api.Tpo -c -o mroute-api.o mroute-api.c | |
| mv -f .deps/igmpproxy.Tpo .deps/igmpproxy.Po | |
| mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -ffunction-sections -fdata-sections -MT request.o -MD -MP -MF .deps/request.Tpo -c -o request.o request.c | |
| mv -f .deps/igmp.Tpo .deps/igmp.Po | |
| mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -ffunction-sections -fdata-sections -MT rttable.o -MD -MP -MF .deps/rttable.Tpo -c -o rttable.o rttable.c | |
| mv -f .deps/mcgroup.Tpo .deps/mcgroup.Po | |
| mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -ffunction-sections -fdata-sections -MT syslog.o -MD -MP -MF .deps/syslog.Tpo -c -o syslog.o syslog.c | |
| mv -f .deps/mroute-api.Tpo .deps/mroute-api.Po | |
| mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -ffunction-sections -fdata-sections -MT udpsock.o -MD -MP -MF .deps/udpsock.Tpo -c -o udpsock.o udpsock.c | |
| mv -f .deps/request.Tpo .deps/request.Po | |
| mv -f .deps/syslog.Tpo .deps/syslog.Po | |
| mv -f .deps/udpsock.Tpo .deps/udpsock.Po | |
| mv -f .deps/rttable.Tpo .deps/rttable.Po | |
| mipsel-uclibc-gcc -std=gnu99 -O2 -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -ffunction-sections -fdata-sections -ffunction-sections -fdata-sections -Wl,--gc-sections -o igmpproxy callout.o config.o confread.o ifvc.o igmp.o igmpproxy.o kern.o lib.o mcgroup.o mroute-api.o request.o rttable.o syslog.o udpsock.o | |
| make[6]: Leaving directory '/home/oglop/tomato/release/src/router/igmpproxy/src' | |
| cp -f iptables/extensions/libipt_ipp2p_K26.c iptables/extensions/libipt_ipp2p.c | |
| \033[41;1m iptables 7/97 \033[0m\033]2;iptables 7/97\007 | |
| make -C iptables BINDIR=/usr/sbin LIBDIR=/usr/lib KERNEL_DIR=/home/oglop/tomato/release/src-rt/linux/linux-2.6 COPT_FLAGS="-Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE" | |
| make[6]: Entering directory '/home/oglop/tomato/release/src/router/iptables' | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -fPIC -c -o libiptc/libip4tc.o libiptc/libip4tc.c | |
| mipsel-uclibc-ar rv libiptc/libiptc.a libiptc/libip4tc.o | |
| mipsel-uclibc-ar: creating libiptc/libiptc.a | |
| a - libiptc/libip4tc.o | |
| mipsel-uclibc-ld -shared -o libiptc.so --whole-archive -Llibiptc -liptc | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libipt_CLASSIFY_sh.o -c extensions/libipt_CLASSIFY.c | |
| mipsel-uclibc-gcc -shared -o extensions/libipt_CLASSIFY.so extensions/libipt_CLASSIFY_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libipt_CONNMARK_sh.o -c extensions/libipt_CONNMARK.c | |
| mipsel-uclibc-gcc -shared -o extensions/libipt_CONNMARK.so extensions/libipt_CONNMARK_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libipt_DNAT_sh.o -c extensions/libipt_DNAT.c | |
| mipsel-uclibc-gcc -shared -o extensions/libipt_DNAT.so extensions/libipt_DNAT_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libipt_DSCP_sh.o -c extensions/libipt_DSCP.c | |
| mipsel-uclibc-gcc -shared -o extensions/libipt_DSCP.so extensions/libipt_DSCP_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libipt_LOG_sh.o -c extensions/libipt_LOG.c | |
| mipsel-uclibc-gcc -shared -o extensions/libipt_LOG.so extensions/libipt_LOG_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libipt_MARK_sh.o -c extensions/libipt_MARK.c | |
| mipsel-uclibc-gcc -shared -o extensions/libipt_MARK.so extensions/libipt_MARK_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libipt_MASQUERADE_sh.o -c extensions/libipt_MASQUERADE.c | |
| mipsel-uclibc-gcc -shared -o extensions/libipt_MASQUERADE.so extensions/libipt_MASQUERADE_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libipt_REDIRECT_sh.o -c extensions/libipt_REDIRECT.c | |
| mipsel-uclibc-gcc -shared -o extensions/libipt_REDIRECT.so extensions/libipt_REDIRECT_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libipt_REJECT_sh.o -c extensions/libipt_REJECT.c | |
| mipsel-uclibc-gcc -shared -o extensions/libipt_REJECT.so extensions/libipt_REJECT_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libipt_BCOUNT_sh.o -c extensions/libipt_BCOUNT.c | |
| mipsel-uclibc-gcc -shared -o extensions/libipt_BCOUNT.so extensions/libipt_BCOUNT_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libipt_ROUTE_sh.o -c extensions/libipt_ROUTE.c | |
| mipsel-uclibc-gcc -shared -o extensions/libipt_ROUTE.so extensions/libipt_ROUTE_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libipt_SNAT_sh.o -c extensions/libipt_SNAT.c | |
| mipsel-uclibc-gcc -shared -o extensions/libipt_SNAT.so extensions/libipt_SNAT_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libipt_TCPMSS_sh.o -c extensions/libipt_TCPMSS.c | |
| mipsel-uclibc-gcc -shared -o extensions/libipt_TCPMSS.so extensions/libipt_TCPMSS_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libipt_TOS_sh.o -c extensions/libipt_TOS.c | |
| mipsel-uclibc-gcc -shared -o extensions/libipt_TOS.so extensions/libipt_TOS_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libipt_TRIGGER_sh.o -c extensions/libipt_TRIGGER.c | |
| In file included from /home/oglop/tomato/release/src-rt/linux/linux-2.6/include/net/netfilter/nf_nat.h:4, | |
| from /home/oglop/tomato/release/src-rt/linux/linux-2.6/include/linux/netfilter_ipv4/ip_nat_rule.h:5, | |
| from extensions/libipt_TRIGGER.c:16: | |
| /home/oglop/tomato/release/src-rt/linux/linux-2.6/include/net/netfilter/nf_conntrack_tuple.h: In function '__nf_ct_tuple_src_equal': | |
| /home/oglop/tomato/release/src-rt/linux/linux-2.6/include/net/netfilter/nf_conntrack_tuple.h:121: warning: implicit declaration of function 'nf_inet_addr_cmp' | |
| /home/oglop/tomato/release/src-rt/linux/linux-2.6/include/net/netfilter/nf_conntrack_tuple.h: In function 'nf_ct_tuple_mask_cmp': | |
| /home/oglop/tomato/release/src-rt/linux/linux-2.6/include/net/netfilter/nf_conntrack_tuple.h:147: warning: implicit declaration of function 'ARRAY_SIZE' | |
| mipsel-uclibc-gcc -shared -o extensions/libipt_TRIGGER.so extensions/libipt_TRIGGER_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libipt_TTL_sh.o -c extensions/libipt_TTL.c | |
| mipsel-uclibc-gcc -shared -o extensions/libipt_TTL.so extensions/libipt_TTL_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libipt_NETMAP_sh.o -c extensions/libipt_NETMAP.c | |
| mipsel-uclibc-gcc -shared -o extensions/libipt_NETMAP.so extensions/libipt_NETMAP_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libipt_condition_sh.o -c extensions/libipt_condition.c | |
| mipsel-uclibc-gcc -shared -o extensions/libipt_condition.so extensions/libipt_condition_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libipt_connlimit_sh.o -c extensions/libipt_connlimit.c | |
| mipsel-uclibc-gcc -shared -o extensions/libipt_connlimit.so extensions/libipt_connlimit_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libipt_connmark_sh.o -c extensions/libipt_connmark.c | |
| mipsel-uclibc-gcc -shared -o extensions/libipt_connmark.so extensions/libipt_connmark_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libipt_geoip_sh.o -c extensions/libipt_geoip.c | |
| mipsel-uclibc-gcc -shared -o extensions/libipt_geoip.so extensions/libipt_geoip_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libipt_icmp_sh.o -c extensions/libipt_icmp.c | |
| mipsel-uclibc-gcc -shared -o extensions/libipt_icmp.so extensions/libipt_icmp_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libipt_iprange_sh.o -c extensions/libipt_iprange.c | |
| mipsel-uclibc-gcc -shared -o extensions/libipt_iprange.so extensions/libipt_iprange_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libipt_layer7_sh.o -c extensions/libipt_layer7.c | |
| mipsel-uclibc-gcc -shared -o extensions/libipt_layer7.so extensions/libipt_layer7_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libipt_length_sh.o -c extensions/libipt_length.c | |
| mipsel-uclibc-gcc -shared -o extensions/libipt_length.so extensions/libipt_length_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libipt_limit_sh.o -c extensions/libipt_limit.c | |
| mipsel-uclibc-gcc -shared -o extensions/libipt_limit.so extensions/libipt_limit_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libipt_mac_sh.o -c extensions/libipt_mac.c | |
| mipsel-uclibc-gcc -shared -o extensions/libipt_mac.so extensions/libipt_mac_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libipt_mark_sh.o -c extensions/libipt_mark.c | |
| mipsel-uclibc-gcc -shared -o extensions/libipt_mark.so extensions/libipt_mark_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libipt_multiport_sh.o -c extensions/libipt_multiport.c | |
| mipsel-uclibc-gcc -shared -o extensions/libipt_multiport.so extensions/libipt_multiport_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libipt_recent_sh.o -c extensions/libipt_recent.c | |
| mipsel-uclibc-gcc -shared -o extensions/libipt_recent.so extensions/libipt_recent_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libipt_standard_sh.o -c extensions/libipt_standard.c | |
| mipsel-uclibc-gcc -shared -o extensions/libipt_standard.so extensions/libipt_standard_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libipt_state_sh.o -c extensions/libipt_state.c | |
| mipsel-uclibc-gcc -shared -o extensions/libipt_state.so extensions/libipt_state_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libipt_quota_sh.o -c extensions/libipt_quota.c | |
| mipsel-uclibc-gcc -shared -o extensions/libipt_quota.so extensions/libipt_quota_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libipt_tcp_sh.o -c extensions/libipt_tcp.c | |
| mipsel-uclibc-gcc -shared -o extensions/libipt_tcp.so extensions/libipt_tcp_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libipt_tcpmss_sh.o -c extensions/libipt_tcpmss.c | |
| mipsel-uclibc-gcc -shared -o extensions/libipt_tcpmss.so extensions/libipt_tcpmss_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libipt_time_sh.o -c extensions/libipt_time.c | |
| mipsel-uclibc-gcc -shared -o extensions/libipt_time.so extensions/libipt_time_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libipt_tos_sh.o -c extensions/libipt_tos.c | |
| mipsel-uclibc-gcc -shared -o extensions/libipt_tos.so extensions/libipt_tos_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libipt_u32_sh.o -c extensions/libipt_u32.c | |
| mipsel-uclibc-gcc -shared -o extensions/libipt_u32.so extensions/libipt_u32_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libipt_udp_sh.o -c extensions/libipt_udp.c | |
| mipsel-uclibc-gcc -shared -o extensions/libipt_udp.so extensions/libipt_udp_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libipt_web_sh.o -c extensions/libipt_web.c | |
| mipsel-uclibc-gcc -shared -o extensions/libipt_web.so extensions/libipt_web_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libipt_dscp_sh.o -c extensions/libipt_dscp.c | |
| mipsel-uclibc-gcc -shared -o extensions/libipt_dscp.so extensions/libipt_dscp_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libipt_connbytes_sh.o -c extensions/libipt_connbytes.c | |
| mipsel-uclibc-gcc -shared -o extensions/libipt_connbytes.so extensions/libipt_connbytes_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libipt_webmon_sh.o -c extensions/libipt_webmon.c | |
| mipsel-uclibc-gcc -shared -o extensions/libipt_webmon.so extensions/libipt_webmon_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libipt_string_sh.o -c extensions/libipt_string.c | |
| mipsel-uclibc-gcc -shared -o extensions/libipt_string.so extensions/libipt_string_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libipt_bcount_sh.o -c extensions/libipt_bcount.c | |
| mipsel-uclibc-gcc -shared -o extensions/libipt_bcount.so extensions/libipt_bcount_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libipt_conntrack_sh.o -c extensions/libipt_conntrack.c | |
| mipsel-uclibc-gcc -shared -o extensions/libipt_conntrack.so extensions/libipt_conntrack_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libipt_IMQ_sh.o -c extensions/libipt_IMQ.c | |
| mipsel-uclibc-gcc -shared -o extensions/libipt_IMQ.so extensions/libipt_IMQ_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libipt_ipp2p_sh.o -c extensions/libipt_ipp2p.c | |
| mipsel-uclibc-gcc -shared -o extensions/libipt_ipp2p.so extensions/libipt_ipp2p_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libipt_policy_sh.o -c extensions/libipt_policy.c | |
| mipsel-uclibc-gcc -shared -o extensions/libipt_policy.so extensions/libipt_policy_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libipt_hashlimit_sh.o -c extensions/libipt_hashlimit.c | |
| mipsel-uclibc-gcc -shared -o extensions/libipt_hashlimit.so extensions/libipt_hashlimit_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libipt_NFQUEUE_sh.o -c extensions/libipt_NFQUEUE.c | |
| mipsel-uclibc-gcc -shared -o extensions/libipt_NFQUEUE.so extensions/libipt_NFQUEUE_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libipt_NOTRACK_sh.o -c extensions/libipt_NOTRACK.c | |
| mipsel-uclibc-gcc -shared -o extensions/libipt_NOTRACK.so extensions/libipt_NOTRACK_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libipt_set_sh.o -c extensions/libipt_set.c | |
| In file included from extensions/libipt_set.c:22: | |
| extensions/libipt_set.h: In function 'get_set_byname': | |
| extensions/libipt_set.h:70: warning: format '%ld' expects type 'long int', but argument 3 has type 'unsigned int' | |
| extensions/libipt_set.h:70: warning: format '%ld' expects type 'long int', but argument 4 has type 'socklen_t' | |
| extensions/libipt_set.h: In function 'get_set_byid': | |
| extensions/libipt_set.h:96: warning: format '%ld' expects type 'long int', but argument 3 has type 'unsigned int' | |
| extensions/libipt_set.h:96: warning: format '%ld' expects type 'long int', but argument 4 has type 'socklen_t' | |
| mipsel-uclibc-gcc -shared -o extensions/libipt_set.so extensions/libipt_set_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libipt_account_sh.o -c extensions/libipt_account.c | |
| mipsel-uclibc-gcc -shared -o extensions/libipt_account.so extensions/libipt_account_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libip6t_connmark_sh.o -c extensions/libip6t_connmark.c | |
| mipsel-uclibc-gcc -shared -o extensions/libip6t_connmark.so extensions/libip6t_connmark_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libip6t_icmp6_sh.o -c extensions/libip6t_icmp6.c | |
| mipsel-uclibc-gcc -shared -o extensions/libip6t_icmp6.so extensions/libip6t_icmp6_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libip6t_length_sh.o -c extensions/libip6t_length.c | |
| mipsel-uclibc-gcc -shared -o extensions/libip6t_length.so extensions/libip6t_length_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libip6t_limit_sh.o -c extensions/libip6t_limit.c | |
| mipsel-uclibc-gcc -shared -o extensions/libip6t_limit.so extensions/libip6t_limit_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libip6t_mac_sh.o -c extensions/libip6t_mac.c | |
| mipsel-uclibc-gcc -shared -o extensions/libip6t_mac.so extensions/libip6t_mac_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libip6t_mark_sh.o -c extensions/libip6t_mark.c | |
| mipsel-uclibc-gcc -shared -o extensions/libip6t_mark.so extensions/libip6t_mark_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libip6t_multiport_sh.o -c extensions/libip6t_multiport.c | |
| mipsel-uclibc-gcc -shared -o extensions/libip6t_multiport.so extensions/libip6t_multiport_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libip6t_standard_sh.o -c extensions/libip6t_standard.c | |
| mipsel-uclibc-gcc -shared -o extensions/libip6t_standard.so extensions/libip6t_standard_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libip6t_state_sh.o -c extensions/libip6t_state.c | |
| mipsel-uclibc-gcc -shared -o extensions/libip6t_state.so extensions/libip6t_state_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libip6t_rt_sh.o -c extensions/libip6t_rt.c | |
| mipsel-uclibc-gcc -shared -o extensions/libip6t_rt.so extensions/libip6t_rt_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libip6t_hl_sh.o -c extensions/libip6t_hl.c | |
| mipsel-uclibc-gcc -shared -o extensions/libip6t_hl.so extensions/libip6t_hl_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libip6t_web_sh.o -c extensions/libip6t_web.c | |
| mipsel-uclibc-gcc -shared -o extensions/libip6t_web.so extensions/libip6t_web_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libip6t_string_sh.o -c extensions/libip6t_string.c | |
| extensions/libip6t_string.c:295: warning: 'struct ip6t_ip' declared inside parameter list | |
| extensions/libip6t_string.c:295: warning: its scope is only this definition or declaration, which is probably not what you want | |
| extensions/libip6t_string.c:317: warning: 'struct ip6t_ip' declared inside parameter list | |
| extensions/libip6t_string.c:346: warning: initialization from incompatible pointer type | |
| extensions/libip6t_string.c:347: warning: initialization from incompatible pointer type | |
| mipsel-uclibc-gcc -shared -o extensions/libip6t_string.so extensions/libip6t_string_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libip6t_tcp_sh.o -c extensions/libip6t_tcp.c | |
| mipsel-uclibc-gcc -shared -o extensions/libip6t_tcp.so extensions/libip6t_tcp_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libip6t_udp_sh.o -c extensions/libip6t_udp.c | |
| mipsel-uclibc-gcc -shared -o extensions/libip6t_udp.so extensions/libip6t_udp_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libip6t_CONNMARK_sh.o -c extensions/libip6t_CONNMARK.c | |
| mipsel-uclibc-gcc -shared -o extensions/libip6t_CONNMARK.so extensions/libip6t_CONNMARK_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libip6t_LOG_sh.o -c extensions/libip6t_LOG.c | |
| mipsel-uclibc-gcc -shared -o extensions/libip6t_LOG.so extensions/libip6t_LOG_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libip6t_MARK_sh.o -c extensions/libip6t_MARK.c | |
| mipsel-uclibc-gcc -shared -o extensions/libip6t_MARK.so extensions/libip6t_MARK_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libip6t_IMQ_sh.o -c extensions/libip6t_IMQ.c | |
| mipsel-uclibc-gcc -shared -o extensions/libip6t_IMQ.so extensions/libip6t_IMQ_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libip6t_TCPMSS_sh.o -c extensions/libip6t_TCPMSS.c | |
| mipsel-uclibc-gcc -shared -o extensions/libip6t_TCPMSS.so extensions/libip6t_TCPMSS_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libip6t_REJECT_sh.o -c extensions/libip6t_REJECT.c | |
| mipsel-uclibc-gcc -shared -o extensions/libip6t_REJECT.so extensions/libip6t_REJECT_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libip6t_connlimit_sh.o -c extensions/libip6t_connlimit.c | |
| mipsel-uclibc-gcc -shared -o extensions/libip6t_connlimit.so extensions/libip6t_connlimit_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libip6t_hashlimit_sh.o -c extensions/libip6t_hashlimit.c | |
| mipsel-uclibc-gcc -shared -o extensions/libip6t_hashlimit.so extensions/libip6t_hashlimit_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libip6t_recent_sh.o -c extensions/libip6t_recent.c | |
| mipsel-uclibc-gcc -shared -o extensions/libip6t_recent.so extensions/libip6t_recent_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libip6t_NFQUEUE_sh.o -c extensions/libip6t_NFQUEUE.c | |
| mipsel-uclibc-gcc -shared -o extensions/libip6t_NFQUEUE.so extensions/libip6t_NFQUEUE_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libip6t_ROUTE_sh.o -c extensions/libip6t_ROUTE.c | |
| mipsel-uclibc-gcc -shared -o extensions/libip6t_ROUTE.so extensions/libip6t_ROUTE_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libip6t_HL_sh.o -c extensions/libip6t_HL.c | |
| mipsel-uclibc-gcc -shared -o extensions/libip6t_HL.so extensions/libip6t_HL_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libip6t_connbytes_sh.o -c extensions/libip6t_connbytes.c | |
| mipsel-uclibc-gcc -shared -o extensions/libip6t_connbytes.so extensions/libip6t_connbytes_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libip6t_iprange_sh.o -c extensions/libip6t_iprange.c | |
| mipsel-uclibc-gcc -shared -o extensions/libip6t_iprange.so extensions/libip6t_iprange_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libip6t_webmon_sh.o -c extensions/libip6t_webmon.c | |
| mipsel-uclibc-gcc -shared -o extensions/libip6t_webmon.so extensions/libip6t_webmon_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -o extensions/libip6t_dscp_sh.o -c extensions/libip6t_dscp.c | |
| mipsel-uclibc-gcc -shared -o extensions/libip6t_dscp.so extensions/libip6t_dscp_sh.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -fPIC -DIPT_LIB_DIR=\"/usr/lib/iptables\" -c -o iptables.o iptables.c | |
| iptables.c: In function 'print_firewall': | |
| iptables.c:1431: warning: passing argument 1 of 'ipt_get_target' discards qualifiers from pointer target type | |
| iptables.c: In function 'print_firewall_line': | |
| iptables.c:1544: warning: passing argument 1 of 'ipt_get_target' discards qualifiers from pointer target type | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -fPIC -DIPTABLES_MULTI -DIPTABLES_SAVE -DIPT_LIB_DIR=\"/usr/lib/iptables\" -rdynamic -o iptables iptables-multi.c iptables-save.c iptables-restore.c iptables-standalone.c iptables.o -ldl -L. -liptc | |
| iptables-save.c: In function 'print_rule': | |
| iptables-save.c:207: warning: passing argument 1 of 'ipt_get_target' discards qualifiers from pointer target type | |
| sed -e '/@MATCH@/ r extensions/libipt_matches.man' -e '/@TARGET@/ r extensions/libipt_targets.man' iptables.8.in >iptables.8 | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -fPIC -DIP6T_LIB_DIR=\"/usr/lib/iptables\" -c -o ip6tables.o ip6tables.c | |
| ip6tables.c: In function 'print_firewall': | |
| ip6tables.c:1362: warning: passing argument 1 of 'ip6t_get_target' discards qualifiers from pointer target type | |
| ip6tables.c: In function 'print_firewall_line': | |
| ip6tables.c:1477: warning: passing argument 1 of 'ip6t_get_target' discards qualifiers from pointer target type | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -fPIC -c -o libiptc/libip6tc.o libiptc/libip6tc.c | |
| mipsel-uclibc-ar rv libiptc/libip6tc.a libiptc/libip6tc.o | |
| mipsel-uclibc-ar: creating libiptc/libip6tc.a | |
| a - libiptc/libip6tc.o | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -fPIC -DIPTABLES_MULTI -DIPTABLES_SAVE -DIP6T_LIB_DIR=\"/usr/lib/iptables\" -rdynamic -o ip6tables ip6tables-multi.c ip6tables-save.c ip6tables-restore.c ip6tables-standalone.c ip6tables.o libiptc/libip6tc.a -ldl -L. -liptc | |
| ip6tables-save.c: In function 'print_rule': | |
| ip6tables-save.c:200: warning: passing argument 1 of 'ip6t_get_target' discards qualifiers from pointer target type | |
| sed -e '/@MATCH@/ r extensions/libip6t_matches.man' -e '/@TARGET@/ r extensions/libip6t_targets.man' ip6tables.8.in >ip6tables.8 | |
| mipsel-uclibc-gcc -Os -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -U CONFIG_NVRAM_SIZE -Wall -Wunused -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -Iinclude/ -DIPTABLES_VERSION=\"1.3.8\" -fPIC -fPIC -c -o libipq/libipq.o libipq/libipq.c | |
| mipsel-uclibc-ar rv libipq/libipq.a libipq/libipq.o | |
| mipsel-uclibc-ar: creating libipq/libipq.a | |
| a - libipq/libipq.o | |
| rm libipq/libipq.o libiptc/libip6tc.o libiptc/libip4tc.o | |
| make[6]: Leaving directory '/home/oglop/tomato/release/src/router/iptables' | |
| \033[41;1m rc 8/97 \033[0m\033]2;rc 8/97\007 | |
| make[6]: Entering directory '/home/oglop/tomato/release/src/router/rc' | |
| [rc] CC rc.o | |
| [rc] CC init.o | |
| init.c: In function 'init_nvram': | |
| init.c:2720: warning: unused variable 'basic_params' | |
| init.c: At top level: | |
| init.c:67: warning: 'set_regulation' defined but not used | |
| [rc] CC interface.o | |
| [rc] CC network.o | |
| [rc] CC wan.o | |
| wan.c: In function 'start_wan_if': | |
| wan.c:928: warning: suggest parentheses around assignment used as truth value | |
| wan.c: At top level: | |
| wan.c:48: warning: 'make_secrets' defined but not used | |
| [rc] CC services.o | |
| services.c: In function 'start_dnsmasq': | |
| services.c:92: warning: unused variable 'service' | |
| services.c:91: warning: unused variable 'do_6rd' | |
| services.c:91: warning: unused variable 'do_6to4' | |
| services.c:90: warning: unused variable 'mtu' | |
| services.c:90: warning: unused variable 'ipv6' | |
| services.c:90: warning: unused variable 'prefix' | |
| [rc] CC dhcp.o | |
| dhcp.c: In function 'dhcp6c_state_main': | |
| dhcp.c:531: warning: assignment discards qualifiers from pointer target type | |
| [rc] CC firewall.o | |
| [rc] CC ppp.o | |
| ppp.c: In function 'ipup_main': | |
| ppp.c:106: warning: suggest parentheses around assignment used as truth value | |
| [rc] CC telssh.o | |
| [rc] CC wnas.o | |
| wnas.c: In function 'nas_starter': | |
| wnas.c:99: warning: implicit declaration of function 'is_sta' | |
| wnas.c: At top level: | |
| wnas.c:71: warning: 'nas_starter' defined but not used | |
| [rc] CC listen.o | |
| [rc] CC redial.o | |
| [rc] CC led.o | |
| [rc] CC qos.o | |
| [rc] CC forward.o | |
| [rc] CC misc.o | |
| [rc] CC mtd.o | |
| [rc] CC buttons.o | |
| [rc] CC restrict.o | |
| [rc] CC gpio.o | |
| [rc] CC sched.o | |
| [rc] CC new_qoslimit.o | |
| [rc] CC arpbind.o | |
| [rc] CC tomatoanon.o | |
| [rc] CC blink.o | |
| [rc] CC mwan.o | |
| mwan.c: In function 'mwan_status_update': | |
| mwan.c:282: warning: unused variable 'tmp' | |
| [rc] CC pbr.o | |
| [rc] CC usb.o | |
| usb.c: In function 'mount_r': | |
| usb.c:448: warning: passing argument 3 of 'strncmp' makes integer from pointer without a cast | |
| usb.c:452: warning: passing argument 3 of 'strncmp' makes integer from pointer without a cast | |
| [rc] CC ddns.o | |
| [rc] CC cifs.o | |
| [rc] CC jffs2.o | |
| [rc] CC vpn.o | |
| [rc] CC tinc.o | |
| [rc] CC pptpd.o | |
| pptpd.c: In function 'write_pptpd_dnsmasq_config': | |
| pptpd.c:342: warning: unused variable 'i' | |
| [rc] CC pptp_client.o | |
| pptp_client.c: In function 'pptp_client_table_add': | |
| pptp_client.c:389: warning: implicit declaration of function 'get_cidr' | |
| [rc] CC nocat.o | |
| [rc] CC nfs.o | |
| nfs.c: In function 'start_nfs': | |
| nfs.c:12: warning: 'fp' may be used uninitialized in this function | |
| [rc] CC snmp.o | |
| [rc] CC tor.o | |
| [rc] CC rc | |
| /home/oglop/tomato/release/src-rt/router/shared/libshared.so: warning: the use of `tmpnam' is dangerous, better use `mkstemp' | |
| text data bss dec hex filename | |
| 358308 6896 820 366024 595c8 rc | |
| make[6]: Leaving directory '/home/oglop/tomato/release/src/router/rc' | |
| \033[41;1m iproute2 9/97 \033[0m\033]2;iproute2 9/97\007 | |
| make[6]: Entering directory '/home/oglop/tomato/release/src/router/iproute2' | |
| make[7]: Entering directory '/home/oglop/tomato/release/src/router/iproute2/lib' | |
| mipsel-uclibc-gcc -D_GNU_SOURCE -Os -Wstrict-prototypes -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DUSE_IPV6 -isystem /home/oglop/tomato/release/src-rt/linux/linux-2.6/include -I../include -DRESOLVE_HOSTNAMES -c -o ll_map.o ll_map.c | |
| mipsel-uclibc-gcc -D_GNU_SOURCE -Os -Wstrict-prototypes -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DUSE_IPV6 -isystem /home/oglop/tomato/release/src-rt/linux/linux-2.6/include -I../include -DRESOLVE_HOSTNAMES -c -o libnetlink.o libnetlink.c | |
| mipsel-uclibc-ar rcs libnetlink.a ll_map.o libnetlink.o | |
| mipsel-uclibc-gcc -D_GNU_SOURCE -Os -Wstrict-prototypes -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DUSE_IPV6 -isystem /home/oglop/tomato/release/src-rt/linux/linux-2.6/include -I../include -DRESOLVE_HOSTNAMES -c -o utils.o utils.c | |
| mipsel-uclibc-gcc -D_GNU_SOURCE -Os -Wstrict-prototypes -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DUSE_IPV6 -isystem /home/oglop/tomato/release/src-rt/linux/linux-2.6/include -I../include -DRESOLVE_HOSTNAMES -c -o rt_names.o rt_names.c | |
| mipsel-uclibc-gcc -D_GNU_SOURCE -Os -Wstrict-prototypes -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DUSE_IPV6 -isystem /home/oglop/tomato/release/src-rt/linux/linux-2.6/include -I../include -DRESOLVE_HOSTNAMES -c -o ll_types.o ll_types.c | |
| mipsel-uclibc-gcc -D_GNU_SOURCE -Os -Wstrict-prototypes -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DUSE_IPV6 -isystem /home/oglop/tomato/release/src-rt/linux/linux-2.6/include -I../include -DRESOLVE_HOSTNAMES -c -o ll_proto.o ll_proto.c | |
| mipsel-uclibc-gcc -D_GNU_SOURCE -Os -Wstrict-prototypes -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DUSE_IPV6 -isystem /home/oglop/tomato/release/src-rt/linux/linux-2.6/include -I../include -DRESOLVE_HOSTNAMES -c -o ll_addr.o ll_addr.c | |
| mipsel-uclibc-gcc -D_GNU_SOURCE -Os -Wstrict-prototypes -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DUSE_IPV6 -isystem /home/oglop/tomato/release/src-rt/linux/linux-2.6/include -I../include -DRESOLVE_HOSTNAMES -c -o inet_proto.o inet_proto.c | |
| mipsel-uclibc-gcc -D_GNU_SOURCE -Os -Wstrict-prototypes -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DUSE_IPV6 -isystem /home/oglop/tomato/release/src-rt/linux/linux-2.6/include -I../include -DRESOLVE_HOSTNAMES -c -o dnet_ntop.o dnet_ntop.c | |
| mipsel-uclibc-gcc -D_GNU_SOURCE -Os -Wstrict-prototypes -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DUSE_IPV6 -isystem /home/oglop/tomato/release/src-rt/linux/linux-2.6/include -I../include -DRESOLVE_HOSTNAMES -c -o dnet_pton.o dnet_pton.c | |
| mipsel-uclibc-gcc -D_GNU_SOURCE -Os -Wstrict-prototypes -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DUSE_IPV6 -isystem /home/oglop/tomato/release/src-rt/linux/linux-2.6/include -I../include -DRESOLVE_HOSTNAMES -c -o ipx_ntop.o ipx_ntop.c | |
| mipsel-uclibc-gcc -D_GNU_SOURCE -Os -Wstrict-prototypes -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DUSE_IPV6 -isystem /home/oglop/tomato/release/src-rt/linux/linux-2.6/include -I../include -DRESOLVE_HOSTNAMES -c -o ipx_pton.o ipx_pton.c | |
| mipsel-uclibc-ar rcs libutil.a utils.o rt_names.o ll_types.o ll_proto.o ll_addr.o inet_proto.o dnet_ntop.o dnet_pton.o ipx_ntop.o ipx_pton.o | |
| make[7]: Leaving directory '/home/oglop/tomato/release/src/router/iproute2/lib' | |
| make[7]: Entering directory '/home/oglop/tomato/release/src/router/iproute2/ip' | |
| mipsel-uclibc-gcc -D_GNU_SOURCE -Os -Wstrict-prototypes -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DUSE_IPV6 -isystem /home/oglop/tomato/release/src-rt/linux/linux-2.6/include -I../include -DRESOLVE_HOSTNAMES -c -o ip.o ip.c | |
| mipsel-uclibc-gcc -D_GNU_SOURCE -Os -Wstrict-prototypes -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DUSE_IPV6 -isystem /home/oglop/tomato/release/src-rt/linux/linux-2.6/include -I../include -DRESOLVE_HOSTNAMES -c -o ipaddress.o ipaddress.c | |
| mipsel-uclibc-gcc -D_GNU_SOURCE -Os -Wstrict-prototypes -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DUSE_IPV6 -isystem /home/oglop/tomato/release/src-rt/linux/linux-2.6/include -I../include -DRESOLVE_HOSTNAMES -c -o iproute.o iproute.c | |
| mipsel-uclibc-gcc -D_GNU_SOURCE -Os -Wstrict-prototypes -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DUSE_IPV6 -isystem /home/oglop/tomato/release/src-rt/linux/linux-2.6/include -I../include -DRESOLVE_HOSTNAMES -c -o iprule.o iprule.c | |
| mipsel-uclibc-gcc -D_GNU_SOURCE -Os -Wstrict-prototypes -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DUSE_IPV6 -isystem /home/oglop/tomato/release/src-rt/linux/linux-2.6/include -I../include -DRESOLVE_HOSTNAMES -c -o rtm_map.o rtm_map.c | |
| mipsel-uclibc-gcc -D_GNU_SOURCE -Os -Wstrict-prototypes -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DUSE_IPV6 -isystem /home/oglop/tomato/release/src-rt/linux/linux-2.6/include -I../include -DRESOLVE_HOSTNAMES -c -o iptunnel.o iptunnel.c | |
| mipsel-uclibc-gcc -D_GNU_SOURCE -Os -Wstrict-prototypes -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DUSE_IPV6 -isystem /home/oglop/tomato/release/src-rt/linux/linux-2.6/include -I../include -DRESOLVE_HOSTNAMES -c -o ip6tunnel.o ip6tunnel.c | |
| mipsel-uclibc-gcc -D_GNU_SOURCE -Os -Wstrict-prototypes -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DUSE_IPV6 -isystem /home/oglop/tomato/release/src-rt/linux/linux-2.6/include -I../include -DRESOLVE_HOSTNAMES -c -o tunnel.o tunnel.c | |
| mipsel-uclibc-gcc -D_GNU_SOURCE -Os -Wstrict-prototypes -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DUSE_IPV6 -isystem /home/oglop/tomato/release/src-rt/linux/linux-2.6/include -I../include -DRESOLVE_HOSTNAMES -c -o ipneigh.o ipneigh.c | |
| mipsel-uclibc-gcc -D_GNU_SOURCE -Os -Wstrict-prototypes -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DUSE_IPV6 -isystem /home/oglop/tomato/release/src-rt/linux/linux-2.6/include -I../include -DRESOLVE_HOSTNAMES -c -o ipntable.o ipntable.c | |
| mipsel-uclibc-gcc -D_GNU_SOURCE -Os -Wstrict-prototypes -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DUSE_IPV6 -isystem /home/oglop/tomato/release/src-rt/linux/linux-2.6/include -I../include -DRESOLVE_HOSTNAMES -c -o iplink.o iplink.c | |
| mipsel-uclibc-gcc -D_GNU_SOURCE -Os -Wstrict-prototypes -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DUSE_IPV6 -isystem /home/oglop/tomato/release/src-rt/linux/linux-2.6/include -I../include -DRESOLVE_HOSTNAMES -c -o ipmaddr.o ipmaddr.c | |
| mipsel-uclibc-gcc -D_GNU_SOURCE -Os -Wstrict-prototypes -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DUSE_IPV6 -isystem /home/oglop/tomato/release/src-rt/linux/linux-2.6/include -I../include -DRESOLVE_HOSTNAMES -c -o ipmonitor.o ipmonitor.c | |
| mipsel-uclibc-gcc -D_GNU_SOURCE -Os -Wstrict-prototypes -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DUSE_IPV6 -isystem /home/oglop/tomato/release/src-rt/linux/linux-2.6/include -I../include -DRESOLVE_HOSTNAMES -c -o ipmroute.o ipmroute.c | |
| mipsel-uclibc-gcc -D_GNU_SOURCE -Os -Wstrict-prototypes -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DUSE_IPV6 -isystem /home/oglop/tomato/release/src-rt/linux/linux-2.6/include -I../include -DRESOLVE_HOSTNAMES -c -o ipprefix.o ipprefix.c | |
| mipsel-uclibc-gcc -D_GNU_SOURCE -Os -Wstrict-prototypes -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DUSE_IPV6 -isystem /home/oglop/tomato/release/src-rt/linux/linux-2.6/include -I../include -DRESOLVE_HOSTNAMES -c -o ipxfrm.o ipxfrm.c | |
| mipsel-uclibc-gcc -D_GNU_SOURCE -Os -Wstrict-prototypes -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DUSE_IPV6 -isystem /home/oglop/tomato/release/src-rt/linux/linux-2.6/include -I../include -DRESOLVE_HOSTNAMES -c -o xfrm_state.o xfrm_state.c | |
| mipsel-uclibc-gcc -D_GNU_SOURCE -Os -Wstrict-prototypes -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DUSE_IPV6 -isystem /home/oglop/tomato/release/src-rt/linux/linux-2.6/include -I../include -DRESOLVE_HOSTNAMES -c -o xfrm_policy.o xfrm_policy.c | |
| mipsel-uclibc-gcc -D_GNU_SOURCE -Os -Wstrict-prototypes -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DUSE_IPV6 -isystem /home/oglop/tomato/release/src-rt/linux/linux-2.6/include -I../include -DRESOLVE_HOSTNAMES -c -o xfrm_monitor.o xfrm_monitor.c | |
| mipsel-uclibc-gcc ip.o ipaddress.o iproute.o iprule.o rtm_map.o iptunnel.o ip6tunnel.o tunnel.o ipneigh.o ipntable.o iplink.o ipmaddr.o ipmonitor.o ipmroute.o ipprefix.o ipxfrm.o xfrm_state.o xfrm_policy.o xfrm_monitor.o ../lib/libnetlink.a ../lib/libutil.a -L../lib -lnetlink -lutil -o ip | |
| mipsel-uclibc-gcc -D_GNU_SOURCE -Os -Wstrict-prototypes -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DUSE_IPV6 -isystem /home/oglop/tomato/release/src-rt/linux/linux-2.6/include -I../include -DRESOLVE_HOSTNAMES -c -o rtmon.o rtmon.c | |
| mipsel-uclibc-gcc rtmon.o ../lib/libnetlink.a ../lib/libutil.a -L../lib -lnetlink -lutil -o rtmon | |
| make[7]: Leaving directory '/home/oglop/tomato/release/src/router/iproute2/ip' | |
| make[7]: Entering directory '/home/oglop/tomato/release/src/router/iproute2/tc' | |
| mipsel-uclibc-gcc -D_GNU_SOURCE -Os -Wstrict-prototypes -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DUSE_IPV6 -isystem /home/oglop/tomato/release/src-rt/linux/linux-2.6/include -I../include -DRESOLVE_HOSTNAMES -DCONFIG_GACT -DCONFIG_GACT_PROB -c -o tc_core.o tc_core.c | |
| mipsel-uclibc-gcc -D_GNU_SOURCE -Os -Wstrict-prototypes -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DUSE_IPV6 -isystem /home/oglop/tomato/release/src-rt/linux/linux-2.6/include -I../include -DRESOLVE_HOSTNAMES -DCONFIG_GACT -DCONFIG_GACT_PROB -c -o tc_red.o tc_red.c | |
| mipsel-uclibc-gcc -D_GNU_SOURCE -Os -Wstrict-prototypes -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DUSE_IPV6 -isystem /home/oglop/tomato/release/src-rt/linux/linux-2.6/include -I../include -DRESOLVE_HOSTNAMES -DCONFIG_GACT -DCONFIG_GACT_PROB -c -o tc_cbq.o tc_cbq.c | |
| mipsel-uclibc-gcc -D_GNU_SOURCE -Os -Wstrict-prototypes -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DUSE_IPV6 -isystem /home/oglop/tomato/release/src-rt/linux/linux-2.6/include -I../include -DRESOLVE_HOSTNAMES -DCONFIG_GACT -DCONFIG_GACT_PROB -c -o tc_estimator.o tc_estimator.c | |
| mipsel-uclibc-ar rcs libtc.a tc_core.o tc_red.o tc_cbq.o tc_estimator.o | |
| mipsel-uclibc-gcc -D_GNU_SOURCE -Os -Wstrict-prototypes -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DUSE_IPV6 -isystem /home/oglop/tomato/release/src-rt/linux/linux-2.6/include -I../include -DRESOLVE_HOSTNAMES -DCONFIG_GACT -DCONFIG_GACT_PROB -c -o tc.o tc.c | |
| mipsel-uclibc-gcc -D_GNU_SOURCE -Os -Wstrict-prototypes -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DUSE_IPV6 -isystem /home/oglop/tomato/release/src-rt/linux/linux-2.6/include -I../include -DRESOLVE_HOSTNAMES -DCONFIG_GACT -DCONFIG_GACT_PROB -c -o tc_qdisc.o tc_qdisc.c | |
| mipsel-uclibc-gcc -D_GNU_SOURCE -Os -Wstrict-prototypes -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DUSE_IPV6 -isystem /home/oglop/tomato/release/src-rt/linux/linux-2.6/include -I../include -DRESOLVE_HOSTNAMES -DCONFIG_GACT -DCONFIG_GACT_PROB -c -o tc_class.o tc_class.c | |
| mipsel-uclibc-gcc -D_GNU_SOURCE -Os -Wstrict-prototypes -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DUSE_IPV6 -isystem /home/oglop/tomato/release/src-rt/linux/linux-2.6/include -I../include -DRESOLVE_HOSTNAMES -DCONFIG_GACT -DCONFIG_GACT_PROB -c -o tc_filter.o tc_filter.c | |
| mipsel-uclibc-gcc -D_GNU_SOURCE -Os -Wstrict-prototypes -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DUSE_IPV6 -isystem /home/oglop/tomato/release/src-rt/linux/linux-2.6/include -I../include -DRESOLVE_HOSTNAMES -DCONFIG_GACT -DCONFIG_GACT_PROB -c -o tc_util.o tc_util.c | |
| mipsel-uclibc-gcc -D_GNU_SOURCE -Os -Wstrict-prototypes -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DUSE_IPV6 -isystem /home/oglop/tomato/release/src-rt/linux/linux-2.6/include -I../include -DRESOLVE_HOSTNAMES -DCONFIG_GACT -DCONFIG_GACT_PROB -c -o tc_monitor.o tc_monitor.c | |
| mipsel-uclibc-gcc -D_GNU_SOURCE -Os -Wstrict-prototypes -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DUSE_IPV6 -isystem /home/oglop/tomato/release/src-rt/linux/linux-2.6/include -I../include -DRESOLVE_HOSTNAMES -DCONFIG_GACT -DCONFIG_GACT_PROB -c -o m_police.o m_police.c | |
| mipsel-uclibc-gcc -D_GNU_SOURCE -Os -Wstrict-prototypes -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DUSE_IPV6 -isystem /home/oglop/tomato/release/src-rt/linux/linux-2.6/include -I../include -DRESOLVE_HOSTNAMES -DCONFIG_GACT -DCONFIG_GACT_PROB -c -o m_estimator.o m_estimator.c | |
| mipsel-uclibc-gcc -D_GNU_SOURCE -Os -Wstrict-prototypes -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DUSE_IPV6 -isystem /home/oglop/tomato/release/src-rt/linux/linux-2.6/include -I../include -DRESOLVE_HOSTNAMES -DCONFIG_GACT -DCONFIG_GACT_PROB -c -o m_action.o m_action.c | |
| mipsel-uclibc-gcc -D_GNU_SOURCE -Os -Wstrict-prototypes -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DUSE_IPV6 -isystem /home/oglop/tomato/release/src-rt/linux/linux-2.6/include -I../include -DRESOLVE_HOSTNAMES -DCONFIG_GACT -DCONFIG_GACT_PROB -c -o m_ematch.o m_ematch.c | |
| bison -d -t -v -o emp_ematch.yacc.c emp_ematch.y | |
| emp_ematch.y:12.1-13: warning: deprecated directive, use ‘%name-prefix’ [-Wdeprecated] | |
| %name-prefix="ematch_" | |
| ^^^^^^^^^^^^^ | |
| mipsel-uclibc-gcc -D_GNU_SOURCE -Os -Wstrict-prototypes -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DUSE_IPV6 -isystem /home/oglop/tomato/release/src-rt/linux/linux-2.6/include -I../include -DRESOLVE_HOSTNAMES -DCONFIG_GACT -DCONFIG_GACT_PROB -c -o emp_ematch.yacc.o emp_ematch.yacc.c | |
| emp_ematch.yacc.c: In function 'ematch_parse': | |
| emp_ematch.yacc.c:1511: warning: passing argument 1 of 'ematch_error' discards qualifiers from pointer target type | |
| flex -oemp_ematch.lex.c emp_ematch.l | |
| mipsel-uclibc-gcc -D_GNU_SOURCE -Os -Wstrict-prototypes -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DUSE_IPV6 -isystem /home/oglop/tomato/release/src-rt/linux/linux-2.6/include -I../include -DRESOLVE_HOSTNAMES -DCONFIG_GACT -DCONFIG_GACT_PROB -c -o emp_ematch.lex.o emp_ematch.lex.c | |
| mipsel-uclibc-gcc -D_GNU_SOURCE -Os -Wstrict-prototypes -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DUSE_IPV6 -isystem /home/oglop/tomato/release/src-rt/linux/linux-2.6/include -I../include -DRESOLVE_HOSTNAMES -DCONFIG_GACT -DCONFIG_GACT_PROB -c -o q_fifo.o q_fifo.c | |
| mipsel-uclibc-gcc -D_GNU_SOURCE -Os -Wstrict-prototypes -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DUSE_IPV6 -isystem /home/oglop/tomato/release/src-rt/linux/linux-2.6/include -I../include -DRESOLVE_HOSTNAMES -DCONFIG_GACT -DCONFIG_GACT_PROB -c -o q_sfq.o q_sfq.c | |
| mipsel-uclibc-gcc -D_GNU_SOURCE -Os -Wstrict-prototypes -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DUSE_IPV6 -isystem /home/oglop/tomato/release/src-rt/linux/linux-2.6/include -I../include -DRESOLVE_HOSTNAMES -DCONFIG_GACT -DCONFIG_GACT_PROB -c -o q_red.o q_red.c | |
| mipsel-uclibc-gcc -D_GNU_SOURCE -Os -Wstrict-prototypes -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DUSE_IPV6 -isystem /home/oglop/tomato/release/src-rt/linux/linux-2.6/include -I../include -DRESOLVE_HOSTNAMES -DCONFIG_GACT -DCONFIG_GACT_PROB -c -o q_prio.o q_prio.c | |
| mipsel-uclibc-gcc -D_GNU_SOURCE -Os -Wstrict-prototypes -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DUSE_IPV6 -isystem /home/oglop/tomato/release/src-rt/linux/linux-2.6/include -I../include -DRESOLVE_HOSTNAMES -DCONFIG_GACT -DCONFIG_GACT_PROB -c -o q_tbf.o q_tbf.c | |
| mipsel-uclibc-gcc -D_GNU_SOURCE -Os -Wstrict-prototypes -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DUSE_IPV6 -isystem /home/oglop/tomato/release/src-rt/linux/linux-2.6/include -I../include -DRESOLVE_HOSTNAMES -DCONFIG_GACT -DCONFIG_GACT_PROB -c -o q_cbq.o q_cbq.c | |
| mipsel-uclibc-gcc -D_GNU_SOURCE -Os -Wstrict-prototypes -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DUSE_IPV6 -isystem /home/oglop/tomato/release/src-rt/linux/linux-2.6/include -I../include -DRESOLVE_HOSTNAMES -DCONFIG_GACT -DCONFIG_GACT_PROB -c -o q_netem.o q_netem.c | |
| mipsel-uclibc-gcc -D_GNU_SOURCE -Os -Wstrict-prototypes -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DUSE_IPV6 -isystem /home/oglop/tomato/release/src-rt/linux/linux-2.6/include -I../include -DRESOLVE_HOSTNAMES -DCONFIG_GACT -DCONFIG_GACT_PROB -c -o f_rsvp.o f_rsvp.c | |
| mipsel-uclibc-gcc -D_GNU_SOURCE -Os -Wstrict-prototypes -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DUSE_IPV6 -isystem /home/oglop/tomato/release/src-rt/linux/linux-2.6/include -I../include -DRESOLVE_HOSTNAMES -DCONFIG_GACT -DCONFIG_GACT_PROB -c -o f_u32.o f_u32.c | |
| mipsel-uclibc-gcc -D_GNU_SOURCE -Os -Wstrict-prototypes -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DUSE_IPV6 -isystem /home/oglop/tomato/release/src-rt/linux/linux-2.6/include -I../include -DRESOLVE_HOSTNAMES -DCONFIG_GACT -DCONFIG_GACT_PROB -c -o f_route.o f_route.c | |
| mipsel-uclibc-gcc -D_GNU_SOURCE -Os -Wstrict-prototypes -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DUSE_IPV6 -isystem /home/oglop/tomato/release/src-rt/linux/linux-2.6/include -I../include -DRESOLVE_HOSTNAMES -DCONFIG_GACT -DCONFIG_GACT_PROB -c -o f_fw.o f_fw.c | |
| mipsel-uclibc-gcc -D_GNU_SOURCE -Os -Wstrict-prototypes -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DUSE_IPV6 -isystem /home/oglop/tomato/release/src-rt/linux/linux-2.6/include -I../include -DRESOLVE_HOSTNAMES -DCONFIG_GACT -DCONFIG_GACT_PROB -c -o f_basic.o f_basic.c | |
| mipsel-uclibc-gcc -D_GNU_SOURCE -Os -Wstrict-prototypes -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DUSE_IPV6 -isystem /home/oglop/tomato/release/src-rt/linux/linux-2.6/include -I../include -DRESOLVE_HOSTNAMES -DCONFIG_GACT -DCONFIG_GACT_PROB -c -o q_dsmark.o q_dsmark.c | |
| mipsel-uclibc-gcc -D_GNU_SOURCE -Os -Wstrict-prototypes -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DUSE_IPV6 -isystem /home/oglop/tomato/release/src-rt/linux/linux-2.6/include -I../include -DRESOLVE_HOSTNAMES -DCONFIG_GACT -DCONFIG_GACT_PROB -c -o q_gred.o q_gred.c | |
| mipsel-uclibc-gcc -D_GNU_SOURCE -Os -Wstrict-prototypes -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DUSE_IPV6 -isystem /home/oglop/tomato/release/src-rt/linux/linux-2.6/include -I../include -DRESOLVE_HOSTNAMES -DCONFIG_GACT -DCONFIG_GACT_PROB -c -o f_tcindex.o f_tcindex.c | |
| mipsel-uclibc-gcc -D_GNU_SOURCE -Os -Wstrict-prototypes -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DUSE_IPV6 -isystem /home/oglop/tomato/release/src-rt/linux/linux-2.6/include -I../include -DRESOLVE_HOSTNAMES -DCONFIG_GACT -DCONFIG_GACT_PROB -c -o q_ingress.o q_ingress.c | |
| mipsel-uclibc-gcc -D_GNU_SOURCE -Os -Wstrict-prototypes -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DUSE_IPV6 -isystem /home/oglop/tomato/release/src-rt/linux/linux-2.6/include -I../include -DRESOLVE_HOSTNAMES -DCONFIG_GACT -DCONFIG_GACT_PROB -c -o q_hfsc.o q_hfsc.c | |
| mipsel-uclibc-gcc -D_GNU_SOURCE -Os -Wstrict-prototypes -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DUSE_IPV6 -isystem /home/oglop/tomato/release/src-rt/linux/linux-2.6/include -I../include -DRESOLVE_HOSTNAMES -DCONFIG_GACT -DCONFIG_GACT_PROB -c -o q_htb.o q_htb.c | |
| mipsel-uclibc-gcc -D_GNU_SOURCE -Os -Wstrict-prototypes -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DUSE_IPV6 -isystem /home/oglop/tomato/release/src-rt/linux/linux-2.6/include -I../include -DRESOLVE_HOSTNAMES -DCONFIG_GACT -DCONFIG_GACT_PROB -c -o m_gact.o m_gact.c | |
| mipsel-uclibc-gcc -D_GNU_SOURCE -Os -Wstrict-prototypes -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DUSE_IPV6 -isystem /home/oglop/tomato/release/src-rt/linux/linux-2.6/include -I../include -DRESOLVE_HOSTNAMES -DCONFIG_GACT -DCONFIG_GACT_PROB -c -o m_mirred.o m_mirred.c | |
| mipsel-uclibc-gcc -D_GNU_SOURCE -Os -Wstrict-prototypes -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DUSE_IPV6 -isystem /home/oglop/tomato/release/src-rt/linux/linux-2.6/include -I../include -DRESOLVE_HOSTNAMES -DCONFIG_GACT -DCONFIG_GACT_PROB -c -o m_ipt.o m_ipt.c | |
| mipsel-uclibc-gcc -D_GNU_SOURCE -Os -Wstrict-prototypes -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DUSE_IPV6 -isystem /home/oglop/tomato/release/src-rt/linux/linux-2.6/include -I../include -DRESOLVE_HOSTNAMES -DCONFIG_GACT -DCONFIG_GACT_PROB -c -o m_pedit.o m_pedit.c | |
| mipsel-uclibc-gcc -D_GNU_SOURCE -Os -Wstrict-prototypes -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DUSE_IPV6 -isystem /home/oglop/tomato/release/src-rt/linux/linux-2.6/include -I../include -DRESOLVE_HOSTNAMES -DCONFIG_GACT -DCONFIG_GACT_PROB -c -o p_ip.o p_ip.c | |
| mipsel-uclibc-gcc -D_GNU_SOURCE -Os -Wstrict-prototypes -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DUSE_IPV6 -isystem /home/oglop/tomato/release/src-rt/linux/linux-2.6/include -I../include -DRESOLVE_HOSTNAMES -DCONFIG_GACT -DCONFIG_GACT_PROB -c -o p_icmp.o p_icmp.c | |
| mipsel-uclibc-gcc -D_GNU_SOURCE -Os -Wstrict-prototypes -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DUSE_IPV6 -isystem /home/oglop/tomato/release/src-rt/linux/linux-2.6/include -I../include -DRESOLVE_HOSTNAMES -DCONFIG_GACT -DCONFIG_GACT_PROB -c -o p_tcp.o p_tcp.c | |
| mipsel-uclibc-gcc -D_GNU_SOURCE -Os -Wstrict-prototypes -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DUSE_IPV6 -isystem /home/oglop/tomato/release/src-rt/linux/linux-2.6/include -I../include -DRESOLVE_HOSTNAMES -DCONFIG_GACT -DCONFIG_GACT_PROB -c -o p_udp.o p_udp.c | |
| mipsel-uclibc-gcc -D_GNU_SOURCE -Os -Wstrict-prototypes -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DUSE_IPV6 -isystem /home/oglop/tomato/release/src-rt/linux/linux-2.6/include -I../include -DRESOLVE_HOSTNAMES -DCONFIG_GACT -DCONFIG_GACT_PROB -c -o em_nbyte.o em_nbyte.c | |
| mipsel-uclibc-gcc -D_GNU_SOURCE -Os -Wstrict-prototypes -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DUSE_IPV6 -isystem /home/oglop/tomato/release/src-rt/linux/linux-2.6/include -I../include -DRESOLVE_HOSTNAMES -DCONFIG_GACT -DCONFIG_GACT_PROB -c -o em_cmp.o em_cmp.c | |
| mipsel-uclibc-gcc -D_GNU_SOURCE -Os -Wstrict-prototypes -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DUSE_IPV6 -isystem /home/oglop/tomato/release/src-rt/linux/linux-2.6/include -I../include -DRESOLVE_HOSTNAMES -DCONFIG_GACT -DCONFIG_GACT_PROB -c -o em_u32.o em_u32.c | |
| mipsel-uclibc-gcc -D_GNU_SOURCE -Os -Wstrict-prototypes -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DUSE_IPV6 -isystem /home/oglop/tomato/release/src-rt/linux/linux-2.6/include -I../include -DRESOLVE_HOSTNAMES -DCONFIG_GACT -DCONFIG_GACT_PROB -c -o em_meta.o em_meta.c | |
| mipsel-uclibc-gcc -Wl,-export-dynamic tc.o tc_qdisc.o tc_class.o tc_filter.o tc_util.o tc_monitor.o m_police.o m_estimator.o m_action.o m_ematch.o emp_ematch.yacc.o emp_ematch.lex.o q_fifo.o q_sfq.o q_red.o q_prio.o q_tbf.o q_cbq.o q_netem.o f_rsvp.o f_u32.o f_route.o f_fw.o f_basic.o q_dsmark.o q_gred.o f_tcindex.o q_ingress.o q_hfsc.o q_htb.o m_gact.o m_mirred.o m_ipt.o m_pedit.o p_ip.o p_icmp.o p_tcp.o p_udp.o em_nbyte.o em_cmp.o em_u32.o em_meta.o ../lib/libnetlink.a ../lib/libutil.a tc_core.o tc_red.o tc_cbq.o tc_estimator.o -L../lib -lnetlink -lutil -L. -ltc -lm -ldl -o tc | |
| rm emp_ematch.lex.c emp_ematch.yacc.c | |
| make[7]: Leaving directory '/home/oglop/tomato/release/src/router/iproute2/tc' | |
| make[6]: Leaving directory '/home/oglop/tomato/release/src/router/iproute2' | |
| \033[41;1m rom 10/97 \033[0m\033]2;rom 10/97\007 | |
| make[6]: Entering directory '/home/oglop/tomato/release/src/router/rom' | |
| make[6]: Leaving directory '/home/oglop/tomato/release/src/router/rom' | |
| \033[41;1m others 11/97 \033[0m\033]2;others 11/97\007 | |
| make[6]: Entering directory '/home/oglop/tomato/release/src/router/others' | |
| make[6]: Nothing to be done for 'all'. | |
| make[6]: Leaving directory '/home/oglop/tomato/release/src/router/others' | |
| cd openssl && \ | |
| ./Configure linux-mipsel --openssldir=/etc --cross-compile-prefix=' ' \ | |
| -ffunction-sections -fdata-sections -Wl,--gc-sections \ | |
| shared enable-rc5 \ | |
| no-sha0 no-smime no-camellia no-krb5 no-rmd160 no-ripemd \ | |
| no-seed no-capieng no-gms no-gmp no-rfc3779 \ | |
| no-err no-hw no-jpake \ | |
| no-zlib no-engines no-sse2 no-libunbound no-ssl-trace \ | |
| no-dtls1 no-store no-psk no-md2 no-mdc2 no-ts | |
| Configuring for linux-mipsel | |
| no-camellia [option] OPENSSL_NO_CAMELLIA (skip dir) | |
| no-capieng [option] OPENSSL_NO_CAPIENG (skip dir) | |
| no-dtls1 [option] OPENSSL_NO_DTLS1 (skip dir) | |
| no-ec_nistp_64_gcc_128 [default] OPENSSL_NO_EC_NISTP_64_GCC_128 (skip dir) | |
| no-engines [option] OPENSSL_NO_ENGINES (skip dir) | |
| no-err [option] OPENSSL_NO_ERR | |
| no-gmp [option] OPENSSL_NO_GMP (skip dir) | |
| no-gms [option] OPENSSL_NO_GMS (skip dir) | |
| no-hw [option] OPENSSL_NO_HW | |
| no-jpake [experimental] OPENSSL_NO_JPAKE (skip dir) | |
| no-krb5 [krb5-flavor not specified] OPENSSL_NO_KRB5 | |
| no-libunbound [experimental] OPENSSL_NO_LIBUNBOUND (skip dir) | |
| no-md2 [option] OPENSSL_NO_MD2 (skip dir) | |
| no-mdc2 [option] OPENSSL_NO_MDC2 (skip dir) | |
| no-psk [option] OPENSSL_NO_PSK (skip dir) | |
| no-rfc3779 [option] OPENSSL_NO_RFC3779 (skip dir) | |
| no-ripemd [option] OPENSSL_NO_RIPEMD (skip dir) | |
| no-rmd160 [option] OPENSSL_NO_RMD160 (skip dir) | |
| no-sctp [default] OPENSSL_NO_SCTP (skip dir) | |
| no-seed [option] OPENSSL_NO_SEED (skip dir) | |
| no-sha0 [option] OPENSSL_NO_SHA0 (skip dir) | |
| no-smime [option] OPENSSL_NO_SMIME (skip dir) | |
| no-sse2 [option] | |
| no-ssl-trace [option] OPENSSL_NO_SSL_TRACE (skip dir) | |
| no-ssl2 [default] OPENSSL_NO_SSL2 (skip dir) | |
| no-store [experimental] OPENSSL_NO_STORE (skip dir) | |
| no-ts [option] OPENSSL_NO_TS (skip dir) | |
| no-unit-test [default] OPENSSL_NO_UNIT_TEST (skip dir) | |
| no-weak-ssl-ciphers [default] OPENSSL_NO_WEAK_SSL_CIPHERS (skip dir) | |
| no-zlib [option] | |
| no-zlib-dynamic [default] | |
| IsMK1MF=0 | |
| CC =mipsel-uclibc-gcc | |
| CFLAG =-fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 $(EXTRACFLAGS) -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM | |
| EX_LIBS =-Wl,--gc-sections -ldl | |
| CPUID_OBJ =mem_clr.o | |
| BN_ASM =bn-mips.o mips-mont.o | |
| EC_ASM = | |
| DES_ENC =des_enc.o fcrypt_b.o | |
| AES_ENC =aes_cbc.o aes-mips.o | |
| BF_ENC =bf_enc.o | |
| CAST_ENC =c_enc.o | |
| RC4_ENC =rc4_enc.o rc4_skey.o | |
| RC5_ENC =rc5_enc.o | |
| MD5_OBJ_ASM = | |
| SHA1_OBJ_ASM =sha1-mips.o sha256-mips.o | |
| RMD160_OBJ_ASM= | |
| CMLL_ENC =camellia.o cmll_misc.o cmll_cbc.o | |
| MODES_OBJ = | |
| ENGINES_OBJ = | |
| PROCESSOR = | |
| RANLIB =mipsel-uclibc-ranlib | |
| ARFLAGS = | |
| PERL =/usr/bin/perl | |
| THIRTY_TWO_BIT mode | |
| DES_UNROLL used | |
| DES_INT used | |
| BN_LLONG mode | |
| RC4 uses uchar | |
| RC4_CHUNK is unsigned long | |
| BF_PTR used | |
| make[6]: Entering directory '/home/oglop/tomato/release/src/router/openssl' | |
| e_os2.h => include/openssl/e_os2.h | |
| making links in crypto... | |
| make[7]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto' | |
| crypto.h => ../include/openssl/crypto.h | |
| opensslv.h => ../include/openssl/opensslv.h | |
| opensslconf.h => ../include/openssl/opensslconf.h | |
| ebcdic.h => ../include/openssl/ebcdic.h | |
| symhacks.h => ../include/openssl/symhacks.h | |
| ossl_typ.h => ../include/openssl/ossl_typ.h | |
| constant_time_test.c => ../test/constant_time_test.c | |
| making links in crypto/objects... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/objects' | |
| objects.h => ../../include/openssl/objects.h | |
| obj_mac.h => ../../include/openssl/obj_mac.h | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/objects' | |
| making links in crypto/md4... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/md4' | |
| md4.h => ../../include/openssl/md4.h | |
| md4test.c => ../../test/md4test.c | |
| md4.c => ../../apps/md4.c | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/md4' | |
| making links in crypto/md5... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/md5' | |
| md5.h => ../../include/openssl/md5.h | |
| md5test.c => ../../test/md5test.c | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/md5' | |
| making links in crypto/sha... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/sha' | |
| sha.h => ../../include/openssl/sha.h | |
| shatest.c => ../../test/shatest.c | |
| sha1test.c => ../../test/sha1test.c | |
| sha256t.c => ../../test/sha256t.c | |
| sha512t.c => ../../test/sha512t.c | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/sha' | |
| making links in crypto/hmac... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/hmac' | |
| hmac.h => ../../include/openssl/hmac.h | |
| hmactest.c => ../../test/hmactest.c | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/hmac' | |
| making links in crypto/whrlpool... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/whrlpool' | |
| whrlpool.h => ../../include/openssl/whrlpool.h | |
| wp_test.c => ../../test/wp_test.c | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/whrlpool' | |
| making links in crypto/des... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/des' | |
| des.h => ../../include/openssl/des.h | |
| des_old.h => ../../include/openssl/des_old.h | |
| destest.c => ../../test/destest.c | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/des' | |
| making links in crypto/aes... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/aes' | |
| aes.h => ../../include/openssl/aes.h | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/aes' | |
| making links in crypto/rc2... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/rc2' | |
| rc2.h => ../../include/openssl/rc2.h | |
| rc2test.c => ../../test/rc2test.c | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/rc2' | |
| making links in crypto/rc4... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/rc4' | |
| rc4.h => ../../include/openssl/rc4.h | |
| rc4test.c => ../../test/rc4test.c | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/rc4' | |
| making links in crypto/rc5... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/rc5' | |
| rc5.h => ../../include/openssl/rc5.h | |
| rc5test.c => ../../test/rc5test.c | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/rc5' | |
| making links in crypto/idea... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/idea' | |
| idea.h => ../../include/openssl/idea.h | |
| ideatest.c => ../../test/ideatest.c | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/idea' | |
| making links in crypto/bf... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/bf' | |
| blowfish.h => ../../include/openssl/blowfish.h | |
| bftest.c => ../../test/bftest.c | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/bf' | |
| making links in crypto/cast... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/cast' | |
| cast.h => ../../include/openssl/cast.h | |
| casttest.c => ../../test/casttest.c | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/cast' | |
| making links in crypto/modes... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/modes' | |
| modes.h => ../../include/openssl/modes.h | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/modes' | |
| making links in crypto/bn... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/bn' | |
| bn.h => ../../include/openssl/bn.h | |
| bntest.c => ../../test/bntest.c | |
| exptest.c => ../../test/exptest.c | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/bn' | |
| making links in crypto/ec... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/ec' | |
| ec.h => ../../include/openssl/ec.h | |
| ectest.c => ../../test/ectest.c | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/ec' | |
| making links in crypto/rsa... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/rsa' | |
| rsa.h => ../../include/openssl/rsa.h | |
| rsa_test.c => ../../test/rsa_test.c | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/rsa' | |
| making links in crypto/dsa... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/dsa' | |
| dsa.h => ../../include/openssl/dsa.h | |
| dsatest.c => ../../test/dsatest.c | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/dsa' | |
| making links in crypto/ecdsa... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/ecdsa' | |
| ecdsa.h => ../../include/openssl/ecdsa.h | |
| ecdsatest.c => ../../test/ecdsatest.c | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/ecdsa' | |
| making links in crypto/dh... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/dh' | |
| dh.h => ../../include/openssl/dh.h | |
| dhtest.c => ../../test/dhtest.c | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/dh' | |
| making links in crypto/ecdh... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/ecdh' | |
| ecdh.h => ../../include/openssl/ecdh.h | |
| ecdhtest.c => ../../test/ecdhtest.c | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/ecdh' | |
| making links in crypto/dso... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/dso' | |
| dso.h => ../../include/openssl/dso.h | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/dso' | |
| making links in crypto/engine... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/engine' | |
| engine.h => ../../include/openssl/engine.h | |
| enginetest.c => ../../test/enginetest.c | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/engine' | |
| making links in crypto/buffer... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/buffer' | |
| buffer.h => ../../include/openssl/buffer.h | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/buffer' | |
| making links in crypto/bio... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/bio' | |
| bio.h => ../../include/openssl/bio.h | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/bio' | |
| making links in crypto/stack... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/stack' | |
| stack.h => ../../include/openssl/stack.h | |
| safestack.h => ../../include/openssl/safestack.h | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/stack' | |
| making links in crypto/lhash... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/lhash' | |
| lhash.h => ../../include/openssl/lhash.h | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/lhash' | |
| making links in crypto/rand... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/rand' | |
| rand.h => ../../include/openssl/rand.h | |
| randtest.c => ../../test/randtest.c | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/rand' | |
| making links in crypto/err... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/err' | |
| err.h => ../../include/openssl/err.h | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/err' | |
| making links in crypto/evp... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/evp' | |
| evp.h => ../../include/openssl/evp.h | |
| evp_test.c => ../../test/evp_test.c | |
| evp_extra_test.c => ../../test/evp_extra_test.c | |
| evptests.txt -> ../../test/evptests.txt | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/evp' | |
| making links in crypto/asn1... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/asn1' | |
| asn1.h => ../../include/openssl/asn1.h | |
| asn1_mac.h => ../../include/openssl/asn1_mac.h | |
| asn1t.h => ../../include/openssl/asn1t.h | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/asn1' | |
| making links in crypto/pem... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/pem' | |
| pem.h => ../../include/openssl/pem.h | |
| pem2.h => ../../include/openssl/pem2.h | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/pem' | |
| making links in crypto/x509... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/x509' | |
| x509.h => ../../include/openssl/x509.h | |
| x509_vfy.h => ../../include/openssl/x509_vfy.h | |
| verify_extra_test.c => ../../test/verify_extra_test.c | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/x509' | |
| making links in crypto/x509v3... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/x509v3' | |
| x509v3.h => ../../include/openssl/x509v3.h | |
| v3nametest.c => ../../test/v3nametest.c | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/x509v3' | |
| making links in crypto/conf... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/conf' | |
| conf.h => ../../include/openssl/conf.h | |
| conf_api.h => ../../include/openssl/conf_api.h | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/conf' | |
| making links in crypto/txt_db... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/txt_db' | |
| txt_db.h => ../../include/openssl/txt_db.h | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/txt_db' | |
| making links in crypto/pkcs7... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/pkcs7' | |
| pkcs7.h => ../../include/openssl/pkcs7.h | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/pkcs7' | |
| making links in crypto/pkcs12... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/pkcs12' | |
| pkcs12.h => ../../include/openssl/pkcs12.h | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/pkcs12' | |
| making links in crypto/comp... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/comp' | |
| comp.h => ../../include/openssl/comp.h | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/comp' | |
| making links in crypto/ocsp... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/ocsp' | |
| ocsp.h => ../../include/openssl/ocsp.h | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/ocsp' | |
| making links in crypto/ui... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/ui' | |
| ui.h => ../../include/openssl/ui.h | |
| ui_compat.h => ../../include/openssl/ui_compat.h | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/ui' | |
| making links in crypto/cms... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/cms' | |
| cms.h => ../../include/openssl/cms.h | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/cms' | |
| making links in crypto/pqueue... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/pqueue' | |
| pqueue.h => ../../include/openssl/pqueue.h | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/pqueue' | |
| making links in crypto/srp... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/srp' | |
| srp.h => ../../include/openssl/srp.h | |
| srptest.c => ../../test/srptest.c | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/srp' | |
| making links in crypto/cmac... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/cmac' | |
| cmac.h => ../../include/openssl/cmac.h | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/cmac' | |
| make[7]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto' | |
| making links in ssl... | |
| make[7]: Entering directory '/home/oglop/tomato/release/src/router/openssl/ssl' | |
| ssl.h => ../include/openssl/ssl.h | |
| ssl2.h => ../include/openssl/ssl2.h | |
| ssl3.h => ../include/openssl/ssl3.h | |
| ssl23.h => ../include/openssl/ssl23.h | |
| tls1.h => ../include/openssl/tls1.h | |
| dtls1.h => ../include/openssl/dtls1.h | |
| kssl.h => ../include/openssl/kssl.h | |
| srtp.h => ../include/openssl/srtp.h | |
| ssltest.c => ../test/ssltest.c | |
| heartbeat_test.c => ../test/heartbeat_test.c | |
| clienthellotest.c => ../test/clienthellotest.c | |
| sslv2conftest.c => ../test/sslv2conftest.c | |
| dtlstest.c => ../test/dtlstest.c | |
| bad_dtls_test.c => ../test/bad_dtls_test.c | |
| make[7]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/ssl' | |
| making links in apps... | |
| make[7]: Entering directory '/home/oglop/tomato/release/src/router/openssl/apps' | |
| make[7]: Nothing to be done for 'links'. | |
| make[7]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/apps' | |
| generating dummy tests (if needed)... | |
| make[7]: Entering directory '/home/oglop/tomato/release/src/router/openssl/test' | |
| make[7]: Nothing to be done for 'generate'. | |
| make[7]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/test' | |
| make[6]: Leaving directory '/home/oglop/tomato/release/src/router/openssl' | |
| Configured for linux-mipsel. | |
| *** Because of configuration changes, you MUST do the following before | |
| *** building: | |
| make depend | |
| make[6]: Entering directory '/home/oglop/tomato/release/src/router/openssl' | |
| rm -f *.map *.so *.so.* *.dylib *.dll engines/*.so engines/*.dll engines/*.dylib *.a engines/*.a */lib */*/lib | |
| rm -f shlib/*.o *.o core a.out fluff rehash.time testlog make.log cctest cctest.c | |
| making clean in crypto... | |
| make[7]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto' | |
| rm -f buildinf.h *.s *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| making clean in crypto/objects... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/objects' | |
| rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/objects' | |
| making clean in crypto/md4... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/md4' | |
| rm -f asm/mx86unix.cpp *.o asm/*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/md4' | |
| making clean in crypto/md5... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/md5' | |
| rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/md5' | |
| making clean in crypto/sha... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/sha' | |
| rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/sha' | |
| making clean in crypto/hmac... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/hmac' | |
| rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/hmac' | |
| making clean in crypto/whrlpool... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/whrlpool' | |
| rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/whrlpool' | |
| making clean in crypto/des... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/des' | |
| rm -f *.s *.o *.obj des lib tags core .pure .nfs* *.old *.bak fluff | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/des' | |
| making clean in crypto/aes... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/aes' | |
| rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/aes' | |
| making clean in crypto/rc2... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/rc2' | |
| rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/rc2' | |
| making clean in crypto/rc4... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/rc4' | |
| rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/rc4' | |
| making clean in crypto/rc5... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/rc5' | |
| rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/rc5' | |
| making clean in crypto/idea... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/idea' | |
| rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/idea' | |
| making clean in crypto/bf... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/bf' | |
| rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/bf' | |
| making clean in crypto/cast... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/cast' | |
| rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/cast' | |
| making clean in crypto/modes... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/modes' | |
| rm -f *.s *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/modes' | |
| making clean in crypto/bn... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/bn' | |
| rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/bn' | |
| making clean in crypto/ec... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/ec' | |
| rm -f *.s *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/ec' | |
| making clean in crypto/rsa... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/rsa' | |
| rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/rsa' | |
| making clean in crypto/dsa... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/dsa' | |
| rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/dsa' | |
| making clean in crypto/ecdsa... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/ecdsa' | |
| rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/ecdsa' | |
| making clean in crypto/dh... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/dh' | |
| rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/dh' | |
| making clean in crypto/ecdh... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/ecdh' | |
| rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/ecdh' | |
| making clean in crypto/dso... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/dso' | |
| rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/dso' | |
| making clean in crypto/engine... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/engine' | |
| rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/engine' | |
| making clean in crypto/buffer... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/buffer' | |
| rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/buffer' | |
| making clean in crypto/bio... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/bio' | |
| rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/bio' | |
| making clean in crypto/stack... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/stack' | |
| rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/stack' | |
| making clean in crypto/lhash... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/lhash' | |
| rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/lhash' | |
| making clean in crypto/rand... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/rand' | |
| rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/rand' | |
| making clean in crypto/err... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/err' | |
| rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/err' | |
| making clean in crypto/evp... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/evp' | |
| rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/evp' | |
| making clean in crypto/asn1... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/asn1' | |
| rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/asn1' | |
| making clean in crypto/pem... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/pem' | |
| rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/pem' | |
| making clean in crypto/x509... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/x509' | |
| rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/x509' | |
| making clean in crypto/x509v3... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/x509v3' | |
| rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/x509v3' | |
| making clean in crypto/conf... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/conf' | |
| rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/conf' | |
| making clean in crypto/txt_db... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/txt_db' | |
| rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/txt_db' | |
| making clean in crypto/pkcs7... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/pkcs7' | |
| rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff enc dec sign verify | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/pkcs7' | |
| making clean in crypto/pkcs12... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/pkcs12' | |
| rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/pkcs12' | |
| making clean in crypto/comp... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/comp' | |
| rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/comp' | |
| making clean in crypto/ocsp... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/ocsp' | |
| rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/ocsp' | |
| making clean in crypto/ui... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/ui' | |
| rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/ui' | |
| making clean in crypto/cms... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/cms' | |
| rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/cms' | |
| making clean in crypto/pqueue... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/pqueue' | |
| rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/pqueue' | |
| making clean in crypto/srp... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/srp' | |
| rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/srp' | |
| making clean in crypto/cmac... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/cmac' | |
| rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/cmac' | |
| make[7]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto' | |
| making clean in ssl... | |
| make[7]: Entering directory '/home/oglop/tomato/release/src/router/openssl/ssl' | |
| rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | |
| make[7]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/ssl' | |
| making clean in apps... | |
| make[7]: Entering directory '/home/oglop/tomato/release/src/router/openssl/apps' | |
| rm -f *.o *.obj *.dll lib tags core .pure .nfs* *.old *.bak fluff openssl | |
| rm -f req | |
| make[7]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/apps' | |
| rm -f libcrypto.a libssl.a | |
| rm -f openssl.pc libssl.pc libcrypto.pc | |
| rm -f speed.* .pure | |
| rm -f ../openssl-1.0.2k.tar | |
| make[6]: Leaving directory '/home/oglop/tomato/release/src/router/openssl' | |
| \033[41;1m openssl 12/97 \033[0m\033]2;openssl 12/97\007 | |
| make[6]: Entering directory '/home/oglop/tomato/release/src/router/openssl' | |
| making all in crypto... | |
| make[7]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto' | |
| make[7]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. | |
| /usr/bin/perl ../util/mkbuildinf.pl "mipsel-uclibc-gcc -I. -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM" "linux-mipsel" >buildinf.h | |
| mipsel-uclibc-gcc -I. -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o cryptlib.o cryptlib.c | |
| mipsel-uclibc-gcc -I. -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o mem.o mem.c | |
| mipsel-uclibc-gcc -I. -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o mem_dbg.o mem_dbg.c | |
| mipsel-uclibc-gcc -I. -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o cversion.o cversion.c | |
| mipsel-uclibc-gcc -I. -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o ex_data.o ex_data.c | |
| mipsel-uclibc-gcc -I. -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o cpt_err.o cpt_err.c | |
| mipsel-uclibc-gcc -I. -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o ebcdic.o ebcdic.c | |
| mipsel-uclibc-gcc -I. -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o uid.o uid.c | |
| mipsel-uclibc-gcc -I. -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o o_time.o o_time.c | |
| mipsel-uclibc-gcc -I. -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o o_str.o o_str.c | |
| mipsel-uclibc-gcc -I. -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o o_dir.o o_dir.c | |
| mipsel-uclibc-gcc -I. -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o o_fips.o o_fips.c | |
| mipsel-uclibc-gcc -I. -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o o_init.o o_init.c | |
| mipsel-uclibc-gcc -I. -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o fips_ers.o fips_ers.c | |
| mipsel-uclibc-gcc -I. -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o mem_clr.o mem_clr.c | |
| ar r ../libcrypto.a cryptlib.o mem.o mem_dbg.o cversion.o ex_data.o cpt_err.o ebcdic.o uid.o o_time.o o_str.o o_dir.o o_fips.o o_init.o fips_ers.o mem_clr.o | |
| ar: creating ../libcrypto.a | |
| test -z "" || ar r ../libcrypto.a fipscanister.o | |
| ranlib ../libcrypto.a || echo Never mind. | |
| making all in crypto/objects... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/objects' | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o o_names.o o_names.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o obj_dat.o obj_dat.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o obj_lib.o obj_lib.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o obj_err.o obj_err.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o obj_xref.o obj_xref.c | |
| ar r ../../libcrypto.a o_names.o obj_dat.o obj_lib.o obj_err.o obj_xref.o | |
| ranlib ../../libcrypto.a || echo Never mind. | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/objects' | |
| making all in crypto/md4... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/md4' | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o md4_dgst.o md4_dgst.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o md4_one.o md4_one.c | |
| ar r ../../libcrypto.a md4_dgst.o md4_one.o | |
| ranlib ../../libcrypto.a || echo Never mind. | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/md4' | |
| making all in crypto/md5... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/md5' | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o md5_dgst.o md5_dgst.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o md5_one.o md5_one.c | |
| ar r ../../libcrypto.a md5_dgst.o md5_one.o | |
| ranlib ../../libcrypto.a || echo Never mind. | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/md5' | |
| making all in crypto/sha... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/sha' | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o sha_dgst.o sha_dgst.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o sha1dgst.o sha1dgst.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o sha_one.o sha_one.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o sha1_one.o sha1_one.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o sha256.o sha256.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o sha512.o sha512.c | |
| /usr/bin/perl asm/sha1-mips.pl o32 sha1-mips.S | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -c -o sha1-mips.o sha1-mips.S | |
| /usr/bin/perl asm/sha512-mips.pl o32 sha256-mips.S | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -c -o sha256-mips.o sha256-mips.S | |
| ar r ../../libcrypto.a sha_dgst.o sha1dgst.o sha_one.o sha1_one.o sha256.o sha512.o sha1-mips.o sha256-mips.o | |
| ranlib ../../libcrypto.a || echo Never mind. | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/sha' | |
| making all in crypto/hmac... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/hmac' | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o hmac.o hmac.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o hm_ameth.o hm_ameth.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o hm_pmeth.o hm_pmeth.c | |
| ar r ../../libcrypto.a hmac.o hm_ameth.o hm_pmeth.o | |
| ranlib ../../libcrypto.a || echo Never mind. | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/hmac' | |
| making all in crypto/whrlpool... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/whrlpool' | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o wp_dgst.o wp_dgst.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o wp_block.o wp_block.c | |
| ar r ../../libcrypto.a wp_dgst.o wp_block.o | |
| ranlib ../../libcrypto.a || echo Never mind. | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/whrlpool' | |
| making all in crypto/des... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/des' | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o set_key.o set_key.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o ecb_enc.o ecb_enc.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o cbc_enc.o cbc_enc.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o ecb3_enc.o ecb3_enc.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o cfb64enc.o cfb64enc.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o cfb64ede.o cfb64ede.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o cfb_enc.o cfb_enc.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o ofb64ede.o ofb64ede.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o enc_read.o enc_read.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o enc_writ.o enc_writ.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o ofb64enc.o ofb64enc.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o ofb_enc.o ofb_enc.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o str2key.o str2key.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o pcbc_enc.o pcbc_enc.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o qud_cksm.o qud_cksm.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o rand_key.o rand_key.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o des_enc.o des_enc.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o fcrypt_b.o fcrypt_b.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o fcrypt.o fcrypt.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o xcbc_enc.o xcbc_enc.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o rpc_enc.o rpc_enc.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o cbc_cksm.o cbc_cksm.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o ede_cbcm_enc.o ede_cbcm_enc.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o des_old.o des_old.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o des_old2.o des_old2.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o read2pwd.o read2pwd.c | |
| ar r ../../libcrypto.a set_key.o ecb_enc.o cbc_enc.o ecb3_enc.o cfb64enc.o cfb64ede.o cfb_enc.o ofb64ede.o enc_read.o enc_writ.o ofb64enc.o ofb_enc.o str2key.o pcbc_enc.o qud_cksm.o rand_key.o des_enc.o fcrypt_b.o fcrypt.o xcbc_enc.o rpc_enc.o cbc_cksm.o ede_cbcm_enc.o des_old.o des_old2.o read2pwd.o | |
| ranlib ../../libcrypto.a || echo Never mind. | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/des' | |
| making all in crypto/aes... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/aes' | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o aes_misc.o aes_misc.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o aes_ecb.o aes_ecb.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o aes_cfb.o aes_cfb.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o aes_ofb.o aes_ofb.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o aes_ctr.o aes_ctr.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o aes_ige.o aes_ige.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o aes_wrap.o aes_wrap.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o aes_cbc.o aes_cbc.c | |
| /usr/bin/perl asm/aes-mips.pl o32 aes-mips.S | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -c -o aes-mips.o aes-mips.S | |
| ar r ../../libcrypto.a aes_misc.o aes_ecb.o aes_cfb.o aes_ofb.o aes_ctr.o aes_ige.o aes_wrap.o aes_cbc.o aes-mips.o | |
| ranlib ../../libcrypto.a || echo Never mind. | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/aes' | |
| making all in crypto/rc2... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/rc2' | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o rc2_ecb.o rc2_ecb.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o rc2_skey.o rc2_skey.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o rc2_cbc.o rc2_cbc.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o rc2cfb64.o rc2cfb64.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o rc2ofb64.o rc2ofb64.c | |
| ar r ../../libcrypto.a rc2_ecb.o rc2_skey.o rc2_cbc.o rc2cfb64.o rc2ofb64.o | |
| ranlib ../../libcrypto.a || echo Never mind. | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/rc2' | |
| making all in crypto/rc4... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/rc4' | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o rc4_enc.o rc4_enc.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o rc4_skey.o rc4_skey.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o rc4_utl.o rc4_utl.c | |
| ar r ../../libcrypto.a rc4_enc.o rc4_skey.o rc4_utl.o | |
| ranlib ../../libcrypto.a || echo Never mind. | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/rc4' | |
| making all in crypto/rc5... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/rc5' | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o rc5_skey.o rc5_skey.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o rc5_ecb.o rc5_ecb.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o rc5_enc.o rc5_enc.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o rc5cfb64.o rc5cfb64.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o rc5ofb64.o rc5ofb64.c | |
| ar r ../../libcrypto.a rc5_skey.o rc5_ecb.o rc5_enc.o rc5cfb64.o rc5ofb64.o | |
| ranlib ../../libcrypto.a || echo Never mind. | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/rc5' | |
| making all in crypto/idea... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/idea' | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o i_cbc.o i_cbc.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o i_cfb64.o i_cfb64.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o i_ofb64.o i_ofb64.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o i_ecb.o i_ecb.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o i_skey.o i_skey.c | |
| ar r ../../libcrypto.a i_cbc.o i_cfb64.o i_ofb64.o i_ecb.o i_skey.o | |
| ranlib ../../libcrypto.a || echo Never mind. | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/idea' | |
| making all in crypto/bf... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/bf' | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o bf_skey.o bf_skey.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o bf_ecb.o bf_ecb.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o bf_enc.o bf_enc.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o bf_cfb64.o bf_cfb64.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o bf_ofb64.o bf_ofb64.c | |
| ar r ../../libcrypto.a bf_skey.o bf_ecb.o bf_enc.o bf_cfb64.o bf_ofb64.o | |
| ranlib ../../libcrypto.a || echo Never mind. | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/bf' | |
| making all in crypto/cast... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/cast' | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o c_skey.o c_skey.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o c_ecb.o c_ecb.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o c_enc.o c_enc.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o c_cfb64.o c_cfb64.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o c_ofb64.o c_ofb64.c | |
| ar r ../../libcrypto.a c_skey.o c_ecb.o c_enc.o c_cfb64.o c_ofb64.o | |
| ranlib ../../libcrypto.a || echo Never mind. | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/cast' | |
| making all in crypto/modes... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/modes' | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o cbc128.o cbc128.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o ctr128.o ctr128.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o cts128.o cts128.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o cfb128.o cfb128.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o ofb128.o ofb128.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o gcm128.o gcm128.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o ccm128.o ccm128.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o xts128.o xts128.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o wrap128.o wrap128.c | |
| ar r ../../libcrypto.a cbc128.o ctr128.o cts128.o cfb128.o ofb128.o gcm128.o ccm128.o xts128.o wrap128.o | |
| ranlib ../../libcrypto.a || echo Never mind. | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/modes' | |
| making all in crypto/bn... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/bn' | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o bn_add.o bn_add.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o bn_div.o bn_div.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o bn_exp.o bn_exp.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o bn_lib.o bn_lib.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o bn_ctx.o bn_ctx.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o bn_mul.o bn_mul.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o bn_mod.o bn_mod.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o bn_print.o bn_print.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o bn_rand.o bn_rand.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o bn_shift.o bn_shift.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o bn_word.o bn_word.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o bn_blind.o bn_blind.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o bn_kron.o bn_kron.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o bn_sqrt.o bn_sqrt.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o bn_gcd.o bn_gcd.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o bn_prime.o bn_prime.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o bn_err.o bn_err.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o bn_sqr.o bn_sqr.c | |
| /usr/bin/perl asm/mips.pl o32 bn-mips.s | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o bn-mips.o bn-mips.s | |
| /usr/bin/perl asm/mips-mont.pl o32 mips-mont.s | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o mips-mont.o mips-mont.s | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o bn_recp.o bn_recp.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o bn_mont.o bn_mont.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o bn_mpi.o bn_mpi.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o bn_exp2.o bn_exp2.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o bn_gf2m.o bn_gf2m.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o bn_nist.o bn_nist.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o bn_depr.o bn_depr.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o bn_const.o bn_const.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o bn_x931p.o bn_x931p.c | |
| ar r ../../libcrypto.a bn_add.o bn_div.o bn_exp.o bn_lib.o bn_ctx.o bn_mul.o bn_mod.o bn_print.o bn_rand.o bn_shift.o bn_word.o bn_blind.o bn_kron.o bn_sqrt.o bn_gcd.o bn_prime.o bn_err.o bn_sqr.o bn-mips.o mips-mont.o bn_recp.o bn_mont.o bn_mpi.o bn_exp2.o bn_gf2m.o bn_nist.o bn_depr.o bn_const.o bn_x931p.o | |
| ranlib ../../libcrypto.a || echo Never mind. | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/bn' | |
| making all in crypto/ec... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/ec' | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o ec_lib.o ec_lib.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o ecp_smpl.o ecp_smpl.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o ecp_mont.o ecp_mont.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o ecp_nist.o ecp_nist.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o ec_cvt.o ec_cvt.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o ec_mult.o ec_mult.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o ec_err.o ec_err.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o ec_curve.o ec_curve.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o ec_check.o ec_check.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o ec_print.o ec_print.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o ec_asn1.o ec_asn1.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o ec_key.o ec_key.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o ec2_smpl.o ec2_smpl.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o ec2_mult.o ec2_mult.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o ec_ameth.o ec_ameth.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o ec_pmeth.o ec_pmeth.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o eck_prn.o eck_prn.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o ecp_nistp224.o ecp_nistp224.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o ecp_nistp256.o ecp_nistp256.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o ecp_nistp521.o ecp_nistp521.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o ecp_nistputil.o ecp_nistputil.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o ecp_oct.o ecp_oct.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o ec2_oct.o ec2_oct.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o ec_oct.o ec_oct.c | |
| ar r ../../libcrypto.a ec_lib.o ecp_smpl.o ecp_mont.o ecp_nist.o ec_cvt.o ec_mult.o ec_err.o ec_curve.o ec_check.o ec_print.o ec_asn1.o ec_key.o ec2_smpl.o ec2_mult.o ec_ameth.o ec_pmeth.o eck_prn.o ecp_nistp224.o ecp_nistp256.o ecp_nistp521.o ecp_nistputil.o ecp_oct.o ec2_oct.o ec_oct.o | |
| ranlib ../../libcrypto.a || echo Never mind. | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/ec' | |
| making all in crypto/rsa... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/rsa' | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o rsa_eay.o rsa_eay.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o rsa_gen.o rsa_gen.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o rsa_lib.o rsa_lib.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o rsa_sign.o rsa_sign.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o rsa_saos.o rsa_saos.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o rsa_err.o rsa_err.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o rsa_pk1.o rsa_pk1.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o rsa_ssl.o rsa_ssl.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o rsa_none.o rsa_none.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o rsa_oaep.o rsa_oaep.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o rsa_chk.o rsa_chk.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o rsa_null.o rsa_null.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o rsa_pss.o rsa_pss.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o rsa_x931.o rsa_x931.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o rsa_asn1.o rsa_asn1.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o rsa_depr.o rsa_depr.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o rsa_ameth.o rsa_ameth.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o rsa_prn.o rsa_prn.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o rsa_pmeth.o rsa_pmeth.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o rsa_crpt.o rsa_crpt.c | |
| ar r ../../libcrypto.a rsa_eay.o rsa_gen.o rsa_lib.o rsa_sign.o rsa_saos.o rsa_err.o rsa_pk1.o rsa_ssl.o rsa_none.o rsa_oaep.o rsa_chk.o rsa_null.o rsa_pss.o rsa_x931.o rsa_asn1.o rsa_depr.o rsa_ameth.o rsa_prn.o rsa_pmeth.o rsa_crpt.o | |
| ranlib ../../libcrypto.a || echo Never mind. | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/rsa' | |
| making all in crypto/dsa... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/dsa' | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o dsa_gen.o dsa_gen.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o dsa_key.o dsa_key.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o dsa_lib.o dsa_lib.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o dsa_asn1.o dsa_asn1.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o dsa_vrf.o dsa_vrf.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o dsa_sign.o dsa_sign.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o dsa_err.o dsa_err.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o dsa_ossl.o dsa_ossl.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o dsa_depr.o dsa_depr.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o dsa_ameth.o dsa_ameth.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o dsa_pmeth.o dsa_pmeth.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o dsa_prn.o dsa_prn.c | |
| ar r ../../libcrypto.a dsa_gen.o dsa_key.o dsa_lib.o dsa_asn1.o dsa_vrf.o dsa_sign.o dsa_err.o dsa_ossl.o dsa_depr.o dsa_ameth.o dsa_pmeth.o dsa_prn.o | |
| ranlib ../../libcrypto.a || echo Never mind. | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/dsa' | |
| making all in crypto/ecdsa... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/ecdsa' | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o ecs_lib.o ecs_lib.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o ecs_asn1.o ecs_asn1.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o ecs_ossl.o ecs_ossl.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o ecs_sign.o ecs_sign.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o ecs_vrf.o ecs_vrf.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o ecs_err.o ecs_err.c | |
| ar r ../../libcrypto.a ecs_lib.o ecs_asn1.o ecs_ossl.o ecs_sign.o ecs_vrf.o ecs_err.o | |
| ranlib ../../libcrypto.a || echo Never mind. | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/ecdsa' | |
| making all in crypto/dh... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/dh' | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o dh_asn1.o dh_asn1.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o dh_gen.o dh_gen.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o dh_key.o dh_key.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o dh_lib.o dh_lib.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o dh_check.o dh_check.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o dh_err.o dh_err.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o dh_depr.o dh_depr.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o dh_ameth.o dh_ameth.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o dh_pmeth.o dh_pmeth.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o dh_prn.o dh_prn.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o dh_rfc5114.o dh_rfc5114.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o dh_kdf.o dh_kdf.c | |
| ar r ../../libcrypto.a dh_asn1.o dh_gen.o dh_key.o dh_lib.o dh_check.o dh_err.o dh_depr.o dh_ameth.o dh_pmeth.o dh_prn.o dh_rfc5114.o dh_kdf.o | |
| ranlib ../../libcrypto.a || echo Never mind. | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/dh' | |
| making all in crypto/ecdh... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/ecdh' | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o ech_lib.o ech_lib.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o ech_ossl.o ech_ossl.c | |
| ech_ossl.c: In function 'ecdh_compute_key': | |
| ech_ossl.c:119: warning: 'buflen' may be used uninitialized in this function | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o ech_key.o ech_key.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o ech_err.o ech_err.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o ech_kdf.o ech_kdf.c | |
| ar r ../../libcrypto.a ech_lib.o ech_ossl.o ech_key.o ech_err.o ech_kdf.o | |
| ranlib ../../libcrypto.a || echo Never mind. | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/ecdh' | |
| making all in crypto/dso... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/dso' | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o dso_dl.o dso_dl.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o dso_dlfcn.o dso_dlfcn.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o dso_err.o dso_err.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o dso_lib.o dso_lib.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o dso_null.o dso_null.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o dso_openssl.o dso_openssl.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o dso_win32.o dso_win32.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o dso_vms.o dso_vms.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o dso_beos.o dso_beos.c | |
| ar r ../../libcrypto.a dso_dl.o dso_dlfcn.o dso_err.o dso_lib.o dso_null.o dso_openssl.o dso_win32.o dso_vms.o dso_beos.o | |
| ranlib ../../libcrypto.a || echo Never mind. | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/dso' | |
| making all in crypto/engine... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/engine' | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o eng_err.o eng_err.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o eng_lib.o eng_lib.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o eng_list.o eng_list.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o eng_init.o eng_init.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o eng_ctrl.o eng_ctrl.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o eng_table.o eng_table.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o eng_pkey.o eng_pkey.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o eng_fat.o eng_fat.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o eng_all.o eng_all.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o tb_rsa.o tb_rsa.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o tb_dsa.o tb_dsa.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o tb_ecdsa.o tb_ecdsa.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o tb_dh.o tb_dh.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o tb_ecdh.o tb_ecdh.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o tb_rand.o tb_rand.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o tb_store.o tb_store.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o tb_cipher.o tb_cipher.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o tb_digest.o tb_digest.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o tb_pkmeth.o tb_pkmeth.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o tb_asnmth.o tb_asnmth.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o eng_openssl.o eng_openssl.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o eng_cnf.o eng_cnf.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o eng_dyn.o eng_dyn.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o eng_cryptodev.o eng_cryptodev.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o eng_rdrand.o eng_rdrand.c | |
| ar r ../../libcrypto.a eng_err.o eng_lib.o eng_list.o eng_init.o eng_ctrl.o eng_table.o eng_pkey.o eng_fat.o eng_all.o tb_rsa.o tb_dsa.o tb_ecdsa.o tb_dh.o tb_ecdh.o tb_rand.o tb_store.o tb_cipher.o tb_digest.o tb_pkmeth.o tb_asnmth.o eng_openssl.o eng_cnf.o eng_dyn.o eng_cryptodev.o eng_rdrand.o | |
| ranlib ../../libcrypto.a || echo Never mind. | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/engine' | |
| making all in crypto/buffer... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/buffer' | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o buffer.o buffer.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o buf_str.o buf_str.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o buf_err.o buf_err.c | |
| ar r ../../libcrypto.a buffer.o buf_str.o buf_err.o | |
| ranlib ../../libcrypto.a || echo Never mind. | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/buffer' | |
| making all in crypto/bio... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/bio' | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o bio_lib.o bio_lib.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o bio_cb.o bio_cb.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o bio_err.o bio_err.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o bss_mem.o bss_mem.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o bss_null.o bss_null.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o bss_fd.o bss_fd.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o bss_file.o bss_file.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o bss_sock.o bss_sock.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o bss_conn.o bss_conn.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o bf_null.o bf_null.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o bf_buff.o bf_buff.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o b_print.o b_print.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o b_dump.o b_dump.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o b_sock.o b_sock.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o bss_acpt.o bss_acpt.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o bf_nbio.o bf_nbio.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o bss_log.o bss_log.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o bss_bio.o bss_bio.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o bss_dgram.o bss_dgram.c | |
| ar r ../../libcrypto.a bio_lib.o bio_cb.o bio_err.o bss_mem.o bss_null.o bss_fd.o bss_file.o bss_sock.o bss_conn.o bf_null.o bf_buff.o b_print.o b_dump.o b_sock.o bss_acpt.o bf_nbio.o bss_log.o bss_bio.o bss_dgram.o | |
| ranlib ../../libcrypto.a || echo Never mind. | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/bio' | |
| making all in crypto/stack... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/stack' | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o stack.o stack.c | |
| ar r ../../libcrypto.a stack.o | |
| ranlib ../../libcrypto.a || echo Never mind. | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/stack' | |
| making all in crypto/lhash... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/lhash' | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o lhash.o lhash.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o lh_stats.o lh_stats.c | |
| ar r ../../libcrypto.a lhash.o lh_stats.o | |
| ranlib ../../libcrypto.a || echo Never mind. | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/lhash' | |
| making all in crypto/rand... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/rand' | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o md_rand.o md_rand.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o randfile.o randfile.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o rand_lib.o rand_lib.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o rand_err.o rand_err.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o rand_egd.o rand_egd.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o rand_win.o rand_win.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o rand_unix.o rand_unix.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o rand_os2.o rand_os2.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o rand_nw.o rand_nw.c | |
| ar r ../../libcrypto.a md_rand.o randfile.o rand_lib.o rand_err.o rand_egd.o rand_win.o rand_unix.o rand_os2.o rand_nw.o | |
| ranlib ../../libcrypto.a || echo Never mind. | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/rand' | |
| making all in crypto/err... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/err' | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o err.o err.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o err_all.o err_all.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o err_prn.o err_prn.c | |
| ar r ../../libcrypto.a err.o err_all.o err_prn.o | |
| ranlib ../../libcrypto.a || echo Never mind. | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/err' | |
| making all in crypto/evp... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/evp' | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o encode.o encode.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o digest.o digest.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o evp_enc.o evp_enc.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o evp_key.o evp_key.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o evp_acnf.o evp_acnf.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o evp_cnf.o evp_cnf.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o e_des.o e_des.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o e_bf.o e_bf.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o e_idea.o e_idea.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o e_des3.o e_des3.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o e_camellia.o e_camellia.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o e_rc4.o e_rc4.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o e_aes.o e_aes.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o names.o names.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o e_seed.o e_seed.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o e_xcbc_d.o e_xcbc_d.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o e_rc2.o e_rc2.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o e_cast.o e_cast.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o e_rc5.o e_rc5.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o m_null.o m_null.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o m_md2.o m_md2.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o m_md4.o m_md4.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o m_md5.o m_md5.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o m_sha.o m_sha.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o m_sha1.o m_sha1.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o m_wp.o m_wp.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o m_dss.o m_dss.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o m_dss1.o m_dss1.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o m_mdc2.o m_mdc2.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o m_ripemd.o m_ripemd.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o m_ecdsa.o m_ecdsa.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o p_open.o p_open.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o p_seal.o p_seal.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o p_sign.o p_sign.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o p_verify.o p_verify.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o p_lib.o p_lib.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o p_enc.o p_enc.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o p_dec.o p_dec.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o bio_md.o bio_md.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o bio_b64.o bio_b64.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o bio_enc.o bio_enc.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o evp_err.o evp_err.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o e_null.o e_null.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o c_all.o c_all.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o c_allc.o c_allc.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o c_alld.o c_alld.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o evp_lib.o evp_lib.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o bio_ok.o bio_ok.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o evp_pkey.o evp_pkey.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o evp_pbe.o evp_pbe.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o p5_crpt.o p5_crpt.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o p5_crpt2.o p5_crpt2.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o e_old.o e_old.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o pmeth_lib.o pmeth_lib.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o pmeth_fn.o pmeth_fn.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o pmeth_gn.o pmeth_gn.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o m_sigver.o m_sigver.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o e_aes_cbc_hmac_sha1.o e_aes_cbc_hmac_sha1.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o e_aes_cbc_hmac_sha256.o e_aes_cbc_hmac_sha256.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o e_rc4_hmac_md5.o e_rc4_hmac_md5.c | |
| ar r ../../libcrypto.a encode.o digest.o evp_enc.o evp_key.o evp_acnf.o evp_cnf.o e_des.o e_bf.o e_idea.o e_des3.o e_camellia.o e_rc4.o e_aes.o names.o e_seed.o e_xcbc_d.o e_rc2.o e_cast.o e_rc5.o m_null.o m_md2.o m_md4.o m_md5.o m_sha.o m_sha1.o m_wp.o m_dss.o m_dss1.o m_mdc2.o m_ripemd.o m_ecdsa.o p_open.o p_seal.o p_sign.o p_verify.o p_lib.o p_enc.o p_dec.o bio_md.o bio_b64.o bio_enc.o evp_err.o e_null.o c_all.o c_allc.o c_alld.o evp_lib.o bio_ok.o evp_pkey.o evp_pbe.o p5_crpt.o p5_crpt2.o e_old.o pmeth_lib.o pmeth_fn.o pmeth_gn.o m_sigver.o e_aes_cbc_hmac_sha1.o e_aes_cbc_hmac_sha256.o e_rc4_hmac_md5.o | |
| ranlib ../../libcrypto.a || echo Never mind. | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/evp' | |
| making all in crypto/asn1... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/asn1' | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o a_object.o a_object.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o a_bitstr.o a_bitstr.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o a_utctm.o a_utctm.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o a_gentm.o a_gentm.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o a_time.o a_time.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o a_int.o a_int.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o a_octet.o a_octet.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o a_print.o a_print.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o a_type.o a_type.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o a_set.o a_set.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o a_dup.o a_dup.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o a_d2i_fp.o a_d2i_fp.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o a_i2d_fp.o a_i2d_fp.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o a_enum.o a_enum.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o a_utf8.o a_utf8.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o a_sign.o a_sign.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o a_digest.o a_digest.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o a_verify.o a_verify.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o a_mbstr.o a_mbstr.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o a_strex.o a_strex.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o x_algor.o x_algor.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o x_val.o x_val.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o x_pubkey.o x_pubkey.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o x_sig.o x_sig.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o x_req.o x_req.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o x_attrib.o x_attrib.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o x_bignum.o x_bignum.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o x_long.o x_long.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o x_name.o x_name.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o x_x509.o x_x509.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o x_x509a.o x_x509a.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o x_crl.o x_crl.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o x_info.o x_info.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o x_spki.o x_spki.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o nsseq.o nsseq.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o x_nx509.o x_nx509.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o d2i_pu.o d2i_pu.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o d2i_pr.o d2i_pr.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o i2d_pu.o i2d_pu.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o i2d_pr.o i2d_pr.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o t_req.o t_req.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o t_x509.o t_x509.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o t_x509a.o t_x509a.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o t_crl.o t_crl.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o t_pkey.o t_pkey.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o t_spki.o t_spki.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o t_bitst.o t_bitst.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o tasn_new.o tasn_new.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o tasn_fre.o tasn_fre.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o tasn_enc.o tasn_enc.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o tasn_dec.o tasn_dec.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o tasn_utl.o tasn_utl.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o tasn_typ.o tasn_typ.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o tasn_prn.o tasn_prn.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o ameth_lib.o ameth_lib.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o f_int.o f_int.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o f_string.o f_string.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o n_pkey.o n_pkey.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o f_enum.o f_enum.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o x_pkey.o x_pkey.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o a_bool.o a_bool.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o x_exten.o x_exten.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o bio_asn1.o bio_asn1.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o bio_ndef.o bio_ndef.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o asn_mime.o asn_mime.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o asn1_gen.o asn1_gen.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o asn1_par.o asn1_par.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o asn1_lib.o asn1_lib.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o asn1_err.o asn1_err.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o a_bytes.o a_bytes.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o a_strnid.o a_strnid.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o evp_asn1.o evp_asn1.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o asn_pack.o asn_pack.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o p5_pbe.o p5_pbe.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o p5_pbev2.o p5_pbev2.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o p8_pkey.o p8_pkey.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o asn_moid.o asn_moid.c | |
| ar r ../../libcrypto.a a_object.o a_bitstr.o a_utctm.o a_gentm.o a_time.o a_int.o a_octet.o a_print.o a_type.o a_set.o a_dup.o a_d2i_fp.o a_i2d_fp.o a_enum.o a_utf8.o a_sign.o a_digest.o a_verify.o a_mbstr.o a_strex.o x_algor.o x_val.o x_pubkey.o x_sig.o x_req.o x_attrib.o x_bignum.o x_long.o x_name.o x_x509.o x_x509a.o x_crl.o x_info.o x_spki.o nsseq.o x_nx509.o d2i_pu.o d2i_pr.o i2d_pu.o i2d_pr.o t_req.o t_x509.o t_x509a.o t_crl.o t_pkey.o t_spki.o t_bitst.o tasn_new.o tasn_fre.o tasn_enc.o tasn_dec.o tasn_utl.o tasn_typ.o tasn_prn.o ameth_lib.o f_int.o f_string.o n_pkey.o f_enum.o x_pkey.o a_bool.o x_exten.o bio_asn1.o bio_ndef.o asn_mime.o asn1_gen.o asn1_par.o asn1_lib.o asn1_err.o a_bytes.o a_strnid.o evp_asn1.o asn_pack.o p5_pbe.o p5_pbev2.o p8_pkey.o asn_moid.o | |
| ranlib ../../libcrypto.a || echo Never mind. | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/asn1' | |
| making all in crypto/pem... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/pem' | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o pem_sign.o pem_sign.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o pem_seal.o pem_seal.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o pem_info.o pem_info.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o pem_lib.o pem_lib.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o pem_all.o pem_all.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o pem_err.o pem_err.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o pem_x509.o pem_x509.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o pem_xaux.o pem_xaux.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o pem_oth.o pem_oth.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o pem_pk8.o pem_pk8.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o pem_pkey.o pem_pkey.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o pvkfmt.o pvkfmt.c | |
| ar r ../../libcrypto.a pem_sign.o pem_seal.o pem_info.o pem_lib.o pem_all.o pem_err.o pem_x509.o pem_xaux.o pem_oth.o pem_pk8.o pem_pkey.o pvkfmt.o | |
| ranlib ../../libcrypto.a || echo Never mind. | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/pem' | |
| making all in crypto/x509... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/x509' | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o x509_def.o x509_def.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o x509_d2.o x509_d2.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o x509_r2x.o x509_r2x.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o x509_cmp.o x509_cmp.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o x509_obj.o x509_obj.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o x509_req.o x509_req.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o x509spki.o x509spki.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o x509_vfy.o x509_vfy.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o x509_set.o x509_set.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o x509cset.o x509cset.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o x509rset.o x509rset.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o x509_err.o x509_err.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o x509name.o x509name.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o x509_v3.o x509_v3.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o x509_ext.o x509_ext.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o x509_att.o x509_att.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o x509type.o x509type.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o x509_lu.o x509_lu.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o x_all.o x_all.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o x509_txt.o x509_txt.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o x509_trs.o x509_trs.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o by_file.o by_file.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o by_dir.o by_dir.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o x509_vpm.o x509_vpm.c | |
| x509_vpm.c: In function 'X509_VERIFY_PARAM_set1_ip': | |
| x509_vpm.c:500: warning: dereferencing type-punned pointer will break strict-aliasing rules | |
| ar r ../../libcrypto.a x509_def.o x509_d2.o x509_r2x.o x509_cmp.o x509_obj.o x509_req.o x509spki.o x509_vfy.o x509_set.o x509cset.o x509rset.o x509_err.o x509name.o x509_v3.o x509_ext.o x509_att.o x509type.o x509_lu.o x_all.o x509_txt.o x509_trs.o by_file.o by_dir.o x509_vpm.o | |
| ranlib ../../libcrypto.a || echo Never mind. | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/x509' | |
| making all in crypto/x509v3... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/x509v3' | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o v3_bcons.o v3_bcons.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o v3_bitst.o v3_bitst.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o v3_conf.o v3_conf.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o v3_extku.o v3_extku.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o v3_ia5.o v3_ia5.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o v3_lib.o v3_lib.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o v3_prn.o v3_prn.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o v3_utl.o v3_utl.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o v3err.o v3err.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o v3_genn.o v3_genn.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o v3_alt.o v3_alt.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o v3_skey.o v3_skey.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o v3_akey.o v3_akey.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o v3_pku.o v3_pku.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o v3_int.o v3_int.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o v3_enum.o v3_enum.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o v3_sxnet.o v3_sxnet.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o v3_cpols.o v3_cpols.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o v3_crld.o v3_crld.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o v3_purp.o v3_purp.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o v3_info.o v3_info.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o v3_ocsp.o v3_ocsp.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o v3_akeya.o v3_akeya.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o v3_pmaps.o v3_pmaps.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o v3_pcons.o v3_pcons.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o v3_ncons.o v3_ncons.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o v3_pcia.o v3_pcia.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o v3_pci.o v3_pci.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o pcy_cache.o pcy_cache.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o pcy_node.o pcy_node.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o pcy_data.o pcy_data.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o pcy_map.o pcy_map.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o pcy_tree.o pcy_tree.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o pcy_lib.o pcy_lib.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o v3_asid.o v3_asid.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o v3_addr.o v3_addr.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o v3_scts.o v3_scts.c | |
| ar r ../../libcrypto.a v3_bcons.o v3_bitst.o v3_conf.o v3_extku.o v3_ia5.o v3_lib.o v3_prn.o v3_utl.o v3err.o v3_genn.o v3_alt.o v3_skey.o v3_akey.o v3_pku.o v3_int.o v3_enum.o v3_sxnet.o v3_cpols.o v3_crld.o v3_purp.o v3_info.o v3_ocsp.o v3_akeya.o v3_pmaps.o v3_pcons.o v3_ncons.o v3_pcia.o v3_pci.o pcy_cache.o pcy_node.o pcy_data.o pcy_map.o pcy_tree.o pcy_lib.o v3_asid.o v3_addr.o v3_scts.o | |
| ranlib ../../libcrypto.a || echo Never mind. | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/x509v3' | |
| making all in crypto/conf... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/conf' | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o conf_err.o conf_err.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o conf_lib.o conf_lib.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o conf_api.o conf_api.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o conf_def.o conf_def.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o conf_mod.o conf_mod.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o conf_mall.o conf_mall.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o conf_sap.o conf_sap.c | |
| ar r ../../libcrypto.a conf_err.o conf_lib.o conf_api.o conf_def.o conf_mod.o conf_mall.o conf_sap.o | |
| ranlib ../../libcrypto.a || echo Never mind. | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/conf' | |
| making all in crypto/txt_db... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/txt_db' | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o txt_db.o txt_db.c | |
| ar r ../../libcrypto.a txt_db.o | |
| ranlib ../../libcrypto.a || echo Never mind. | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/txt_db' | |
| making all in crypto/pkcs7... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/pkcs7' | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o pk7_asn1.o pk7_asn1.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o pk7_lib.o pk7_lib.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o pkcs7err.o pkcs7err.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o pk7_doit.o pk7_doit.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o pk7_smime.o pk7_smime.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o pk7_attr.o pk7_attr.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o pk7_mime.o pk7_mime.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o bio_pk7.o bio_pk7.c | |
| ar r ../../libcrypto.a pk7_asn1.o pk7_lib.o pkcs7err.o pk7_doit.o pk7_smime.o pk7_attr.o pk7_mime.o bio_pk7.o | |
| ranlib ../../libcrypto.a || echo Never mind. | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/pkcs7' | |
| making all in crypto/pkcs12... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/pkcs12' | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o p12_add.o p12_add.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o p12_asn.o p12_asn.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o p12_attr.o p12_attr.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o p12_crpt.o p12_crpt.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o p12_crt.o p12_crt.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o p12_decr.o p12_decr.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o p12_init.o p12_init.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o p12_key.o p12_key.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o p12_kiss.o p12_kiss.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o p12_mutl.o p12_mutl.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o p12_utl.o p12_utl.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o p12_npas.o p12_npas.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o pk12err.o pk12err.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o p12_p8d.o p12_p8d.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o p12_p8e.o p12_p8e.c | |
| ar r ../../libcrypto.a p12_add.o p12_asn.o p12_attr.o p12_crpt.o p12_crt.o p12_decr.o p12_init.o p12_key.o p12_kiss.o p12_mutl.o p12_utl.o p12_npas.o pk12err.o p12_p8d.o p12_p8e.o | |
| ranlib ../../libcrypto.a || echo Never mind. | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/pkcs12' | |
| making all in crypto/comp... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/comp' | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o comp_lib.o comp_lib.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o comp_err.o comp_err.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o c_rle.o c_rle.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o c_zlib.o c_zlib.c | |
| ar r ../../libcrypto.a comp_lib.o comp_err.o c_rle.o c_zlib.o | |
| ranlib ../../libcrypto.a || echo Never mind. | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/comp' | |
| making all in crypto/ocsp... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/ocsp' | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o ocsp_asn.o ocsp_asn.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o ocsp_ext.o ocsp_ext.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o ocsp_ht.o ocsp_ht.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o ocsp_lib.o ocsp_lib.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o ocsp_cl.o ocsp_cl.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o ocsp_srv.o ocsp_srv.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o ocsp_prn.o ocsp_prn.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o ocsp_vfy.o ocsp_vfy.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o ocsp_err.o ocsp_err.c | |
| ar r ../../libcrypto.a ocsp_asn.o ocsp_ext.o ocsp_ht.o ocsp_lib.o ocsp_cl.o ocsp_srv.o ocsp_prn.o ocsp_vfy.o ocsp_err.o | |
| ranlib ../../libcrypto.a || echo Never mind. | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/ocsp' | |
| making all in crypto/ui... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/ui' | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o ui_err.o ui_err.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o ui_lib.o ui_lib.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o ui_openssl.o ui_openssl.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o ui_util.o ui_util.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o ui_compat.o ui_compat.c | |
| ar r ../../libcrypto.a ui_err.o ui_lib.o ui_openssl.o ui_util.o ui_compat.o | |
| ranlib ../../libcrypto.a || echo Never mind. | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/ui' | |
| making all in crypto/cms... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/cms' | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o cms_lib.o cms_lib.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o cms_asn1.o cms_asn1.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o cms_att.o cms_att.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o cms_io.o cms_io.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o cms_smime.o cms_smime.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o cms_err.o cms_err.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o cms_sd.o cms_sd.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o cms_dd.o cms_dd.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o cms_cd.o cms_cd.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o cms_env.o cms_env.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o cms_enc.o cms_enc.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o cms_ess.o cms_ess.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o cms_pwri.o cms_pwri.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o cms_kari.o cms_kari.c | |
| ar r ../../libcrypto.a cms_lib.o cms_asn1.o cms_att.o cms_io.o cms_smime.o cms_err.o cms_sd.o cms_dd.o cms_cd.o cms_env.o cms_enc.o cms_ess.o cms_pwri.o cms_kari.o | |
| ranlib ../../libcrypto.a || echo Never mind. | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/cms' | |
| making all in crypto/pqueue... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/pqueue' | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o pqueue.o pqueue.c | |
| ar r ../../libcrypto.a pqueue.o | |
| ranlib ../../libcrypto.a || echo Never mind. | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/pqueue' | |
| making all in crypto/srp... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/srp' | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o srp_lib.o srp_lib.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o srp_vfy.o srp_vfy.c | |
| ar r ../../libcrypto.a srp_lib.o srp_vfy.o | |
| ranlib ../../libcrypto.a || echo Never mind. | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/srp' | |
| making all in crypto/cmac... | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/crypto/cmac' | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o cmac.o cmac.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o cm_ameth.o cm_ameth.c | |
| mipsel-uclibc-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o cm_pmeth.o cm_pmeth.c | |
| cm_pmeth.c: In function 'pkey_cmac_ctrl_str': | |
| cm_pmeth.c:169: warning: passing argument 4 of 'pkey_cmac_ctrl' discards qualifiers from pointer target type | |
| ar r ../../libcrypto.a cmac.o cm_ameth.o cm_pmeth.o | |
| ranlib ../../libcrypto.a || echo Never mind. | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto/cmac' | |
| if [ -n "libcrypto.so.1.0.0 libssl.so.1.0.0" ]; then \ | |
| (cd ..; make libcrypto.so.1.0.0); \ | |
| fi | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl' | |
| [ -z "" ] || mipsel-uclibc-gcc -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -Iinclude \ | |
| -DFINGERPRINT_PREMAIN_DSO_LOAD -o fips_premain_dso \ | |
| fips_premain.c fipscanister.o \ | |
| libcrypto.a -Wl,--gc-sections -ldl | |
| make[9]: Entering directory '/home/oglop/tomato/release/src/router/openssl' | |
| make[10]: Entering directory '/home/oglop/tomato/release/src/router/openssl' | |
| make[10]: Leaving directory '/home/oglop/tomato/release/src/router/openssl' | |
| make[10]: Entering directory '/home/oglop/tomato/release/src/router/openssl' | |
| make[10]: Leaving directory '/home/oglop/tomato/release/src/router/openssl' | |
| make[9]: Leaving directory '/home/oglop/tomato/release/src/router/openssl' | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl' | |
| make[7]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/crypto' | |
| making all in ssl... | |
| make[7]: Entering directory '/home/oglop/tomato/release/src/router/openssl/ssl' | |
| make[7]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. | |
| mipsel-uclibc-gcc -I../crypto -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o s2_meth.o s2_meth.c | |
| mipsel-uclibc-gcc -I../crypto -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o s2_srvr.o s2_srvr.c | |
| mipsel-uclibc-gcc -I../crypto -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o s2_clnt.o s2_clnt.c | |
| mipsel-uclibc-gcc -I../crypto -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o s2_lib.o s2_lib.c | |
| mipsel-uclibc-gcc -I../crypto -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o s2_enc.o s2_enc.c | |
| mipsel-uclibc-gcc -I../crypto -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o s2_pkt.o s2_pkt.c | |
| mipsel-uclibc-gcc -I../crypto -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o s3_meth.o s3_meth.c | |
| mipsel-uclibc-gcc -I../crypto -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o s3_srvr.o s3_srvr.c | |
| mipsel-uclibc-gcc -I../crypto -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o s3_clnt.o s3_clnt.c | |
| mipsel-uclibc-gcc -I../crypto -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o s3_lib.o s3_lib.c | |
| mipsel-uclibc-gcc -I../crypto -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o s3_enc.o s3_enc.c | |
| mipsel-uclibc-gcc -I../crypto -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o s3_pkt.o s3_pkt.c | |
| mipsel-uclibc-gcc -I../crypto -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o s3_both.o s3_both.c | |
| mipsel-uclibc-gcc -I../crypto -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o s3_cbc.o s3_cbc.c | |
| mipsel-uclibc-gcc -I../crypto -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o s23_meth.o s23_meth.c | |
| mipsel-uclibc-gcc -I../crypto -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o s23_srvr.o s23_srvr.c | |
| mipsel-uclibc-gcc -I../crypto -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o s23_clnt.o s23_clnt.c | |
| mipsel-uclibc-gcc -I../crypto -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o s23_lib.o s23_lib.c | |
| mipsel-uclibc-gcc -I../crypto -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o s23_pkt.o s23_pkt.c | |
| mipsel-uclibc-gcc -I../crypto -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o t1_meth.o t1_meth.c | |
| mipsel-uclibc-gcc -I../crypto -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o t1_srvr.o t1_srvr.c | |
| mipsel-uclibc-gcc -I../crypto -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o t1_clnt.o t1_clnt.c | |
| mipsel-uclibc-gcc -I../crypto -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o t1_lib.o t1_lib.c | |
| mipsel-uclibc-gcc -I../crypto -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o t1_enc.o t1_enc.c | |
| mipsel-uclibc-gcc -I../crypto -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o t1_ext.o t1_ext.c | |
| mipsel-uclibc-gcc -I../crypto -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o d1_meth.o d1_meth.c | |
| mipsel-uclibc-gcc -I../crypto -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o d1_srvr.o d1_srvr.c | |
| mipsel-uclibc-gcc -I../crypto -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o d1_clnt.o d1_clnt.c | |
| mipsel-uclibc-gcc -I../crypto -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o d1_lib.o d1_lib.c | |
| mipsel-uclibc-gcc -I../crypto -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o d1_pkt.o d1_pkt.c | |
| mipsel-uclibc-gcc -I../crypto -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o d1_both.o d1_both.c | |
| mipsel-uclibc-gcc -I../crypto -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o d1_srtp.o d1_srtp.c | |
| mipsel-uclibc-gcc -I../crypto -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o ssl_lib.o ssl_lib.c | |
| mipsel-uclibc-gcc -I../crypto -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o ssl_err2.o ssl_err2.c | |
| mipsel-uclibc-gcc -I../crypto -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o ssl_cert.o ssl_cert.c | |
| mipsel-uclibc-gcc -I../crypto -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o ssl_sess.o ssl_sess.c | |
| mipsel-uclibc-gcc -I../crypto -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o ssl_ciph.o ssl_ciph.c | |
| mipsel-uclibc-gcc -I../crypto -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o ssl_stat.o ssl_stat.c | |
| mipsel-uclibc-gcc -I../crypto -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o ssl_rsa.o ssl_rsa.c | |
| mipsel-uclibc-gcc -I../crypto -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o ssl_asn1.o ssl_asn1.c | |
| mipsel-uclibc-gcc -I../crypto -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o ssl_txt.o ssl_txt.c | |
| mipsel-uclibc-gcc -I../crypto -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o ssl_algs.o ssl_algs.c | |
| mipsel-uclibc-gcc -I../crypto -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o ssl_conf.o ssl_conf.c | |
| mipsel-uclibc-gcc -I../crypto -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o bio_ssl.o bio_ssl.c | |
| mipsel-uclibc-gcc -I../crypto -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o ssl_err.o ssl_err.c | |
| mipsel-uclibc-gcc -I../crypto -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o kssl.o kssl.c | |
| mipsel-uclibc-gcc -I../crypto -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o t1_reneg.o t1_reneg.c | |
| mipsel-uclibc-gcc -I../crypto -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o tls_srp.o tls_srp.c | |
| mipsel-uclibc-gcc -I../crypto -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o t1_trce.o t1_trce.c | |
| mipsel-uclibc-gcc -I../crypto -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o ssl_utst.o ssl_utst.c | |
| ar r ../libssl.a s2_meth.o s2_srvr.o s2_clnt.o s2_lib.o s2_enc.o s2_pkt.o s3_meth.o s3_srvr.o s3_clnt.o s3_lib.o s3_enc.o s3_pkt.o s3_both.o s3_cbc.o s23_meth.o s23_srvr.o s23_clnt.o s23_lib.o s23_pkt.o t1_meth.o t1_srvr.o t1_clnt.o t1_lib.o t1_enc.o t1_ext.o d1_meth.o d1_srvr.o d1_clnt.o d1_lib.o d1_pkt.o d1_both.o d1_srtp.o ssl_lib.o ssl_err2.o ssl_cert.o ssl_sess.o ssl_ciph.o ssl_stat.o ssl_rsa.o ssl_asn1.o ssl_txt.o ssl_algs.o ssl_conf.o bio_ssl.o ssl_err.o kssl.o t1_reneg.o tls_srp.o t1_trce.o ssl_utst.o | |
| ar: creating ../libssl.a | |
| ranlib ../libssl.a || echo Never mind. | |
| if [ -n "libcrypto.so.1.0.0 libssl.so.1.0.0" ]; then \ | |
| (cd ..; make libssl.so.1.0.0); \ | |
| fi | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl' | |
| [ -z "" ] || mipsel-uclibc-gcc -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -Iinclude \ | |
| -DFINGERPRINT_PREMAIN_DSO_LOAD -o fips_premain_dso \ | |
| fips_premain.c fipscanister.o \ | |
| libcrypto.a -Wl,--gc-sections -ldl | |
| make[9]: Entering directory '/home/oglop/tomato/release/src/router/openssl' | |
| make[10]: Entering directory '/home/oglop/tomato/release/src/router/openssl' | |
| make[10]: Leaving directory '/home/oglop/tomato/release/src/router/openssl' | |
| make[10]: Entering directory '/home/oglop/tomato/release/src/router/openssl' | |
| make[10]: Leaving directory '/home/oglop/tomato/release/src/router/openssl' | |
| make[9]: Leaving directory '/home/oglop/tomato/release/src/router/openssl' | |
| make[9]: Entering directory '/home/oglop/tomato/release/src/router/openssl' | |
| make[10]: Entering directory '/home/oglop/tomato/release/src/router/openssl' | |
| make[10]: Leaving directory '/home/oglop/tomato/release/src/router/openssl' | |
| make[10]: Entering directory '/home/oglop/tomato/release/src/router/openssl' | |
| make[10]: Leaving directory '/home/oglop/tomato/release/src/router/openssl' | |
| make[9]: Leaving directory '/home/oglop/tomato/release/src/router/openssl' | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl' | |
| make[7]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/ssl' | |
| making all in apps... | |
| make[7]: Entering directory '/home/oglop/tomato/release/src/router/openssl/apps' | |
| make[7]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. | |
| mipsel-uclibc-gcc -DMONOLITH -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o req.o req.c | |
| mipsel-uclibc-gcc -DMONOLITH -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o rsa.o rsa.c | |
| mipsel-uclibc-gcc -DMONOLITH -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o x509.o x509.c | |
| mipsel-uclibc-gcc -DMONOLITH -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o apps.o apps.c | |
| mipsel-uclibc-gcc -DMONOLITH -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o app_rand.o app_rand.c | |
| mipsel-uclibc-gcc -DMONOLITH -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o enc.o enc.c | |
| mipsel-uclibc-gcc -DMONOLITH -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o s_cb.o s_cb.c | |
| mipsel-uclibc-gcc -DMONOLITH -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o s_socket.o s_socket.c | |
| mipsel-uclibc-gcc -DMONOLITH -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o s_client.o s_client.c | |
| mipsel-uclibc-gcc -DMONOLITH -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -ffunction-sections -fdata-sections -DOPENSSL_NO_ERR -DL_ENDIAN -DTERMIO -O3 -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -DOPENSSL_SMALL_FOOTPRINT -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DAES_ASM -c -o openssl.o openssl.c | |
| rm -f openssl | |
| shlib_target=; if [ -n "libcrypto.so.1.0.0 libssl.so.1.0.0" ]; then \ | |
| shlib_target="linux-shared"; \ | |
| elif [ -n "" ]; then \ | |
| FIPSLD_CC="mipsel-uclibc-gcc"; CC=/usr/local/ssl/fips-2.0/bin/fipsld; export CC FIPSLD_CC; \ | |
| fi; \ | |
| # LIBRARIES="-L.. -lssl -L.. -lcrypto" ; \ | |
| # LIBRARIES="-L.. -lcrypto" ; \ | |
| LIBRARIES="-L.. -lssl -L.. -lcrypto" ; \ | |
| make -f ../Makefile.shared -e \ | |
| APPNAME=openssl OBJECTS="openssl.o req.o rsa.o x509.o apps.o app_rand.o enc.o s_cb.o s_socket.o s_client.o" \ | |
| LIBDEPS=" $LIBRARIES -Wl,--gc-sections -ldl" \ | |
| link_app.${shlib_target} | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/openssl/apps' | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/apps' | |
| make[7]: Leaving directory '/home/oglop/tomato/release/src/router/openssl/apps' | |
| make[6]: Leaving directory '/home/oglop/tomato/release/src/router/openssl' | |
| \033[41;1m mssl 13/97 \033[0m\033]2;mssl 13/97\007 | |
| make[6]: Entering directory '/home/oglop/tomato/release/src/router/mssl' | |
| mipsel-uclibc-gcc -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -I/home/oglop/tomato/release/src-rt/router/openssl/include -DUSE_OPENSSL -c -o mssl.o mssl.c | |
| mipsel-uclibc-gcc -shared -o libmssl.so mssl.o -L/home/oglop/tomato/release/src-rt/router/openssl -lssl -lcrypto -lpthread | |
| mipsel-uclibc-strip -R .note -R .comment libmssl.so | |
| rm -f libmssl.a | |
| mipsel-uclibc-ar cruv libmssl.a mssl.o | |
| a - mssl.o | |
| make[6]: Leaving directory '/home/oglop/tomato/release/src/router/mssl' | |
| \033[41;1m httpd 14/97 \033[0m\033]2;httpd 14/97\007 | |
| make[6]: Entering directory '/home/oglop/tomato/release/src/router/httpd' | |
| [httpd] CC httpd.o | |
| [httpd] CC cgi.o | |
| [httpd] CC tomato.o | |
| [httpd] CC version.o | |
| [httpd] CC misc.o | |
| misc.c: In function 'asp_sysinfo': | |
| misc.c:493: warning: implicit declaration of function 'get_cpuinfo' | |
| [httpd] CC dhcp.o | |
| [httpd] CC upgrade.o | |
| [httpd] CC traceping.o | |
| [httpd] CC parser.o | |
| [httpd] CC upnp.o | |
| [httpd] CC ctnf.o | |
| [httpd] CC nvram.o | |
| [httpd] CC log.o | |
| [httpd] CC webio.o | |
| [httpd] CC wl.o | |
| [httpd] CC devlist.o | |
| [httpd] CC ddns.o | |
| ddns.c: In function 'asp_ddnsx_ip': | |
| ddns.c:69: warning: unused variable 'unit' | |
| [httpd] CC config.o | |
| [httpd] CC bwm.o | |
| [httpd] CC blackhole.o | |
| [httpd] CC utf8.o | |
| [httpd] CC cpuinfo.o | |
| [httpd] CC iptraffic.o | |
| [httpd] CC usb.o | |
| [httpd] CC nocat.o | |
| [httpd] CC pptpd.o | |
| [httpd] CC httpd | |
| /home/oglop/tomato/release/src-rt/router/shared/libshared.so: warning: the use of `tmpnam' is dangerous, better use `mkstemp' | |
| upgrade.o: In function `wi_upgrade': | |
| upgrade.c:(.text+0x304): warning: the use of `mktemp' is dangerous, better use `mkstemp' | |
| text data bss dec hex filename | |
| 116367 17504 448 134319 20caf httpd | |
| make[6]: Leaving directory '/home/oglop/tomato/release/src/router/httpd' | |
| \033[41;1m www 15/97 \033[0m\033]2;www 15/97\007 | |
| make[6]: Entering directory '/home/oglop/tomato/release/src/router/www' | |
| make[6]: Nothing to be done for 'all'. | |
| make[6]: Leaving directory '/home/oglop/tomato/release/src/router/www' | |
| cd bridge && CFLAGS="-Os -g -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K" \ | |
| ./configure --host=mipsel-linux --build=x86_64-redhat-linux --prefix="" --with-linux-headers=/home/oglop/tomato/release/src-rt/linux/linux-2.6/include | |
| checking for mipsel-linux-gcc... mipsel-uclibc-gcc | |
| checking whether the C compiler works... yes | |
| checking for C compiler default output file name... a.out | |
| checking for suffix of executables... | |
| checking whether we are cross compiling... yes | |
| checking for suffix of object files... o | |
| checking whether we are using the GNU C compiler... yes | |
| checking whether mipsel-uclibc-gcc accepts -g... yes | |
| checking for mipsel-uclibc-gcc option to accept ISO C89... none needed | |
| checking for a BSD-compatible install... /usr/bin/install -c | |
| checking for mipsel-linux-ranlib... mipsel-uclibc-ranlib | |
| checking how to run the C preprocessor... mipsel-uclibc-gcc -E | |
| checking for grep that handles long lines and -e... /usr/bin/grep | |
| checking for egrep... /usr/bin/grep -E | |
| checking for ANSI C header files... yes | |
| checking for sys/types.h... yes | |
| checking for sys/stat.h... yes | |
| checking for stdlib.h... yes | |
| checking for string.h... yes | |
| checking for memory.h... yes | |
| checking for strings.h... yes | |
| checking for inttypes.h... yes | |
| checking for stdint.h... yes | |
| checking for unistd.h... yes | |
| checking sys/ioctl.h usability... yes | |
| checking sys/ioctl.h presence... yes | |
| checking for sys/ioctl.h... yes | |
| checking sys/time.h usability... yes | |
| checking sys/time.h presence... yes | |
| checking for sys/time.h... yes | |
| checking for an ANSI C-conforming const... yes | |
| checking whether time.h and sys/time.h may both be included... yes | |
| checking for gethostname... yes | |
| checking for socket... yes | |
| checking for strdup... yes | |
| checking for uname... yes | |
| checking for if_nametoindex... yes | |
| checking for if_indextoname... yes | |
| configure: creating ./config.status | |
| config.status: creating doc/Makefile | |
| config.status: WARNING: 'doc/Makefile.in' seems to ignore the --datarootdir setting | |
| config.status: creating libbridge/Makefile | |
| config.status: creating brctl/Makefile | |
| config.status: WARNING: 'brctl/Makefile.in' seems to ignore the --datarootdir setting | |
| config.status: creating Makefile | |
| config.status: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting | |
| config.status: creating bridge-utils.spec | |
| config.status: creating libbridge/config.h | |
| \033[41;1m bridge 17/97 \033[0m\033]2;bridge 17/97\007 | |
| make[6]: Entering directory '/home/oglop/tomato/release/src/router/bridge' | |
| for x in libbridge brctl doc; do make -w -C $x ; done | |
| make[7]: Entering directory '/home/oglop/tomato/release/src/router/bridge/libbridge' | |
| mipsel-uclibc-gcc -Wall -g -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -c libbridge_devif.c | |
| mipsel-uclibc-gcc -Wall -g -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -c libbridge_if.c | |
| mipsel-uclibc-gcc -Wall -g -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -c libbridge_init.c | |
| mipsel-uclibc-gcc -Wall -g -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -c libbridge_misc.c | |
| ar rcs libbridge.a libbridge_devif.o libbridge_if.o libbridge_init.o libbridge_misc.o | |
| mipsel-uclibc-ranlib libbridge.a | |
| make[7]: Leaving directory '/home/oglop/tomato/release/src/router/bridge/libbridge' | |
| make[7]: Entering directory '/home/oglop/tomato/release/src/router/bridge/brctl' | |
| mipsel-uclibc-gcc -Wall -Os -g -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -I../libbridge -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -c brctl.c | |
| mipsel-uclibc-gcc -Wall -Os -g -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -I../libbridge -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -c brctl_cmd.c | |
| mipsel-uclibc-gcc -Wall -Os -g -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -I../libbridge -I/home/oglop/tomato/release/src-rt/linux/linux-2.6/include -c brctl_disp.c | |
| mipsel-uclibc-gcc brctl.o brctl_cmd.o brctl_disp.o -L ../libbridge -lbridge -o brctl | |
| make[7]: Leaving directory '/home/oglop/tomato/release/src/router/bridge/brctl' | |
| make[7]: Entering directory '/home/oglop/tomato/release/src/router/bridge/doc' | |
| make[7]: Nothing to be done for 'all'. | |
| make[7]: Leaving directory '/home/oglop/tomato/release/src/router/bridge/doc' | |
| make[6]: Leaving directory '/home/oglop/tomato/release/src/router/bridge' | |
| checking build system type... x86_64-redhat-linux-gnu | |
| checking host system type... mipsel-unknown-linux-gnu | |
| checking for a BSD-compatible install... /usr/bin/install -c | |
| checking whether build environment is sane... yes | |
| checking for mipsel-linux-strip... mipsel-uclibc-strip -R .note -R .comment | |
| checking for a thread-safe mkdir -p... /usr/bin/mkdir -p | |
| checking for gawk... gawk | |
| checking whether make sets $(MAKE)... yes | |
| checking whether make supports nested variables... yes | |
| checking whether to enable maintainer-specific portions of Makefiles... no | |
| checking ABI=o32 | |
| checking whether mipsel-uclibc-gcc is gcc... yes | |
| checking compiler mipsel-uclibc-gcc -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections ... yes | |
| checking whether gcc supports o32... yes | |
| checking for mipsel-linux-gcc... mipsel-uclibc-gcc | |
| checking whether the C compiler works... yes | |
| checking for C compiler default output file name... a.out | |
| checking for suffix of executables... | |
| checking whether we are cross compiling... yes | |
| checking for suffix of object files... o | |
| checking whether we are using the GNU C compiler... yes | |
| checking whether mipsel-uclibc-gcc accepts -g... yes | |
| checking for mipsel-uclibc-gcc option to accept ISO C89... none needed | |
| checking whether mipsel-uclibc-gcc understands -c and -o together... yes | |
| checking for mipsel-uclibc-gcc option to accept ISO C99... -std=gnu99 | |
| checking for mipsel-uclibc-gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99 | |
| checking how to run the C preprocessor... mipsel-uclibc-gcc -std=gnu99 -E | |
| checking build system compiler mipsel-uclibc-gcc -std=gnu99... no | |
| checking build system compiler mipsel-uclibc-gcc -std=gnu99 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections ... no | |
| checking build system compiler cc... yes | |
| checking for build system preprocessor... cc -E | |
| checking for build system executable suffix... | |
| checking whether build system compiler is ANSI... yes | |
| checking for build system compiler math library... -lm | |
| checking for grep that handles long lines and -e... /usr/bin/grep | |
| checking for egrep... /usr/bin/grep -E | |
| using ABI="o32" | |
| CC="mipsel-uclibc-gcc -std=gnu99" | |
| CFLAGS="-Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections" | |
| CPPFLAGS="" | |
| MPN_PATH=" mips32 generic" | |
| checking whether assembler supports --noexecstack option... no | |
| checking for mipsel-linux-ar... mipsel-uclibc-ar | |
| checking for BSD- or MS-compatible name lister (nm)... mipsel-uclibc-nm | |
| checking the name lister (mipsel-uclibc-nm) interface... BSD nm | |
| checking how to print strings... printf | |
| checking for a sed that does not truncate output... /usr/bin/sed | |
| checking for fgrep... /usr/bin/grep -F | |
| checking for ld used by mipsel-uclibc-gcc -std=gnu99... mipsel-uclibc-ld | |
| checking if the linker (mipsel-uclibc-ld) is GNU ld... yes | |
| checking whether ln -s works... yes | |
| checking the maximum length of command line arguments... 1572864 | |
| checking how to convert x86_64-redhat-linux-gnu file names to mipsel-unknown-linux-gnu format... func_convert_file_noop | |
| checking how to convert x86_64-redhat-linux-gnu file names to toolchain format... func_convert_file_noop | |
| checking for mipsel-uclibc-ld option to reload object files... -r | |
| checking for mipsel-linux-objdump... objdump | |
| checking how to recognize dependent libraries... pass_all | |
| checking for mipsel-linux-dlltool... dlltool | |
| checking how to associate runtime and link libraries... printf %s\n | |
| checking for mipsel-linux-ar... (cached) mipsel-uclibc-ar | |
| checking for archiver @FILE support... @ | |
| checking for mipsel-linux-strip... (cached) mipsel-uclibc-strip -R .note -R .comment | |
| checking for mipsel-linux-ranlib... mipsel-uclibc-ranlib | |
| checking command to parse mipsel-uclibc-nm output from mipsel-uclibc-gcc -std=gnu99 object... ok | |
| checking for sysroot... no | |
| checking for a working dd... /usr/bin/dd | |
| checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 | |
| checking for mipsel-linux-mt... no | |
| checking for mt... no | |
| checking if : is a manifest tool... no | |
| checking for ANSI C header files... yes | |
| checking for sys/types.h... yes | |
| checking for sys/stat.h... yes | |
| checking for stdlib.h... yes | |
| checking for string.h... yes | |
| checking for memory.h... yes | |
| checking for strings.h... yes | |
| checking for inttypes.h... yes | |
| checking for stdint.h... yes | |
| checking for unistd.h... yes | |
| checking for dlfcn.h... yes | |
| checking for objdir... .libs | |
| checking if mipsel-uclibc-gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no | |
| checking for mipsel-uclibc-gcc -std=gnu99 option to produce PIC... -fPIC -DPIC | |
| checking if mipsel-uclibc-gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes | |
| checking if mipsel-uclibc-gcc -std=gnu99 static flag -static works... yes | |
| checking if mipsel-uclibc-gcc -std=gnu99 supports -c -o file.o... yes | |
| checking if mipsel-uclibc-gcc -std=gnu99 supports -c -o file.o... (cached) yes | |
| checking whether the mipsel-uclibc-gcc -std=gnu99 linker (mipsel-uclibc-ld) supports shared libraries... yes | |
| checking whether -lc should be explicitly linked in... no | |
| checking dynamic linker characteristics... GNU/Linux ld.so | |
| checking how to hardcode library paths into programs... immediate | |
| checking whether stripping libraries is possible... yes | |
| checking if libtool supports shared libraries... yes | |
| checking whether to build shared libraries... yes | |
| checking whether to build static libraries... yes | |
| checking for ANSI C header files... (cached) yes | |
| checking whether time.h and sys/time.h may both be included... yes | |
| checking fcntl.h usability... yes | |
| checking fcntl.h presence... yes | |
| checking for fcntl.h... yes | |
| checking float.h usability... yes | |
| checking float.h presence... yes | |
| checking for float.h... yes | |
| checking invent.h usability... no | |
| checking invent.h presence... no | |
| checking for invent.h... no | |
| checking langinfo.h usability... yes | |
| checking langinfo.h presence... yes | |
| checking for langinfo.h... yes | |
| checking locale.h usability... yes | |
| checking locale.h presence... yes | |
| checking for locale.h... yes | |
| checking nl_types.h usability... yes | |
| checking nl_types.h presence... yes | |
| checking for nl_types.h... yes | |
| checking sys/attributes.h usability... no | |
| checking sys/attributes.h presence... no | |
| checking for sys/attributes.h... no | |
| checking sys/iograph.h usability... no | |
| checking sys/iograph.h presence... no | |
| checking for sys/iograph.h... no | |
| checking sys/mman.h usability... yes | |
| checking sys/mman.h presence... yes | |
| checking for sys/mman.h... yes | |
| checking sys/param.h usability... yes | |
| checking sys/param.h presence... yes | |
| checking for sys/param.h... yes | |
| checking sys/processor.h usability... no | |
| checking sys/processor.h presence... no | |
| checking for sys/processor.h... no | |
| checking sys/pstat.h usability... no | |
| checking sys/pstat.h presence... no | |
| checking for sys/pstat.h... no | |
| checking sys/sysinfo.h usability... yes | |
| checking sys/sysinfo.h presence... yes | |
| checking for sys/sysinfo.h... yes | |
| checking sys/syssgi.h usability... no | |
| checking sys/syssgi.h presence... no | |
| checking for sys/syssgi.h... no | |
| checking sys/systemcfg.h usability... no | |
| checking sys/systemcfg.h presence... no | |
| checking for sys/systemcfg.h... no | |
| checking sys/time.h usability... yes | |
| checking sys/time.h presence... yes | |
| checking for sys/time.h... yes | |
| checking sys/times.h usability... yes | |
| checking sys/times.h presence... yes | |
| checking for sys/times.h... yes | |
| checking for sys/resource.h... yes | |
| checking for sys/sysctl.h... yes | |
| checking for machine/hal_sysinfo.h... no | |
| checking whether fgetc is declared... yes | |
| checking whether fscanf is declared... yes | |
| checking whether optarg is declared... yes | |
| checking whether ungetc is declared... yes | |
| checking whether vfprintf is declared... yes | |
| checking whether sys_errlist is declared... no | |
| checking whether sys_nerr is declared... no | |
| checking return type of signal handlers... void | |
| checking for intmax_t... yes | |
| checking for long double... yes | |
| checking for long long... yes | |
| checking for ptrdiff_t... yes | |
| checking for quad_t... yes | |
| checking for uint_least32_t... yes | |
| checking for intptr_t... yes | |
| checking for working volatile... yes | |
| checking for C/C++ restrict keyword... __restrict | |
| checking whether gcc __attribute__ ((const)) works... yes | |
| checking whether gcc __attribute__ ((malloc)) works... yes | |
| checking whether gcc __attribute__ ((mode (XX))) works... yes | |
| checking whether gcc __attribute__ ((noreturn)) works... yes | |
| checking whether gcc hidden aliases work... yes | |
| checking for inline... inline | |
| checking for cos in -lm... yes | |
| checking for working alloca.h... yes | |
| checking for alloca (via gmp-impl.h)... yes | |
| checking how to allocate temporary memory... alloca | |
| checking whether byte ordering is bigendian... no | |
| checking format of `double' floating point... IEEE little endian | |
| checking for alarm... yes | |
| checking for attr_get... no | |
| checking for clock... yes | |
| checking for cputime... no | |
| checking for getpagesize... yes | |
| checking for getrusage... yes | |
| checking for gettimeofday... yes | |
| checking for getsysinfo... no | |
| checking for localeconv... yes | |
| checking for memset... yes | |
| checking for mmap... yes | |
| checking for mprotect... yes | |
| checking for nl_langinfo... yes | |
| checking for obstack_vprintf... no | |
| checking for popen... yes | |
| checking for processor_info... no | |
| checking for pstat_getprocessor... no | |
| checking for raise... yes | |
| checking for read_real_time... no | |
| checking for sigaction... yes | |
| checking for sigaltstack... yes | |
| checking for sigstack... no | |
| checking for syssgi... no | |
| checking for strchr... yes | |
| checking for strerror... yes | |
| checking for strnlen... yes | |
| checking for strtol... yes | |
| checking for strtoul... yes | |
| checking for sysconf... yes | |
| checking for sysctl... yes | |
| checking for sysctlbyname... no | |
| checking for times... yes | |
| checking for library containing clock_gettime... none required | |
| checking for vsnprintf... yes | |
| checking whether vsnprintf works... probably | |
| configure: WARNING: cannot check for properly working vsnprintf when cross compiling, will assume it's ok | |
| checking whether sscanf needs writable input... no | |
| checking for struct pst_processor.psp_iticksperclktick... no | |
| checking for suitable m4... m4 | |
| checking if m4wrap produces spurious output... no | |
| checking how to switch to text section... .text | |
| checking how to switch to data section... .data | |
| checking for assembler label suffix... : | |
| checking for assembler global directive... .globl | |
| checking for assembler global directive attribute... | |
| checking if globals are prefixed by underscore... no | |
| checking how to switch to read-only data section... .section .rodata.foo,"a",@progbits | |
| checking for assembler .type directive... .type $1,@$2 | |
| checking for assembler .size directive... .size $1,$2 | |
| checking for assembler local label prefix... .L | |
| checking for assembler byte directive... .byte | |
| checking how to define a 32-bit word... .long | |
| checking if .align assembly directive is logarithmic... yes | |
| checking size of void *... 4 | |
| checking size of unsigned short... 2 | |
| checking size of unsigned... 4 | |
| checking size of unsigned long... 4 | |
| checking size of mp_limb_t... 4 | |
| checking for stack_t... yes | |
| checking for tputs in -lncurses... no | |
| checking for tputs in -lcurses... no | |
| checking for readline in -lreadline... no | |
| checking readline detected... no | |
| checking for bison... bison -y | |
| checking for flex... flex | |
| checking lex output file root... lex.yy | |
| checking lex library... none needed | |
| checking whether yytext is a pointer... no | |
| checking for mipsel-linux-ranlib... (cached) mipsel-uclibc-ranlib | |
| creating config.m4 | |
| checking that generated files are newer than configure... done | |
| configure: creating ./config.status | |
| config.status: creating demos/pexpr-config.h | |
| config.status: creating demos/calc/calc-config.h | |
| config.status: creating Makefile | |
| config.status: creating mpf/Makefile | |
| config.status: creating mpn/Makefile | |
| config.status: creating mpq/Makefile | |
| config.status: creating mpz/Makefile | |
| config.status: creating printf/Makefile | |
| config.status: creating scanf/Makefile | |
| config.status: creating rand/Makefile | |
| config.status: creating cxx/Makefile | |
| config.status: creating tests/Makefile | |
| config.status: creating tests/devel/Makefile | |
| config.status: creating tests/mpf/Makefile | |
| config.status: creating tests/mpn/Makefile | |
| config.status: creating tests/mpq/Makefile | |
| config.status: creating tests/mpz/Makefile | |
| config.status: creating tests/rand/Makefile | |
| config.status: creating tests/misc/Makefile | |
| config.status: creating tests/cxx/Makefile | |
| config.status: creating doc/Makefile | |
| config.status: creating tune/Makefile | |
| config.status: creating demos/Makefile | |
| config.status: creating demos/calc/Makefile | |
| config.status: creating demos/expr/Makefile | |
| config.status: creating gmp.h | |
| config.status: creating config.h | |
| config.status: linking mpn/generic/add.c to mpn/add.c | |
| config.status: linking mpn/generic/add_1.c to mpn/add_1.c | |
| config.status: linking mpn/mips32/add_n.asm to mpn/add_n.asm | |
| config.status: linking mpn/generic/sub.c to mpn/sub.c | |
| config.status: linking mpn/generic/sub_1.c to mpn/sub_1.c | |
| config.status: linking mpn/mips32/sub_n.asm to mpn/sub_n.asm | |
| config.status: linking mpn/generic/cnd_add_n.c to mpn/cnd_add_n.c | |
| config.status: linking mpn/generic/cnd_sub_n.c to mpn/cnd_sub_n.c | |
| config.status: linking mpn/generic/cnd_swap.c to mpn/cnd_swap.c | |
| config.status: linking mpn/generic/neg.c to mpn/neg.c | |
| config.status: linking mpn/generic/com.c to mpn/com.c | |
| config.status: linking mpn/mips32/mul_1.asm to mpn/mul_1.asm | |
| config.status: linking mpn/mips32/addmul_1.asm to mpn/addmul_1.asm | |
| config.status: linking mpn/mips32/submul_1.asm to mpn/submul_1.asm | |
| config.status: linking mpn/generic/add_err1_n.c to mpn/add_err1_n.c | |
| config.status: linking mpn/generic/add_err2_n.c to mpn/add_err2_n.c | |
| config.status: linking mpn/generic/add_err3_n.c to mpn/add_err3_n.c | |
| config.status: linking mpn/generic/sub_err1_n.c to mpn/sub_err1_n.c | |
| config.status: linking mpn/generic/sub_err2_n.c to mpn/sub_err2_n.c | |
| config.status: linking mpn/generic/sub_err3_n.c to mpn/sub_err3_n.c | |
| config.status: linking mpn/mips32/lshift.asm to mpn/lshift.asm | |
| config.status: linking mpn/mips32/rshift.asm to mpn/rshift.asm | |
| config.status: linking mpn/generic/dive_1.c to mpn/dive_1.c | |
| config.status: linking mpn/generic/diveby3.c to mpn/diveby3.c | |
| config.status: linking mpn/generic/divis.c to mpn/divis.c | |
| config.status: linking mpn/generic/divrem.c to mpn/divrem.c | |
| config.status: linking mpn/generic/divrem_1.c to mpn/divrem_1.c | |
| config.status: linking mpn/generic/divrem_2.c to mpn/divrem_2.c | |
| config.status: linking mpn/generic/fib2_ui.c to mpn/fib2_ui.c | |
| config.status: linking mpn/generic/mod_1.c to mpn/mod_1.c | |
| config.status: linking mpn/generic/mod_34lsub1.c to mpn/mod_34lsub1.c | |
| config.status: linking mpn/generic/mode1o.c to mpn/mode1o.c | |
| config.status: linking mpn/generic/pre_divrem_1.c to mpn/pre_divrem_1.c | |
| config.status: linking mpn/generic/pre_mod_1.c to mpn/pre_mod_1.c | |
| config.status: linking mpn/generic/dump.c to mpn/dump.c | |
| config.status: linking mpn/generic/mod_1_1.c to mpn/mod_1_1.c | |
| config.status: linking mpn/generic/mod_1_2.c to mpn/mod_1_2.c | |
| config.status: linking mpn/generic/mod_1_3.c to mpn/mod_1_3.c | |
| config.status: linking mpn/generic/mod_1_4.c to mpn/mod_1_4.c | |
| config.status: linking mpn/generic/lshiftc.c to mpn/lshiftc.c | |
| config.status: linking mpn/generic/mul.c to mpn/mul.c | |
| config.status: linking mpn/generic/mul_fft.c to mpn/mul_fft.c | |
| config.status: linking mpn/generic/mul_n.c to mpn/mul_n.c | |
| config.status: linking mpn/generic/sqr.c to mpn/sqr.c | |
| config.status: linking mpn/generic/mul_basecase.c to mpn/mul_basecase.c | |
| config.status: linking mpn/generic/sqr_basecase.c to mpn/sqr_basecase.c | |
| config.status: linking mpn/generic/nussbaumer_mul.c to mpn/nussbaumer_mul.c | |
| config.status: linking mpn/generic/mulmid_basecase.c to mpn/mulmid_basecase.c | |
| config.status: linking mpn/generic/toom42_mulmid.c to mpn/toom42_mulmid.c | |
| config.status: linking mpn/generic/mulmid_n.c to mpn/mulmid_n.c | |
| config.status: linking mpn/generic/mulmid.c to mpn/mulmid.c | |
| config.status: linking mpn/generic/random.c to mpn/random.c | |
| config.status: linking mpn/generic/random2.c to mpn/random2.c | |
| config.status: linking mpn/generic/pow_1.c to mpn/pow_1.c | |
| config.status: linking mpn/generic/rootrem.c to mpn/rootrem.c | |
| config.status: linking mpn/generic/sqrtrem.c to mpn/sqrtrem.c | |
| config.status: linking mpn/generic/sizeinbase.c to mpn/sizeinbase.c | |
| config.status: linking mpn/generic/get_str.c to mpn/get_str.c | |
| config.status: linking mpn/generic/set_str.c to mpn/set_str.c | |
| config.status: linking mpn/generic/scan0.c to mpn/scan0.c | |
| config.status: linking mpn/generic/scan1.c to mpn/scan1.c | |
| config.status: linking mpn/generic/popham.c to mpn/popcount.c | |
| config.status: linking mpn/generic/popham.c to mpn/hamdist.c | |
| config.status: linking mpn/generic/cmp.c to mpn/cmp.c | |
| config.status: linking mpn/generic/zero_p.c to mpn/zero_p.c | |
| config.status: linking mpn/generic/perfsqr.c to mpn/perfsqr.c | |
| config.status: linking mpn/generic/perfpow.c to mpn/perfpow.c | |
| config.status: linking mpn/generic/gcd_1.c to mpn/gcd_1.c | |
| config.status: linking mpn/generic/gcd.c to mpn/gcd.c | |
| config.status: linking mpn/generic/gcdext_1.c to mpn/gcdext_1.c | |
| config.status: linking mpn/generic/gcdext.c to mpn/gcdext.c | |
| config.status: linking mpn/generic/gcd_subdiv_step.c to mpn/gcd_subdiv_step.c | |
| config.status: linking mpn/generic/gcdext_lehmer.c to mpn/gcdext_lehmer.c | |
| config.status: linking mpn/generic/div_q.c to mpn/div_q.c | |
| config.status: linking mpn/generic/tdiv_qr.c to mpn/tdiv_qr.c | |
| config.status: linking mpn/generic/jacbase.c to mpn/jacbase.c | |
| config.status: linking mpn/generic/jacobi_2.c to mpn/jacobi_2.c | |
| config.status: linking mpn/generic/jacobi.c to mpn/jacobi.c | |
| config.status: linking mpn/generic/get_d.c to mpn/get_d.c | |
| config.status: linking mpn/generic/matrix22_mul.c to mpn/matrix22_mul.c | |
| config.status: linking mpn/generic/matrix22_mul1_inverse_vector.c to mpn/matrix22_mul1_inverse_vector.c | |
| config.status: linking mpn/generic/hgcd_matrix.c to mpn/hgcd_matrix.c | |
| config.status: linking mpn/generic/hgcd2.c to mpn/hgcd2.c | |
| config.status: linking mpn/generic/hgcd_step.c to mpn/hgcd_step.c | |
| config.status: linking mpn/generic/hgcd_reduce.c to mpn/hgcd_reduce.c | |
| config.status: linking mpn/generic/hgcd.c to mpn/hgcd.c | |
| config.status: linking mpn/generic/hgcd_appr.c to mpn/hgcd_appr.c | |
| config.status: linking mpn/generic/hgcd2_jacobi.c to mpn/hgcd2_jacobi.c | |
| config.status: linking mpn/generic/hgcd_jacobi.c to mpn/hgcd_jacobi.c | |
| config.status: linking mpn/generic/mullo_n.c to mpn/mullo_n.c | |
| config.status: linking mpn/generic/mullo_basecase.c to mpn/mullo_basecase.c | |
| config.status: linking mpn/generic/sqrlo.c to mpn/sqrlo.c | |
| config.status: linking mpn/generic/sqrlo_basecase.c to mpn/sqrlo_basecase.c | |
| config.status: linking mpn/generic/toom22_mul.c to mpn/toom22_mul.c | |
| config.status: linking mpn/generic/toom32_mul.c to mpn/toom32_mul.c | |
| config.status: linking mpn/generic/toom42_mul.c to mpn/toom42_mul.c | |
| config.status: linking mpn/generic/toom52_mul.c to mpn/toom52_mul.c | |
| config.status: linking mpn/generic/toom62_mul.c to mpn/toom62_mul.c | |
| config.status: linking mpn/generic/toom33_mul.c to mpn/toom33_mul.c | |
| config.status: linking mpn/generic/toom43_mul.c to mpn/toom43_mul.c | |
| config.status: linking mpn/generic/toom53_mul.c to mpn/toom53_mul.c | |
| config.status: linking mpn/generic/toom54_mul.c to mpn/toom54_mul.c | |
| config.status: linking mpn/generic/toom63_mul.c to mpn/toom63_mul.c | |
| config.status: linking mpn/generic/toom44_mul.c to mpn/toom44_mul.c | |
| config.status: linking mpn/generic/toom6h_mul.c to mpn/toom6h_mul.c | |
| config.status: linking mpn/generic/toom6_sqr.c to mpn/toom6_sqr.c | |
| config.status: linking mpn/generic/toom8h_mul.c to mpn/toom8h_mul.c | |
| config.status: linking mpn/generic/toom8_sqr.c to mpn/toom8_sqr.c | |
| config.status: linking mpn/generic/toom_couple_handling.c to mpn/toom_couple_handling.c | |
| config.status: linking mpn/generic/toom2_sqr.c to mpn/toom2_sqr.c | |
| config.status: linking mpn/generic/toom3_sqr.c to mpn/toom3_sqr.c | |
| config.status: linking mpn/generic/toom4_sqr.c to mpn/toom4_sqr.c | |
| config.status: linking mpn/generic/toom_eval_dgr3_pm1.c to mpn/toom_eval_dgr3_pm1.c | |
| config.status: linking mpn/generic/toom_eval_dgr3_pm2.c to mpn/toom_eval_dgr3_pm2.c | |
| config.status: linking mpn/generic/toom_eval_pm1.c to mpn/toom_eval_pm1.c | |
| config.status: linking mpn/generic/toom_eval_pm2.c to mpn/toom_eval_pm2.c | |
| config.status: linking mpn/generic/toom_eval_pm2exp.c to mpn/toom_eval_pm2exp.c | |
| config.status: linking mpn/generic/toom_eval_pm2rexp.c to mpn/toom_eval_pm2rexp.c | |
| config.status: linking mpn/generic/toom_interpolate_5pts.c to mpn/toom_interpolate_5pts.c | |
| config.status: linking mpn/generic/toom_interpolate_6pts.c to mpn/toom_interpolate_6pts.c | |
| config.status: linking mpn/generic/toom_interpolate_7pts.c to mpn/toom_interpolate_7pts.c | |
| config.status: linking mpn/generic/toom_interpolate_8pts.c to mpn/toom_interpolate_8pts.c | |
| config.status: linking mpn/generic/toom_interpolate_12pts.c to mpn/toom_interpolate_12pts.c | |
| config.status: linking mpn/generic/toom_interpolate_16pts.c to mpn/toom_interpolate_16pts.c | |
| config.status: linking mpn/generic/invertappr.c to mpn/invertappr.c | |
| config.status: linking mpn/generic/invert.c to mpn/invert.c | |
| config.status: linking mpn/generic/binvert.c to mpn/binvert.c | |
| config.status: linking mpn/generic/mulmod_bnm1.c to mpn/mulmod_bnm1.c | |
| config.status: linking mpn/generic/sqrmod_bnm1.c to mpn/sqrmod_bnm1.c | |
| config.status: linking mpn/generic/div_qr_1.c to mpn/div_qr_1.c | |
| config.status: linking mpn/generic/div_qr_1n_pi1.c to mpn/div_qr_1n_pi1.c | |
| config.status: linking mpn/generic/div_qr_2.c to mpn/div_qr_2.c | |
| config.status: linking mpn/generic/div_qr_2n_pi1.c to mpn/div_qr_2n_pi1.c | |
| config.status: linking mpn/generic/div_qr_2u_pi1.c to mpn/div_qr_2u_pi1.c | |
| config.status: linking mpn/generic/sbpi1_div_q.c to mpn/sbpi1_div_q.c | |
| config.status: linking mpn/generic/sbpi1_div_qr.c to mpn/sbpi1_div_qr.c | |
| config.status: linking mpn/generic/sbpi1_divappr_q.c to mpn/sbpi1_divappr_q.c | |
| config.status: linking mpn/generic/dcpi1_div_q.c to mpn/dcpi1_div_q.c | |
| config.status: linking mpn/generic/dcpi1_div_qr.c to mpn/dcpi1_div_qr.c | |
| config.status: linking mpn/generic/dcpi1_divappr_q.c to mpn/dcpi1_divappr_q.c | |
| config.status: linking mpn/generic/mu_div_qr.c to mpn/mu_div_qr.c | |
| config.status: linking mpn/generic/mu_divappr_q.c to mpn/mu_divappr_q.c | |
| config.status: linking mpn/generic/mu_div_q.c to mpn/mu_div_q.c | |
| config.status: linking mpn/generic/bdiv_q_1.c to mpn/bdiv_q_1.c | |
| config.status: linking mpn/generic/sbpi1_bdiv_q.c to mpn/sbpi1_bdiv_q.c | |
| config.status: linking mpn/generic/sbpi1_bdiv_qr.c to mpn/sbpi1_bdiv_qr.c | |
| config.status: linking mpn/generic/dcpi1_bdiv_q.c to mpn/dcpi1_bdiv_q.c | |
| config.status: linking mpn/generic/dcpi1_bdiv_qr.c to mpn/dcpi1_bdiv_qr.c | |
| config.status: linking mpn/generic/mu_bdiv_q.c to mpn/mu_bdiv_q.c | |
| config.status: linking mpn/generic/mu_bdiv_qr.c to mpn/mu_bdiv_qr.c | |
| config.status: linking mpn/generic/bdiv_q.c to mpn/bdiv_q.c | |
| config.status: linking mpn/generic/bdiv_qr.c to mpn/bdiv_qr.c | |
| config.status: linking mpn/generic/broot.c to mpn/broot.c | |
| config.status: linking mpn/generic/brootinv.c to mpn/brootinv.c | |
| config.status: linking mpn/generic/bsqrt.c to mpn/bsqrt.c | |
| config.status: linking mpn/generic/bsqrtinv.c to mpn/bsqrtinv.c | |
| config.status: linking mpn/generic/divexact.c to mpn/divexact.c | |
| config.status: linking mpn/generic/bdiv_dbm1c.c to mpn/bdiv_dbm1c.c | |
| config.status: linking mpn/generic/redc_1.c to mpn/redc_1.c | |
| config.status: linking mpn/generic/redc_2.c to mpn/redc_2.c | |
| config.status: linking mpn/generic/redc_n.c to mpn/redc_n.c | |
| config.status: linking mpn/generic/powm.c to mpn/powm.c | |
| config.status: linking mpn/generic/powlo.c to mpn/powlo.c | |
| config.status: linking mpn/generic/sec_powm.c to mpn/sec_powm.c | |
| config.status: linking mpn/generic/sec_mul.c to mpn/sec_mul.c | |
| config.status: linking mpn/generic/sec_sqr.c to mpn/sec_sqr.c | |
| config.status: linking mpn/generic/sec_div.c to mpn/sec_div_qr.c | |
| config.status: linking mpn/generic/sec_div.c to mpn/sec_div_r.c | |
| config.status: linking mpn/generic/sec_pi1_div.c to mpn/sec_pi1_div_qr.c | |
| config.status: linking mpn/generic/sec_pi1_div.c to mpn/sec_pi1_div_r.c | |
| config.status: linking mpn/generic/sec_aors_1.c to mpn/sec_add_1.c | |
| config.status: linking mpn/generic/sec_aors_1.c to mpn/sec_sub_1.c | |
| config.status: linking mpn/generic/sec_invert.c to mpn/sec_invert.c | |
| config.status: linking mpn/generic/trialdiv.c to mpn/trialdiv.c | |
| config.status: linking mpn/generic/remove.c to mpn/remove.c | |
| config.status: linking mpn/generic/logops_n.c to mpn/and_n.c | |
| config.status: linking mpn/generic/logops_n.c to mpn/andn_n.c | |
| config.status: linking mpn/generic/logops_n.c to mpn/nand_n.c | |
| config.status: linking mpn/generic/logops_n.c to mpn/ior_n.c | |
| config.status: linking mpn/generic/logops_n.c to mpn/iorn_n.c | |
| config.status: linking mpn/generic/logops_n.c to mpn/nior_n.c | |
| config.status: linking mpn/generic/logops_n.c to mpn/xor_n.c | |
| config.status: linking mpn/generic/logops_n.c to mpn/xnor_n.c | |
| config.status: linking mpn/generic/copyi.c to mpn/copyi.c | |
| config.status: linking mpn/generic/copyd.c to mpn/copyd.c | |
| config.status: linking mpn/generic/zero.c to mpn/zero.c | |
| config.status: linking mpn/generic/sec_tabselect.c to mpn/sec_tabselect.c | |
| config.status: linking mpn/generic/comb_tables.c to mpn/comb_tables.c | |
| config.status: linking mpn/mips32/umul.asm to mpn/umul.asm | |
| config.status: linking mpn/generic/add_n_sub_n.c to mpn/add_n_sub_n.c | |
| config.status: linking mpn/mips32/gmp-mparam.h to gmp-mparam.h | |
| config.status: executing libtool commands | |
| configure: summary of build options: | |
| Version: GNU MP 6.1.2 | |
| Host type: mipsel-unknown-linux-gnu | |
| ABI: o32 | |
| Install prefix: /usr/local | |
| Compiler: mipsel-uclibc-gcc -std=gnu99 | |
| Static libraries: yes | |
| Shared libraries: yes | |
| \033[41;1m gmp 18/97 \033[0m\033]2;gmp 18/97\007 | |
| make[6]: Entering directory '/home/oglop/tomato/release/src/router/gmp' | |
| cc `test -f 'gen-fac.c' || echo './'`gen-fac.c -o gen-fac | |
| ./gen-fac 32 0 >fac_table.h || (rm -f fac_table.h; exit 1) | |
| cc `test -f 'gen-fib.c' || echo './'`gen-fib.c -o gen-fib | |
| ./gen-fib header 32 0 >fib_table.h || (rm -f fib_table.h; exit 1) | |
| ./gen-fib table 32 0 >mpn/fib_table.c || (rm -f mpn/fib_table.c; exit 1) | |
| cc `test -f 'gen-bases.c' || echo './'`gen-bases.c -o gen-bases -lm | |
| ./gen-bases header 32 0 >mp_bases.h || (rm -f mp_bases.h; exit 1) | |
| ./gen-bases table 32 0 >mpn/mp_bases.c || (rm -f mpn/mp_bases.c; exit 1) | |
| cc `test -f 'gen-trialdivtab.c' || echo './'`gen-trialdivtab.c -o gen-trialdivtab -lm | |
| ./gen-trialdivtab 32 8000 >trialdivtab.h || (rm -f trialdivtab.h; exit 1) | |
| cc `test -f 'gen-jacobitab.c' || echo './'`gen-jacobitab.c -o gen-jacobitab | |
| ./gen-jacobitab >mpn/jacobitab.h || (rm -f mpn/jacobitab.h; exit 1) | |
| cc `test -f 'gen-psqr.c' || echo './'`gen-psqr.c -o gen-psqr -lm | |
| ./gen-psqr 32 0 >mpn/perfsqr.h || (rm -f mpn/perfsqr.h; exit 1) | |
| make all-recursive | |
| make[7]: Entering directory '/home/oglop/tomato/release/src/router/gmp' | |
| Making all in tests | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/gmp/tests' | |
| Making all in . | |
| make[9]: Entering directory '/home/oglop/tomato/release/src/router/gmp/tests' | |
| make[9]: Nothing to be done for 'all-am'. | |
| make[9]: Leaving directory '/home/oglop/tomato/release/src/router/gmp/tests' | |
| Making all in devel | |
| make[9]: Entering directory '/home/oglop/tomato/release/src/router/gmp/tests/devel' | |
| make[9]: Nothing to be done for 'all'. | |
| make[9]: Leaving directory '/home/oglop/tomato/release/src/router/gmp/tests/devel' | |
| Making all in mpn | |
| make[9]: Entering directory '/home/oglop/tomato/release/src/router/gmp/tests/mpn' | |
| make[9]: Nothing to be done for 'all'. | |
| make[9]: Leaving directory '/home/oglop/tomato/release/src/router/gmp/tests/mpn' | |
| Making all in mpz | |
| make[9]: Entering directory '/home/oglop/tomato/release/src/router/gmp/tests/mpz' | |
| make[9]: Nothing to be done for 'all'. | |
| make[9]: Leaving directory '/home/oglop/tomato/release/src/router/gmp/tests/mpz' | |
| Making all in mpq | |
| make[9]: Entering directory '/home/oglop/tomato/release/src/router/gmp/tests/mpq' | |
| make[9]: Nothing to be done for 'all'. | |
| make[9]: Leaving directory '/home/oglop/tomato/release/src/router/gmp/tests/mpq' | |
| Making all in mpf | |
| make[9]: Entering directory '/home/oglop/tomato/release/src/router/gmp/tests/mpf' | |
| make[9]: Nothing to be done for 'all'. | |
| make[9]: Leaving directory '/home/oglop/tomato/release/src/router/gmp/tests/mpf' | |
| Making all in rand | |
| make[9]: Entering directory '/home/oglop/tomato/release/src/router/gmp/tests/rand' | |
| make[9]: Nothing to be done for 'all'. | |
| make[9]: Leaving directory '/home/oglop/tomato/release/src/router/gmp/tests/rand' | |
| Making all in misc | |
| make[9]: Entering directory '/home/oglop/tomato/release/src/router/gmp/tests/misc' | |
| make[9]: Nothing to be done for 'all'. | |
| make[9]: Leaving directory '/home/oglop/tomato/release/src/router/gmp/tests/misc' | |
| Making all in cxx | |
| make[9]: Entering directory '/home/oglop/tomato/release/src/router/gmp/tests/cxx' | |
| make[9]: Nothing to be done for 'all'. | |
| make[9]: Leaving directory '/home/oglop/tomato/release/src/router/gmp/tests/cxx' | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/gmp/tests' | |
| Making all in mpn | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/gmp/mpn' | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo fib_table | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o fib_table.lo fib_table.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_fib_table -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c fib_table.c -fPIC -DPIC -o .libs/fib_table.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_fib_table -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c fib_table.c -o fib_table.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mp_bases | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o mp_bases.lo mp_bases.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mp_bases -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c mp_bases.c -fPIC -DPIC -o .libs/mp_bases.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mp_bases -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c mp_bases.c -o mp_bases.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o add.lo add.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c add.c -fPIC -DPIC -o .libs/add.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c add.c -o add.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add_1 | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o add_1.lo add_1.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_1 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c add_1.c -fPIC -DPIC -o .libs/add_1.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_1 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c add_1.c -o add_1.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" mipsel-uclibc-gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add_n | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections `test -f 'add_n.asm' || echo './'`add_n.asm | |
| libtool: compile: ../mpn/m4-ccas --m4=m4 mipsel-uclibc-gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_n -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections add_n.asm -fPIC -DPIC -o .libs/add_n.o | |
| m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_add_n -DLINUX26 -DCONFIG_BCMWL5 -DBCMWPA2 -DTCONFIG_NVRAM_64K -DPIC add_n.asm >tmp-add_n.s | |
| mipsel-uclibc-gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_n -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections tmp-add_n.s -fPIC -DPIC -o .libs/add_n.o | |
| libtool: compile: ../mpn/m4-ccas --m4=m4 mipsel-uclibc-gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_n -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections add_n.asm -o add_n.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sub | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o sub.lo sub.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c sub.c -fPIC -DPIC -o .libs/sub.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c sub.c -o sub.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sub_1 | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o sub_1.lo sub_1.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_1 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c sub_1.c -fPIC -DPIC -o .libs/sub_1.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_1 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c sub_1.c -o sub_1.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" mipsel-uclibc-gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sub_n | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections `test -f 'sub_n.asm' || echo './'`sub_n.asm | |
| libtool: compile: ../mpn/m4-ccas --m4=m4 mipsel-uclibc-gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_n -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections sub_n.asm -fPIC -DPIC -o .libs/sub_n.o | |
| m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_sub_n -DLINUX26 -DCONFIG_BCMWL5 -DBCMWPA2 -DTCONFIG_NVRAM_64K -DPIC sub_n.asm >tmp-sub_n.s | |
| mipsel-uclibc-gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_n -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections tmp-sub_n.s -fPIC -DPIC -o .libs/sub_n.o | |
| libtool: compile: ../mpn/m4-ccas --m4=m4 mipsel-uclibc-gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_n -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections sub_n.asm -o sub_n.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo cnd_add_n | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o cnd_add_n.lo cnd_add_n.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_cnd_add_n -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c cnd_add_n.c -fPIC -DPIC -o .libs/cnd_add_n.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_cnd_add_n -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c cnd_add_n.c -o cnd_add_n.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo cnd_sub_n | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o cnd_sub_n.lo cnd_sub_n.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_cnd_sub_n -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c cnd_sub_n.c -fPIC -DPIC -o .libs/cnd_sub_n.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_cnd_sub_n -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c cnd_sub_n.c -o cnd_sub_n.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo cnd_swap | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o cnd_swap.lo cnd_swap.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_cnd_swap -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c cnd_swap.c -fPIC -DPIC -o .libs/cnd_swap.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_cnd_swap -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c cnd_swap.c -o cnd_swap.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo neg | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o neg.lo neg.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_neg -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c neg.c -fPIC -DPIC -o .libs/neg.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_neg -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c neg.c -o neg.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo com | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o com.lo com.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_com -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c com.c -fPIC -DPIC -o .libs/com.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_com -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c com.c -o com.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" mipsel-uclibc-gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mul_1 | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections `test -f 'mul_1.asm' || echo './'`mul_1.asm | |
| libtool: compile: ../mpn/m4-ccas --m4=m4 mipsel-uclibc-gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_1 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections mul_1.asm -fPIC -DPIC -o .libs/mul_1.o | |
| m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_mul_1 -DLINUX26 -DCONFIG_BCMWL5 -DBCMWPA2 -DTCONFIG_NVRAM_64K -DPIC mul_1.asm >tmp-mul_1.s | |
| mipsel-uclibc-gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_1 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections tmp-mul_1.s -fPIC -DPIC -o .libs/mul_1.o | |
| libtool: compile: ../mpn/m4-ccas --m4=m4 mipsel-uclibc-gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_1 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections mul_1.asm -o mul_1.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" mipsel-uclibc-gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo addmul_1 | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections `test -f 'addmul_1.asm' || echo './'`addmul_1.asm | |
| libtool: compile: ../mpn/m4-ccas --m4=m4 mipsel-uclibc-gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addmul_1 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections addmul_1.asm -fPIC -DPIC -o .libs/addmul_1.o | |
| m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_addmul_1 -DLINUX26 -DCONFIG_BCMWL5 -DBCMWPA2 -DTCONFIG_NVRAM_64K -DPIC addmul_1.asm >tmp-addmul_1.s | |
| mipsel-uclibc-gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addmul_1 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections tmp-addmul_1.s -fPIC -DPIC -o .libs/addmul_1.o | |
| libtool: compile: ../mpn/m4-ccas --m4=m4 mipsel-uclibc-gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addmul_1 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections addmul_1.asm -o addmul_1.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" mipsel-uclibc-gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo submul_1 | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections `test -f 'submul_1.asm' || echo './'`submul_1.asm | |
| libtool: compile: ../mpn/m4-ccas --m4=m4 mipsel-uclibc-gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_submul_1 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections submul_1.asm -fPIC -DPIC -o .libs/submul_1.o | |
| m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_submul_1 -DLINUX26 -DCONFIG_BCMWL5 -DBCMWPA2 -DTCONFIG_NVRAM_64K -DPIC submul_1.asm >tmp-submul_1.s | |
| mipsel-uclibc-gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_submul_1 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections tmp-submul_1.s -fPIC -DPIC -o .libs/submul_1.o | |
| libtool: compile: ../mpn/m4-ccas --m4=m4 mipsel-uclibc-gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_submul_1 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections submul_1.asm -o submul_1.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add_err1_n | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o add_err1_n.lo add_err1_n.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_err1_n -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c add_err1_n.c -fPIC -DPIC -o .libs/add_err1_n.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_err1_n -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c add_err1_n.c -o add_err1_n.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add_err2_n | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o add_err2_n.lo add_err2_n.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_err2_n -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c add_err2_n.c -fPIC -DPIC -o .libs/add_err2_n.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_err2_n -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c add_err2_n.c -o add_err2_n.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add_err3_n | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o add_err3_n.lo add_err3_n.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_err3_n -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c add_err3_n.c -fPIC -DPIC -o .libs/add_err3_n.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_err3_n -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c add_err3_n.c -o add_err3_n.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sub_err1_n | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o sub_err1_n.lo sub_err1_n.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_err1_n -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c sub_err1_n.c -fPIC -DPIC -o .libs/sub_err1_n.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_err1_n -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c sub_err1_n.c -o sub_err1_n.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sub_err2_n | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o sub_err2_n.lo sub_err2_n.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_err2_n -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c sub_err2_n.c -fPIC -DPIC -o .libs/sub_err2_n.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_err2_n -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c sub_err2_n.c -o sub_err2_n.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sub_err3_n | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o sub_err3_n.lo sub_err3_n.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_err3_n -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c sub_err3_n.c -fPIC -DPIC -o .libs/sub_err3_n.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_err3_n -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c sub_err3_n.c -o sub_err3_n.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" mipsel-uclibc-gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo lshift | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections `test -f 'lshift.asm' || echo './'`lshift.asm | |
| libtool: compile: ../mpn/m4-ccas --m4=m4 mipsel-uclibc-gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_lshift -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections lshift.asm -fPIC -DPIC -o .libs/lshift.o | |
| m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_lshift -DLINUX26 -DCONFIG_BCMWL5 -DBCMWPA2 -DTCONFIG_NVRAM_64K -DPIC lshift.asm >tmp-lshift.s | |
| mipsel-uclibc-gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_lshift -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections tmp-lshift.s -fPIC -DPIC -o .libs/lshift.o | |
| libtool: compile: ../mpn/m4-ccas --m4=m4 mipsel-uclibc-gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_lshift -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections lshift.asm -o lshift.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" mipsel-uclibc-gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo rshift | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections `test -f 'rshift.asm' || echo './'`rshift.asm | |
| libtool: compile: ../mpn/m4-ccas --m4=m4 mipsel-uclibc-gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rshift -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections rshift.asm -fPIC -DPIC -o .libs/rshift.o | |
| m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_rshift -DLINUX26 -DCONFIG_BCMWL5 -DBCMWPA2 -DTCONFIG_NVRAM_64K -DPIC rshift.asm >tmp-rshift.s | |
| mipsel-uclibc-gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rshift -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections tmp-rshift.s -fPIC -DPIC -o .libs/rshift.o | |
| libtool: compile: ../mpn/m4-ccas --m4=m4 mipsel-uclibc-gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rshift -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections rshift.asm -o rshift.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dive_1 | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o dive_1.lo dive_1.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dive_1 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c dive_1.c -fPIC -DPIC -o .libs/dive_1.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dive_1 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c dive_1.c -o dive_1.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo diveby3 | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o diveby3.lo diveby3.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_diveby3 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c diveby3.c -fPIC -DPIC -o .libs/diveby3.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_diveby3 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c diveby3.c -o diveby3.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divis | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o divis.lo divis.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divis -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c divis.c -fPIC -DPIC -o .libs/divis.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divis -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c divis.c -o divis.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divrem | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o divrem.lo divrem.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c divrem.c -fPIC -DPIC -o .libs/divrem.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c divrem.c -o divrem.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divrem_1 | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o divrem_1.lo divrem_1.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_1 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c divrem_1.c -fPIC -DPIC -o .libs/divrem_1.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_1 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c divrem_1.c -o divrem_1.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divrem_2 | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o divrem_2.lo divrem_2.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_2 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c divrem_2.c -fPIC -DPIC -o .libs/divrem_2.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_2 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c divrem_2.c -o divrem_2.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo fib2_ui | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o fib2_ui.lo fib2_ui.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_fib2_ui -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c fib2_ui.c -fPIC -DPIC -o .libs/fib2_ui.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_fib2_ui -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c fib2_ui.c -o fib2_ui.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mod_1 | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o mod_1.lo mod_1.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c mod_1.c -fPIC -DPIC -o .libs/mod_1.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c mod_1.c -o mod_1.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mod_34lsub1 | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o mod_34lsub1.lo mod_34lsub1.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_34lsub1 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c mod_34lsub1.c -fPIC -DPIC -o .libs/mod_34lsub1.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_34lsub1 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c mod_34lsub1.c -o mod_34lsub1.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mode1o | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o mode1o.lo mode1o.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mode1o -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c mode1o.c -fPIC -DPIC -o .libs/mode1o.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mode1o -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c mode1o.c -o mode1o.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo pre_divrem_1 | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o pre_divrem_1.lo pre_divrem_1.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_pre_divrem_1 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c pre_divrem_1.c -fPIC -DPIC -o .libs/pre_divrem_1.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_pre_divrem_1 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c pre_divrem_1.c -o pre_divrem_1.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo pre_mod_1 | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o pre_mod_1.lo pre_mod_1.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_pre_mod_1 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c pre_mod_1.c -fPIC -DPIC -o .libs/pre_mod_1.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_pre_mod_1 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c pre_mod_1.c -o pre_mod_1.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dump | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o dump.lo dump.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dump -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c dump.c -fPIC -DPIC -o .libs/dump.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dump -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c dump.c -o dump.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mod_1_1 | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o mod_1_1.lo mod_1_1.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1_1 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c mod_1_1.c -fPIC -DPIC -o .libs/mod_1_1.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1_1 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c mod_1_1.c -o mod_1_1.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mod_1_2 | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o mod_1_2.lo mod_1_2.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1_2 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c mod_1_2.c -fPIC -DPIC -o .libs/mod_1_2.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1_2 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c mod_1_2.c -o mod_1_2.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mod_1_3 | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o mod_1_3.lo mod_1_3.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1_3 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c mod_1_3.c -fPIC -DPIC -o .libs/mod_1_3.o | |
| mod_1_3.c: In function '__gmpn_mod_1s_3p': | |
| mod_1_3.c:90: warning: 'rl' may be used uninitialized in this function | |
| mod_1_3.c:90: warning: 'rh' may be used uninitialized in this function | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1_3 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c mod_1_3.c -o mod_1_3.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mod_1_4 | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o mod_1_4.lo mod_1_4.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1_4 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c mod_1_4.c -fPIC -DPIC -o .libs/mod_1_4.o | |
| mod_1_4.c: In function '__gmpn_mod_1s_4p': | |
| mod_1_4.c:93: warning: 'rl' may be used uninitialized in this function | |
| mod_1_4.c:93: warning: 'rh' may be used uninitialized in this function | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1_4 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c mod_1_4.c -o mod_1_4.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo lshiftc | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o lshiftc.lo lshiftc.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_lshiftc -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c lshiftc.c -fPIC -DPIC -o .libs/lshiftc.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_lshiftc -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c lshiftc.c -o lshiftc.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mul | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o mul.lo mul.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c mul.c -fPIC -DPIC -o .libs/mul.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c mul.c -o mul.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mul_fft | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o mul_fft.lo mul_fft.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_fft -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c mul_fft.c -fPIC -DPIC -o .libs/mul_fft.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_fft -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c mul_fft.c -o mul_fft.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mul_n | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o mul_n.lo mul_n.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_n -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c mul_n.c -fPIC -DPIC -o .libs/mul_n.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_n -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c mul_n.c -o mul_n.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sqr | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o sqr.lo sqr.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqr -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c sqr.c -fPIC -DPIC -o .libs/sqr.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqr -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c sqr.c -o sqr.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mul_basecase | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o mul_basecase.lo mul_basecase.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_basecase -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c mul_basecase.c -fPIC -DPIC -o .libs/mul_basecase.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_basecase -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c mul_basecase.c -o mul_basecase.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sqr_basecase | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o sqr_basecase.lo sqr_basecase.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqr_basecase -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c sqr_basecase.c -fPIC -DPIC -o .libs/sqr_basecase.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqr_basecase -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c sqr_basecase.c -o sqr_basecase.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo nussbaumer_mul | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o nussbaumer_mul.lo nussbaumer_mul.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_nussbaumer_mul -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c nussbaumer_mul.c -fPIC -DPIC -o .libs/nussbaumer_mul.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_nussbaumer_mul -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c nussbaumer_mul.c -o nussbaumer_mul.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mulmid_basecase | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o mulmid_basecase.lo mulmid_basecase.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mulmid_basecase -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c mulmid_basecase.c -fPIC -DPIC -o .libs/mulmid_basecase.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mulmid_basecase -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c mulmid_basecase.c -o mulmid_basecase.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom42_mulmid | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o toom42_mulmid.lo toom42_mulmid.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom42_mulmid -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c toom42_mulmid.c -fPIC -DPIC -o .libs/toom42_mulmid.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom42_mulmid -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c toom42_mulmid.c -o toom42_mulmid.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mulmid_n | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o mulmid_n.lo mulmid_n.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mulmid_n -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c mulmid_n.c -fPIC -DPIC -o .libs/mulmid_n.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mulmid_n -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c mulmid_n.c -o mulmid_n.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mulmid | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o mulmid.lo mulmid.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mulmid -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c mulmid.c -fPIC -DPIC -o .libs/mulmid.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mulmid -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c mulmid.c -o mulmid.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo random | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o random.lo random.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_random -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c random.c -fPIC -DPIC -o .libs/random.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_random -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c random.c -o random.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo random2 | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o random2.lo random2.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_random2 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c random2.c -fPIC -DPIC -o .libs/random2.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_random2 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c random2.c -o random2.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo pow_1 | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o pow_1.lo pow_1.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_pow_1 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c pow_1.c -fPIC -DPIC -o .libs/pow_1.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_pow_1 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c pow_1.c -o pow_1.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo rootrem | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o rootrem.lo rootrem.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rootrem -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c rootrem.c -fPIC -DPIC -o .libs/rootrem.o | |
| rootrem.c: In function 'mpn_rootrem_internal': | |
| rootrem.c:213: warning: 'save2' may be used uninitialized in this function | |
| rootrem.c:212: warning: 'rn' may be used uninitialized in this function | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rootrem -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c rootrem.c -o rootrem.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sqrtrem | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o sqrtrem.lo sqrtrem.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqrtrem -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c sqrtrem.c -fPIC -DPIC -o .libs/sqrtrem.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqrtrem -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c sqrtrem.c -o sqrtrem.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sizeinbase | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o sizeinbase.lo sizeinbase.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sizeinbase -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c sizeinbase.c -fPIC -DPIC -o .libs/sizeinbase.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sizeinbase -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c sizeinbase.c -o sizeinbase.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo get_str | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o get_str.lo get_str.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_get_str -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c get_str.c -fPIC -DPIC -o .libs/get_str.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_get_str -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c get_str.c -o get_str.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo set_str | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o set_str.lo set_str.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_set_str -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c set_str.c -fPIC -DPIC -o .libs/set_str.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_set_str -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c set_str.c -o set_str.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo scan0 | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o scan0.lo scan0.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_scan0 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c scan0.c -fPIC -DPIC -o .libs/scan0.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_scan0 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c scan0.c -o scan0.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo scan1 | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o scan1.lo scan1.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_scan1 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c scan1.c -fPIC -DPIC -o .libs/scan1.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_scan1 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c scan1.c -o scan1.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo popcount | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o popcount.lo popcount.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_popcount -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c popcount.c -fPIC -DPIC -o .libs/popcount.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_popcount -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c popcount.c -o popcount.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hamdist | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o hamdist.lo hamdist.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hamdist -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c hamdist.c -fPIC -DPIC -o .libs/hamdist.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hamdist -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c hamdist.c -o hamdist.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo cmp | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o cmp.lo cmp.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_cmp -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c cmp.c -fPIC -DPIC -o .libs/cmp.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_cmp -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c cmp.c -o cmp.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo zero_p | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o zero_p.lo zero_p.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_zero_p -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c zero_p.c -fPIC -DPIC -o .libs/zero_p.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_zero_p -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c zero_p.c -o zero_p.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo perfsqr | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o perfsqr.lo perfsqr.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_perfsqr -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c perfsqr.c -fPIC -DPIC -o .libs/perfsqr.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_perfsqr -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c perfsqr.c -o perfsqr.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo perfpow | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o perfpow.lo perfpow.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_perfpow -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c perfpow.c -fPIC -DPIC -o .libs/perfpow.o | |
| perfpow.c: In function '__gmpn_perfect_power_p': | |
| perfpow.c:245: warning: 'nc' may be used uninitialized in this function | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_perfpow -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c perfpow.c -o perfpow.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo gcd_1 | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o gcd_1.lo gcd_1.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcd_1 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c gcd_1.c -fPIC -DPIC -o .libs/gcd_1.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcd_1 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c gcd_1.c -o gcd_1.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo gcd | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o gcd.lo gcd.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcd -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c gcd.c -fPIC -DPIC -o .libs/gcd.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcd -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c gcd.c -o gcd.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo gcdext_1 | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o gcdext_1.lo gcdext_1.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcdext_1 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c gcdext_1.c -fPIC -DPIC -o .libs/gcdext_1.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcdext_1 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c gcdext_1.c -o gcdext_1.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo gcdext | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o gcdext.lo gcdext.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcdext -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c gcdext.c -fPIC -DPIC -o .libs/gcdext.o | |
| gcdext.c: In function '__gmpn_gcdext': | |
| gcdext.c:204: warning: 'matrix_scratch' may be used uninitialized in this function | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcdext -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c gcdext.c -o gcdext.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo gcd_subdiv_step | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o gcd_subdiv_step.lo gcd_subdiv_step.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcd_subdiv_step -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c gcd_subdiv_step.c -fPIC -DPIC -o .libs/gcd_subdiv_step.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcd_subdiv_step -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c gcd_subdiv_step.c -o gcd_subdiv_step.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo gcdext_lehmer | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o gcdext_lehmer.lo gcdext_lehmer.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcdext_lehmer -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c gcdext_lehmer.c -fPIC -DPIC -o .libs/gcdext_lehmer.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcdext_lehmer -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c gcdext_lehmer.c -o gcdext_lehmer.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo div_q | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o div_q.lo div_q.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_div_q -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c div_q.c -fPIC -DPIC -o .libs/div_q.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_div_q -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c div_q.c -o div_q.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo tdiv_qr | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o tdiv_qr.lo tdiv_qr.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_tdiv_qr -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c tdiv_qr.c -fPIC -DPIC -o .libs/tdiv_qr.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_tdiv_qr -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c tdiv_qr.c -o tdiv_qr.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo jacbase | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o jacbase.lo jacbase.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_jacbase -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c jacbase.c -fPIC -DPIC -o .libs/jacbase.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_jacbase -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c jacbase.c -o jacbase.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo jacobi_2 | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o jacobi_2.lo jacobi_2.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_jacobi_2 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c jacobi_2.c -fPIC -DPIC -o .libs/jacobi_2.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_jacobi_2 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c jacobi_2.c -o jacobi_2.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo jacobi | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o jacobi.lo jacobi.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_jacobi -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c jacobi.c -fPIC -DPIC -o .libs/jacobi.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_jacobi -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c jacobi.c -o jacobi.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo get_d | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o get_d.lo get_d.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_get_d -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c get_d.c -fPIC -DPIC -o .libs/get_d.o | |
| get_d.c: In function '__gmpn_get_d': | |
| get_d.c:223: warning: suggest parentheses around + or - inside shift | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_get_d -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c get_d.c -o get_d.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo matrix22_mul | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o matrix22_mul.lo matrix22_mul.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_matrix22_mul -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c matrix22_mul.c -fPIC -DPIC -o .libs/matrix22_mul.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_matrix22_mul -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c matrix22_mul.c -o matrix22_mul.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo matrix22_mul1_inverse_vector | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o matrix22_mul1_inverse_vector.lo matrix22_mul1_inverse_vector.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_matrix22_mul1_inverse_vector -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c matrix22_mul1_inverse_vector.c -fPIC -DPIC -o .libs/matrix22_mul1_inverse_vector.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_matrix22_mul1_inverse_vector -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c matrix22_mul1_inverse_vector.c -o matrix22_mul1_inverse_vector.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hgcd_matrix | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o hgcd_matrix.lo hgcd_matrix.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd_matrix -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c hgcd_matrix.c -fPIC -DPIC -o .libs/hgcd_matrix.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd_matrix -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c hgcd_matrix.c -o hgcd_matrix.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hgcd2 | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o hgcd2.lo hgcd2.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd2 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c hgcd2.c -fPIC -DPIC -o .libs/hgcd2.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd2 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c hgcd2.c -o hgcd2.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hgcd_step | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o hgcd_step.lo hgcd_step.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd_step -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c hgcd_step.c -fPIC -DPIC -o .libs/hgcd_step.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd_step -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c hgcd_step.c -o hgcd_step.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hgcd_reduce | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o hgcd_reduce.lo hgcd_reduce.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd_reduce -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c hgcd_reduce.c -fPIC -DPIC -o .libs/hgcd_reduce.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd_reduce -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c hgcd_reduce.c -o hgcd_reduce.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hgcd | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o hgcd.lo hgcd.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c hgcd.c -fPIC -DPIC -o .libs/hgcd.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c hgcd.c -o hgcd.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hgcd_appr | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o hgcd_appr.lo hgcd_appr.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd_appr -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c hgcd_appr.c -fPIC -DPIC -o .libs/hgcd_appr.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd_appr -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c hgcd_appr.c -o hgcd_appr.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hgcd2_jacobi | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o hgcd2_jacobi.lo hgcd2_jacobi.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd2_jacobi -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c hgcd2_jacobi.c -fPIC -DPIC -o .libs/hgcd2_jacobi.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd2_jacobi -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c hgcd2_jacobi.c -o hgcd2_jacobi.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hgcd_jacobi | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o hgcd_jacobi.lo hgcd_jacobi.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd_jacobi -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c hgcd_jacobi.c -fPIC -DPIC -o .libs/hgcd_jacobi.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd_jacobi -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c hgcd_jacobi.c -o hgcd_jacobi.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mullo_n | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o mullo_n.lo mullo_n.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mullo_n -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c mullo_n.c -fPIC -DPIC -o .libs/mullo_n.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mullo_n -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c mullo_n.c -o mullo_n.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mullo_basecase | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o mullo_basecase.lo mullo_basecase.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mullo_basecase -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c mullo_basecase.c -fPIC -DPIC -o .libs/mullo_basecase.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mullo_basecase -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c mullo_basecase.c -o mullo_basecase.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sqrlo | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o sqrlo.lo sqrlo.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqrlo -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c sqrlo.c -fPIC -DPIC -o .libs/sqrlo.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqrlo -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c sqrlo.c -o sqrlo.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sqrlo_basecase | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o sqrlo_basecase.lo sqrlo_basecase.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqrlo_basecase -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c sqrlo_basecase.c -fPIC -DPIC -o .libs/sqrlo_basecase.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqrlo_basecase -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c sqrlo_basecase.c -o sqrlo_basecase.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom22_mul | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o toom22_mul.lo toom22_mul.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom22_mul -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c toom22_mul.c -fPIC -DPIC -o .libs/toom22_mul.o | |
| toom22_mul.c: In function '__gmpn_toom22_mul': | |
| toom22_mul.c:94: warning: unused variable '__gmpn_cpuvec_initialized' | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom22_mul -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c toom22_mul.c -o toom22_mul.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom32_mul | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o toom32_mul.lo toom32_mul.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom32_mul -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c toom32_mul.c -fPIC -DPIC -o .libs/toom32_mul.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom32_mul -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c toom32_mul.c -o toom32_mul.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom42_mul | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o toom42_mul.lo toom42_mul.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom42_mul -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c toom42_mul.c -fPIC -DPIC -o .libs/toom42_mul.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom42_mul -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c toom42_mul.c -o toom42_mul.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom52_mul | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o toom52_mul.lo toom52_mul.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom52_mul -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c toom52_mul.c -fPIC -DPIC -o .libs/toom52_mul.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom52_mul -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c toom52_mul.c -o toom52_mul.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom62_mul | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o toom62_mul.lo toom62_mul.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom62_mul -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c toom62_mul.c -fPIC -DPIC -o .libs/toom62_mul.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom62_mul -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c toom62_mul.c -o toom62_mul.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom33_mul | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o toom33_mul.lo toom33_mul.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom33_mul -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c toom33_mul.c -fPIC -DPIC -o .libs/toom33_mul.o | |
| toom33_mul.c: In function '__gmpn_toom33_mul': | |
| toom33_mul.c:93: warning: unused variable '__gmpn_cpuvec_initialized' | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom33_mul -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c toom33_mul.c -o toom33_mul.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom43_mul | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o toom43_mul.lo toom43_mul.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom43_mul -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c toom43_mul.c -fPIC -DPIC -o .libs/toom43_mul.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom43_mul -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c toom43_mul.c -o toom43_mul.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom53_mul | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o toom53_mul.lo toom53_mul.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom53_mul -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c toom53_mul.c -fPIC -DPIC -o .libs/toom53_mul.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom53_mul -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c toom53_mul.c -o toom53_mul.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom54_mul | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o toom54_mul.lo toom54_mul.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom54_mul -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c toom54_mul.c -fPIC -DPIC -o .libs/toom54_mul.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom54_mul -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c toom54_mul.c -o toom54_mul.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom63_mul | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o toom63_mul.lo toom63_mul.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom63_mul -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c toom63_mul.c -fPIC -DPIC -o .libs/toom63_mul.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom63_mul -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c toom63_mul.c -o toom63_mul.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom44_mul | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o toom44_mul.lo toom44_mul.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom44_mul -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c toom44_mul.c -fPIC -DPIC -o .libs/toom44_mul.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom44_mul -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c toom44_mul.c -o toom44_mul.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom6h_mul | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o toom6h_mul.lo toom6h_mul.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom6h_mul -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c toom6h_mul.c -fPIC -DPIC -o .libs/toom6h_mul.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom6h_mul -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c toom6h_mul.c -o toom6h_mul.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom6_sqr | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o toom6_sqr.lo toom6_sqr.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom6_sqr -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c toom6_sqr.c -fPIC -DPIC -o .libs/toom6_sqr.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom6_sqr -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c toom6_sqr.c -o toom6_sqr.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom8h_mul | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o toom8h_mul.lo toom8h_mul.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom8h_mul -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c toom8h_mul.c -fPIC -DPIC -o .libs/toom8h_mul.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom8h_mul -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c toom8h_mul.c -o toom8h_mul.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom8_sqr | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o toom8_sqr.lo toom8_sqr.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom8_sqr -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c toom8_sqr.c -fPIC -DPIC -o .libs/toom8_sqr.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom8_sqr -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c toom8_sqr.c -o toom8_sqr.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_couple_handling | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o toom_couple_handling.lo toom_couple_handling.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_couple_handling -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c toom_couple_handling.c -fPIC -DPIC -o .libs/toom_couple_handling.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_couple_handling -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c toom_couple_handling.c -o toom_couple_handling.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom2_sqr | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o toom2_sqr.lo toom2_sqr.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom2_sqr -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c toom2_sqr.c -fPIC -DPIC -o .libs/toom2_sqr.o | |
| toom2_sqr.c: In function '__gmpn_toom2_sqr': | |
| toom2_sqr.c:73: warning: unused variable '__gmpn_cpuvec_initialized' | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom2_sqr -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c toom2_sqr.c -o toom2_sqr.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom3_sqr | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o toom3_sqr.lo toom3_sqr.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom3_sqr -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c toom3_sqr.c -fPIC -DPIC -o .libs/toom3_sqr.o | |
| toom3_sqr.c: In function '__gmpn_toom3_sqr': | |
| toom3_sqr.c:82: warning: unused variable '__gmpn_cpuvec_initialized' | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom3_sqr -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c toom3_sqr.c -o toom3_sqr.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom4_sqr | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o toom4_sqr.lo toom4_sqr.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom4_sqr -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c toom4_sqr.c -fPIC -DPIC -o .libs/toom4_sqr.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom4_sqr -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c toom4_sqr.c -o toom4_sqr.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_eval_dgr3_pm1 | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o toom_eval_dgr3_pm1.lo toom_eval_dgr3_pm1.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_dgr3_pm1 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c toom_eval_dgr3_pm1.c -fPIC -DPIC -o .libs/toom_eval_dgr3_pm1.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_dgr3_pm1 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c toom_eval_dgr3_pm1.c -o toom_eval_dgr3_pm1.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_eval_dgr3_pm2 | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o toom_eval_dgr3_pm2.lo toom_eval_dgr3_pm2.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_dgr3_pm2 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c toom_eval_dgr3_pm2.c -fPIC -DPIC -o .libs/toom_eval_dgr3_pm2.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_dgr3_pm2 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c toom_eval_dgr3_pm2.c -o toom_eval_dgr3_pm2.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_eval_pm1 | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o toom_eval_pm1.lo toom_eval_pm1.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_pm1 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c toom_eval_pm1.c -fPIC -DPIC -o .libs/toom_eval_pm1.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_pm1 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c toom_eval_pm1.c -o toom_eval_pm1.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_eval_pm2 | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o toom_eval_pm2.lo toom_eval_pm2.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_pm2 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c toom_eval_pm2.c -fPIC -DPIC -o .libs/toom_eval_pm2.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_pm2 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c toom_eval_pm2.c -o toom_eval_pm2.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_eval_pm2exp | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o toom_eval_pm2exp.lo toom_eval_pm2exp.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_pm2exp -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c toom_eval_pm2exp.c -fPIC -DPIC -o .libs/toom_eval_pm2exp.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_pm2exp -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c toom_eval_pm2exp.c -o toom_eval_pm2exp.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_eval_pm2rexp | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o toom_eval_pm2rexp.lo toom_eval_pm2rexp.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_pm2rexp -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c toom_eval_pm2rexp.c -fPIC -DPIC -o .libs/toom_eval_pm2rexp.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_pm2rexp -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c toom_eval_pm2rexp.c -o toom_eval_pm2rexp.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_interpolate_5pts | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o toom_interpolate_5pts.lo toom_interpolate_5pts.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_5pts -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c toom_interpolate_5pts.c -fPIC -DPIC -o .libs/toom_interpolate_5pts.o | |
| toom_interpolate_5pts.c: In function '__gmpn_toom_interpolate_5pts': | |
| toom_interpolate_5pts.c:71: warning: value computed is not used | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_5pts -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c toom_interpolate_5pts.c -o toom_interpolate_5pts.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_interpolate_6pts | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o toom_interpolate_6pts.lo toom_interpolate_6pts.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_6pts -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c toom_interpolate_6pts.c -fPIC -DPIC -o .libs/toom_interpolate_6pts.o | |
| toom_interpolate_6pts.c: In function '__gmpn_toom_interpolate_6pts': | |
| toom_interpolate_6pts.c:147: warning: value computed is not used | |
| toom_interpolate_6pts.c:155: warning: value computed is not used | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_6pts -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c toom_interpolate_6pts.c -o toom_interpolate_6pts.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_interpolate_7pts | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o toom_interpolate_7pts.lo toom_interpolate_7pts.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_7pts -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c toom_interpolate_7pts.c -fPIC -DPIC -o .libs/toom_interpolate_7pts.o | |
| toom_interpolate_7pts.c: In function '__gmpn_toom_interpolate_7pts': | |
| toom_interpolate_7pts.c:204: warning: value computed is not used | |
| toom_interpolate_7pts.c:213: warning: value computed is not used | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_7pts -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c toom_interpolate_7pts.c -o toom_interpolate_7pts.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_interpolate_8pts | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o toom_interpolate_8pts.lo toom_interpolate_8pts.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_8pts -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c toom_interpolate_8pts.c -fPIC -DPIC -o .libs/toom_interpolate_8pts.o | |
| toom_interpolate_8pts.c: In function '__gmpn_toom_interpolate_8pts': | |
| toom_interpolate_8pts.c:164: warning: value computed is not used | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_8pts -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c toom_interpolate_8pts.c -o toom_interpolate_8pts.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_interpolate_12pts | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o toom_interpolate_12pts.lo toom_interpolate_12pts.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_12pts -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c toom_interpolate_12pts.c -fPIC -DPIC -o .libs/toom_interpolate_12pts.o | |
| toom_interpolate_12pts.c: In function '__gmpn_toom_interpolate_12pts': | |
| toom_interpolate_12pts.c:265: warning: value computed is not used | |
| toom_interpolate_12pts.c: At top level: | |
| toom_interpolate_12pts.c:63: warning: 'DO_mpn_addlsh_n' defined but not used | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_12pts -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c toom_interpolate_12pts.c -o toom_interpolate_12pts.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_interpolate_16pts | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o toom_interpolate_16pts.lo toom_interpolate_16pts.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_16pts -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c toom_interpolate_16pts.c -fPIC -DPIC -o .libs/toom_interpolate_16pts.o | |
| toom_interpolate_16pts.c: In function '__gmpn_toom_interpolate_16pts': | |
| toom_interpolate_16pts.c:389: warning: value computed is not used | |
| toom_interpolate_16pts.c:423: warning: value computed is not used | |
| toom_interpolate_16pts.c: At top level: | |
| toom_interpolate_16pts.c:71: warning: 'DO_mpn_addlsh_n' defined but not used | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_16pts -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c toom_interpolate_16pts.c -o toom_interpolate_16pts.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo invertappr | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o invertappr.lo invertappr.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_invertappr -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c invertappr.c -fPIC -DPIC -o .libs/invertappr.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_invertappr -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c invertappr.c -o invertappr.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo invert | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o invert.lo invert.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_invert -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c invert.c -fPIC -DPIC -o .libs/invert.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_invert -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c invert.c -o invert.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo binvert | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o binvert.lo binvert.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_binvert -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c binvert.c -fPIC -DPIC -o .libs/binvert.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_binvert -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c binvert.c -o binvert.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mulmod_bnm1 | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o mulmod_bnm1.lo mulmod_bnm1.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mulmod_bnm1 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c mulmod_bnm1.c -fPIC -DPIC -o .libs/mulmod_bnm1.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mulmod_bnm1 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c mulmod_bnm1.c -o mulmod_bnm1.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sqrmod_bnm1 | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o sqrmod_bnm1.lo sqrmod_bnm1.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqrmod_bnm1 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c sqrmod_bnm1.c -fPIC -DPIC -o .libs/sqrmod_bnm1.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqrmod_bnm1 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c sqrmod_bnm1.c -o sqrmod_bnm1.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo div_qr_1 | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o div_qr_1.lo div_qr_1.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_div_qr_1 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c div_qr_1.c -fPIC -DPIC -o .libs/div_qr_1.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_div_qr_1 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c div_qr_1.c -o div_qr_1.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo div_qr_1n_pi1 | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o div_qr_1n_pi1.lo div_qr_1n_pi1.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_div_qr_1n_pi1 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c div_qr_1n_pi1.c -fPIC -DPIC -o .libs/div_qr_1n_pi1.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_div_qr_1n_pi1 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c div_qr_1n_pi1.c -o div_qr_1n_pi1.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo div_qr_2 | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o div_qr_2.lo div_qr_2.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_div_qr_2 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c div_qr_2.c -fPIC -DPIC -o .libs/div_qr_2.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_div_qr_2 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c div_qr_2.c -o div_qr_2.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo div_qr_2n_pi1 | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o div_qr_2n_pi1.lo div_qr_2n_pi1.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_div_qr_2n_pi1 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c div_qr_2n_pi1.c -fPIC -DPIC -o .libs/div_qr_2n_pi1.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_div_qr_2n_pi1 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c div_qr_2n_pi1.c -o div_qr_2n_pi1.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo div_qr_2u_pi1 | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o div_qr_2u_pi1.lo div_qr_2u_pi1.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_div_qr_2u_pi1 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c div_qr_2u_pi1.c -fPIC -DPIC -o .libs/div_qr_2u_pi1.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_div_qr_2u_pi1 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c div_qr_2u_pi1.c -o div_qr_2u_pi1.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sbpi1_div_q | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o sbpi1_div_q.lo sbpi1_div_q.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sbpi1_div_q -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c sbpi1_div_q.c -fPIC -DPIC -o .libs/sbpi1_div_q.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sbpi1_div_q -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c sbpi1_div_q.c -o sbpi1_div_q.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sbpi1_div_qr | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o sbpi1_div_qr.lo sbpi1_div_qr.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sbpi1_div_qr -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c sbpi1_div_qr.c -fPIC -DPIC -o .libs/sbpi1_div_qr.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sbpi1_div_qr -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c sbpi1_div_qr.c -o sbpi1_div_qr.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sbpi1_divappr_q | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o sbpi1_divappr_q.lo sbpi1_divappr_q.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sbpi1_divappr_q -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c sbpi1_divappr_q.c -fPIC -DPIC -o .libs/sbpi1_divappr_q.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sbpi1_divappr_q -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c sbpi1_divappr_q.c -o sbpi1_divappr_q.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dcpi1_div_q | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o dcpi1_div_q.lo dcpi1_div_q.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dcpi1_div_q -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c dcpi1_div_q.c -fPIC -DPIC -o .libs/dcpi1_div_q.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dcpi1_div_q -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c dcpi1_div_q.c -o dcpi1_div_q.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dcpi1_div_qr | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o dcpi1_div_qr.lo dcpi1_div_qr.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dcpi1_div_qr -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c dcpi1_div_qr.c -fPIC -DPIC -o .libs/dcpi1_div_qr.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dcpi1_div_qr -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c dcpi1_div_qr.c -o dcpi1_div_qr.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dcpi1_divappr_q | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o dcpi1_divappr_q.lo dcpi1_divappr_q.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dcpi1_divappr_q -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c dcpi1_divappr_q.c -fPIC -DPIC -o .libs/dcpi1_divappr_q.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dcpi1_divappr_q -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c dcpi1_divappr_q.c -o dcpi1_divappr_q.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mu_div_qr | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o mu_div_qr.lo mu_div_qr.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mu_div_qr -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c mu_div_qr.c -fPIC -DPIC -o .libs/mu_div_qr.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mu_div_qr -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c mu_div_qr.c -o mu_div_qr.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mu_divappr_q | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o mu_divappr_q.lo mu_divappr_q.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mu_divappr_q -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c mu_divappr_q.c -fPIC -DPIC -o .libs/mu_divappr_q.o | |
| mu_divappr_q.c: In function '__gmpn_preinv_mu_divappr_q': | |
| mu_divappr_q.c:170: warning: 'cy' may be used uninitialized in this function | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mu_divappr_q -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c mu_divappr_q.c -o mu_divappr_q.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mu_div_q | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o mu_div_q.lo mu_div_q.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mu_div_q -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c mu_div_q.c -fPIC -DPIC -o .libs/mu_div_q.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mu_div_q -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c mu_div_q.c -o mu_div_q.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo bdiv_q_1 | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o bdiv_q_1.lo bdiv_q_1.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bdiv_q_1 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c bdiv_q_1.c -fPIC -DPIC -o .libs/bdiv_q_1.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bdiv_q_1 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c bdiv_q_1.c -o bdiv_q_1.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sbpi1_bdiv_q | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o sbpi1_bdiv_q.lo sbpi1_bdiv_q.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sbpi1_bdiv_q -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c sbpi1_bdiv_q.c -fPIC -DPIC -o .libs/sbpi1_bdiv_q.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sbpi1_bdiv_q -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c sbpi1_bdiv_q.c -o sbpi1_bdiv_q.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sbpi1_bdiv_qr | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o sbpi1_bdiv_qr.lo sbpi1_bdiv_qr.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sbpi1_bdiv_qr -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c sbpi1_bdiv_qr.c -fPIC -DPIC -o .libs/sbpi1_bdiv_qr.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sbpi1_bdiv_qr -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c sbpi1_bdiv_qr.c -o sbpi1_bdiv_qr.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dcpi1_bdiv_q | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o dcpi1_bdiv_q.lo dcpi1_bdiv_q.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dcpi1_bdiv_q -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c dcpi1_bdiv_q.c -fPIC -DPIC -o .libs/dcpi1_bdiv_q.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dcpi1_bdiv_q -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c dcpi1_bdiv_q.c -o dcpi1_bdiv_q.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dcpi1_bdiv_qr | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o dcpi1_bdiv_qr.lo dcpi1_bdiv_qr.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dcpi1_bdiv_qr -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c dcpi1_bdiv_qr.c -fPIC -DPIC -o .libs/dcpi1_bdiv_qr.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dcpi1_bdiv_qr -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c dcpi1_bdiv_qr.c -o dcpi1_bdiv_qr.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mu_bdiv_q | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o mu_bdiv_q.lo mu_bdiv_q.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mu_bdiv_q -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c mu_bdiv_q.c -fPIC -DPIC -o .libs/mu_bdiv_q.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mu_bdiv_q -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c mu_bdiv_q.c -o mu_bdiv_q.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mu_bdiv_qr | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o mu_bdiv_qr.lo mu_bdiv_qr.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mu_bdiv_qr -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c mu_bdiv_qr.c -fPIC -DPIC -o .libs/mu_bdiv_qr.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mu_bdiv_qr -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c mu_bdiv_qr.c -o mu_bdiv_qr.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo bdiv_q | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o bdiv_q.lo bdiv_q.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bdiv_q -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c bdiv_q.c -fPIC -DPIC -o .libs/bdiv_q.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bdiv_q -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c bdiv_q.c -o bdiv_q.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo bdiv_qr | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o bdiv_qr.lo bdiv_qr.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bdiv_qr -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c bdiv_qr.c -fPIC -DPIC -o .libs/bdiv_qr.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bdiv_qr -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c bdiv_qr.c -o bdiv_qr.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo broot | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o broot.lo broot.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_broot -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c broot.c -fPIC -DPIC -o .libs/broot.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_broot -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c broot.c -o broot.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo brootinv | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o brootinv.lo brootinv.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_brootinv -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c brootinv.c -fPIC -DPIC -o .libs/brootinv.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_brootinv -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c brootinv.c -o brootinv.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo bsqrt | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o bsqrt.lo bsqrt.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bsqrt -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c bsqrt.c -fPIC -DPIC -o .libs/bsqrt.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bsqrt -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c bsqrt.c -o bsqrt.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo bsqrtinv | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o bsqrtinv.lo bsqrtinv.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bsqrtinv -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c bsqrtinv.c -fPIC -DPIC -o .libs/bsqrtinv.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bsqrtinv -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c bsqrtinv.c -o bsqrtinv.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divexact | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o divexact.lo divexact.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divexact -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c divexact.c -fPIC -DPIC -o .libs/divexact.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divexact -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c divexact.c -o divexact.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo bdiv_dbm1c | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o bdiv_dbm1c.lo bdiv_dbm1c.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bdiv_dbm1c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c bdiv_dbm1c.c -fPIC -DPIC -o .libs/bdiv_dbm1c.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bdiv_dbm1c -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c bdiv_dbm1c.c -o bdiv_dbm1c.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo redc_1 | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o redc_1.lo redc_1.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_redc_1 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c redc_1.c -fPIC -DPIC -o .libs/redc_1.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_redc_1 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c redc_1.c -o redc_1.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo redc_2 | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o redc_2.lo redc_2.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_redc_2 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c redc_2.c -fPIC -DPIC -o .libs/redc_2.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_redc_2 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c redc_2.c -o redc_2.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo redc_n | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o redc_n.lo redc_n.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_redc_n -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c redc_n.c -fPIC -DPIC -o .libs/redc_n.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_redc_n -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c redc_n.c -o redc_n.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo powm | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o powm.lo powm.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_powm -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c powm.c -fPIC -DPIC -o .libs/powm.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_powm -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c powm.c -o powm.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo powlo | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o powlo.lo powlo.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_powlo -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c powlo.c -fPIC -DPIC -o .libs/powlo.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_powlo -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c powlo.c -o powlo.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sec_powm | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o sec_powm.lo sec_powm.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sec_powm -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c sec_powm.c -fPIC -DPIC -o .libs/sec_powm.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sec_powm -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c sec_powm.c -o sec_powm.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sec_mul | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o sec_mul.lo sec_mul.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sec_mul -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c sec_mul.c -fPIC -DPIC -o .libs/sec_mul.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sec_mul -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c sec_mul.c -o sec_mul.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sec_sqr | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o sec_sqr.lo sec_sqr.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sec_sqr -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c sec_sqr.c -fPIC -DPIC -o .libs/sec_sqr.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sec_sqr -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c sec_sqr.c -o sec_sqr.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sec_div_qr | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o sec_div_qr.lo sec_div_qr.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sec_div_qr -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c sec_div_qr.c -fPIC -DPIC -o .libs/sec_div_qr.o | |
| sec_div_qr.c: In function '__gmpn_sec_div_qr': | |
| sec_div_qr.c:76: warning: unused variable 'dinv' | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sec_div_qr -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c sec_div_qr.c -o sec_div_qr.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sec_div_r | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o sec_div_r.lo sec_div_r.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sec_div_r -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c sec_div_r.c -fPIC -DPIC -o .libs/sec_div_r.o | |
| sec_div_r.c: In function '__gmpn_sec_div_r': | |
| sec_div_r.c:88: warning: unused variable 'qh' | |
| sec_div_r.c:76: warning: unused variable 'dinv' | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sec_div_r -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c sec_div_r.c -o sec_div_r.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sec_pi1_div_qr | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o sec_pi1_div_qr.lo sec_pi1_div_qr.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sec_pi1_div_qr -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c sec_pi1_div_qr.c -fPIC -DPIC -o .libs/sec_pi1_div_qr.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sec_pi1_div_qr -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c sec_pi1_div_qr.c -o sec_pi1_div_qr.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sec_pi1_div_r | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o sec_pi1_div_r.lo sec_pi1_div_r.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sec_pi1_div_r -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c sec_pi1_div_r.c -fPIC -DPIC -o .libs/sec_pi1_div_r.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sec_pi1_div_r -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c sec_pi1_div_r.c -o sec_pi1_div_r.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sec_add_1 | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o sec_add_1.lo sec_add_1.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sec_add_1 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c sec_add_1.c -fPIC -DPIC -o .libs/sec_add_1.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sec_add_1 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c sec_add_1.c -o sec_add_1.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sec_sub_1 | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o sec_sub_1.lo sec_sub_1.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sec_sub_1 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c sec_sub_1.c -fPIC -DPIC -o .libs/sec_sub_1.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sec_sub_1 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c sec_sub_1.c -o sec_sub_1.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sec_invert | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o sec_invert.lo sec_invert.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sec_invert -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c sec_invert.c -fPIC -DPIC -o .libs/sec_invert.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sec_invert -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c sec_invert.c -o sec_invert.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo trialdiv | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o trialdiv.lo trialdiv.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_trialdiv -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c trialdiv.c -fPIC -DPIC -o .libs/trialdiv.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_trialdiv -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c trialdiv.c -o trialdiv.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo remove | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o remove.lo remove.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_remove -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c remove.c -fPIC -DPIC -o .libs/remove.o | |
| remove.c: In function '__gmpn_remove': | |
| remove.c:89: warning: 'np' may be used uninitialized in this function | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_remove -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c remove.c -o remove.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo and_n | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o and_n.lo and_n.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_and_n -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c and_n.c -fPIC -DPIC -o .libs/and_n.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_and_n -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c and_n.c -o and_n.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo andn_n | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o andn_n.lo andn_n.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_andn_n -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c andn_n.c -fPIC -DPIC -o .libs/andn_n.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_andn_n -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c andn_n.c -o andn_n.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo nand_n | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o nand_n.lo nand_n.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_nand_n -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c nand_n.c -fPIC -DPIC -o .libs/nand_n.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_nand_n -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c nand_n.c -o nand_n.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo ior_n | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o ior_n.lo ior_n.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_ior_n -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c ior_n.c -fPIC -DPIC -o .libs/ior_n.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_ior_n -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c ior_n.c -o ior_n.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo iorn_n | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o iorn_n.lo iorn_n.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_iorn_n -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c iorn_n.c -fPIC -DPIC -o .libs/iorn_n.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_iorn_n -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c iorn_n.c -o iorn_n.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo nior_n | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o nior_n.lo nior_n.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_nior_n -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c nior_n.c -fPIC -DPIC -o .libs/nior_n.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_nior_n -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c nior_n.c -o nior_n.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo xor_n | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o xor_n.lo xor_n.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_xor_n -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c xor_n.c -fPIC -DPIC -o .libs/xor_n.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_xor_n -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c xor_n.c -o xor_n.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo xnor_n | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o xnor_n.lo xnor_n.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_xnor_n -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c xnor_n.c -fPIC -DPIC -o .libs/xnor_n.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_xnor_n -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c xnor_n.c -o xnor_n.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo copyi | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o copyi.lo copyi.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_copyi -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c copyi.c -fPIC -DPIC -o .libs/copyi.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_copyi -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c copyi.c -o copyi.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo copyd | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o copyd.lo copyd.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_copyd -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c copyd.c -fPIC -DPIC -o .libs/copyd.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_copyd -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c copyd.c -o copyd.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo zero | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o zero.lo zero.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_zero -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c zero.c -fPIC -DPIC -o .libs/zero.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_zero -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c zero.c -o zero.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sec_tabselect | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o sec_tabselect.lo sec_tabselect.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sec_tabselect -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c sec_tabselect.c -fPIC -DPIC -o .libs/sec_tabselect.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sec_tabselect -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c sec_tabselect.c -o sec_tabselect.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo comb_tables | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o comb_tables.lo comb_tables.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_comb_tables -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c comb_tables.c -fPIC -DPIC -o .libs/comb_tables.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_comb_tables -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c comb_tables.c -o comb_tables.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" mipsel-uclibc-gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo umul | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections `test -f 'umul.asm' || echo './'`umul.asm | |
| libtool: compile: ../mpn/m4-ccas --m4=m4 mipsel-uclibc-gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_umul -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections umul.asm -fPIC -DPIC -o .libs/umul.o | |
| m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_umul -DLINUX26 -DCONFIG_BCMWL5 -DBCMWPA2 -DTCONFIG_NVRAM_64K -DPIC umul.asm >tmp-umul.s | |
| mipsel-uclibc-gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_umul -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections tmp-umul.s -fPIC -DPIC -o .libs/umul.o | |
| libtool: compile: ../mpn/m4-ccas --m4=m4 mipsel-uclibc-gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_umul -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections umul.asm -o umul.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add_n_sub_n | sed 's/_$//'` -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o add_n_sub_n.lo add_n_sub_n.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_n_sub_n -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c add_n_sub_n.c -fPIC -DPIC -o .libs/add_n_sub_n.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_n_sub_n -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c add_n_sub_n.c -o add_n_sub_n.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=link mipsel-uclibc-gcc -std=gnu99 -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -ffunction-sections -fdata-sections -Wl,--gc-sections -fPIC -o libmpn.la fib_table.lo mp_bases.lo add.lo add_1.lo add_n.lo sub.lo sub_1.lo sub_n.lo cnd_add_n.lo cnd_sub_n.lo cnd_swap.lo neg.lo com.lo mul_1.lo addmul_1.lo submul_1.lo add_err1_n.lo add_err2_n.lo add_err3_n.lo sub_err1_n.lo sub_err2_n.lo sub_err3_n.lo lshift.lo rshift.lo dive_1.lo diveby3.lo divis.lo divrem.lo divrem_1.lo divrem_2.lo fib2_ui.lo mod_1.lo mod_34lsub1.lo mode1o.lo pre_divrem_1.lo pre_mod_1.lo dump.lo mod_1_1.lo mod_1_2.lo mod_1_3.lo mod_1_4.lo lshiftc.lo mul.lo mul_fft.lo mul_n.lo sqr.lo mul_basecase.lo sqr_basecase.lo nussbaumer_mul.lo mulmid_basecase.lo toom42_mulmid.lo mulmid_n.lo mulmid.lo random.lo random2.lo pow_1.lo rootrem.lo sqrtrem.lo sizeinbase.lo get_str.lo set_str.lo scan0.lo scan1.lo popcount.lo hamdist.lo cmp.lo zero_p.lo perfsqr.lo perfpow.lo gcd_1.lo gcd.lo gcdext_1.lo gcdext.lo gcd_subdiv_step.lo gcdext_lehmer.lo div_q.lo tdiv_qr.lo jacbase.lo jacobi_2.lo jacobi.lo get_d.lo matrix22_mul.lo matrix22_mul1_inverse_vector.lo hgcd_matrix.lo hgcd2.lo hgcd_step.lo hgcd_reduce.lo hgcd.lo hgcd_appr.lo hgcd2_jacobi.lo hgcd_jacobi.lo mullo_n.lo mullo_basecase.lo sqrlo.lo sqrlo_basecase.lo toom22_mul.lo toom32_mul.lo toom42_mul.lo toom52_mul.lo toom62_mul.lo toom33_mul.lo toom43_mul.lo toom53_mul.lo toom54_mul.lo toom63_mul.lo toom44_mul.lo toom6h_mul.lo toom6_sqr.lo toom8h_mul.lo toom8_sqr.lo toom_couple_handling.lo toom2_sqr.lo toom3_sqr.lo toom4_sqr.lo toom_eval_dgr3_pm1.lo toom_eval_dgr3_pm2.lo toom_eval_pm1.lo toom_eval_pm2.lo toom_eval_pm2exp.lo toom_eval_pm2rexp.lo toom_interpolate_5pts.lo toom_interpolate_6pts.lo toom_interpolate_7pts.lo toom_interpolate_8pts.lo toom_interpolate_12pts.lo toom_interpolate_16pts.lo invertappr.lo invert.lo binvert.lo mulmod_bnm1.lo sqrmod_bnm1.lo div_qr_1.lo div_qr_1n_pi1.lo div_qr_2.lo div_qr_2n_pi1.lo div_qr_2u_pi1.lo sbpi1_div_q.lo sbpi1_div_qr.lo sbpi1_divappr_q.lo dcpi1_div_q.lo dcpi1_div_qr.lo dcpi1_divappr_q.lo mu_div_qr.lo mu_divappr_q.lo mu_div_q.lo bdiv_q_1.lo sbpi1_bdiv_q.lo sbpi1_bdiv_qr.lo dcpi1_bdiv_q.lo dcpi1_bdiv_qr.lo mu_bdiv_q.lo mu_bdiv_qr.lo bdiv_q.lo bdiv_qr.lo broot.lo brootinv.lo bsqrt.lo bsqrtinv.lo divexact.lo bdiv_dbm1c.lo redc_1.lo redc_2.lo redc_n.lo powm.lo powlo.lo sec_powm.lo sec_mul.lo sec_sqr.lo sec_div_qr.lo sec_div_r.lo sec_pi1_div_qr.lo sec_pi1_div_r.lo sec_add_1.lo sec_sub_1.lo sec_invert.lo trialdiv.lo remove.lo and_n.lo andn_n.lo nand_n.lo ior_n.lo iorn_n.lo nior_n.lo xor_n.lo xnor_n.lo copyi.lo copyd.lo zero.lo sec_tabselect.lo comb_tables.lo umul.lo add_n_sub_n.lo | |
| libtool: link: mipsel-uclibc-ar cq .libs/libmpn.a .libs/fib_table.o .libs/mp_bases.o .libs/add.o .libs/add_1.o .libs/add_n.o .libs/sub.o .libs/sub_1.o .libs/sub_n.o .libs/cnd_add_n.o .libs/cnd_sub_n.o .libs/cnd_swap.o .libs/neg.o .libs/com.o .libs/mul_1.o .libs/addmul_1.o .libs/submul_1.o .libs/add_err1_n.o .libs/add_err2_n.o .libs/add_err3_n.o .libs/sub_err1_n.o .libs/sub_err2_n.o .libs/sub_err3_n.o .libs/lshift.o .libs/rshift.o .libs/dive_1.o .libs/diveby3.o .libs/divis.o .libs/divrem.o .libs/divrem_1.o .libs/divrem_2.o .libs/fib2_ui.o .libs/mod_1.o .libs/mod_34lsub1.o .libs/mode1o.o .libs/pre_divrem_1.o .libs/pre_mod_1.o .libs/dump.o .libs/mod_1_1.o .libs/mod_1_2.o .libs/mod_1_3.o .libs/mod_1_4.o .libs/lshiftc.o .libs/mul.o .libs/mul_fft.o .libs/mul_n.o .libs/sqr.o .libs/mul_basecase.o .libs/sqr_basecase.o .libs/nussbaumer_mul.o .libs/mulmid_basecase.o .libs/toom42_mulmid.o .libs/mulmid_n.o .libs/mulmid.o .libs/random.o .libs/random2.o .libs/pow_1.o .libs/rootrem.o .libs/sqrtrem.o .libs/sizeinbase.o .libs/get_str.o .libs/set_str.o .libs/scan0.o .libs/scan1.o .libs/popcount.o .libs/hamdist.o .libs/cmp.o .libs/zero_p.o .libs/perfsqr.o .libs/perfpow.o .libs/gcd_1.o .libs/gcd.o .libs/gcdext_1.o .libs/gcdext.o .libs/gcd_subdiv_step.o .libs/gcdext_lehmer.o .libs/div_q.o .libs/tdiv_qr.o .libs/jacbase.o .libs/jacobi_2.o .libs/jacobi.o .libs/get_d.o .libs/matrix22_mul.o .libs/matrix22_mul1_inverse_vector.o .libs/hgcd_matrix.o .libs/hgcd2.o .libs/hgcd_step.o .libs/hgcd_reduce.o .libs/hgcd.o .libs/hgcd_appr.o .libs/hgcd2_jacobi.o .libs/hgcd_jacobi.o .libs/mullo_n.o .libs/mullo_basecase.o .libs/sqrlo.o .libs/sqrlo_basecase.o .libs/toom22_mul.o .libs/toom32_mul.o .libs/toom42_mul.o .libs/toom52_mul.o .libs/toom62_mul.o .libs/toom33_mul.o .libs/toom43_mul.o .libs/toom53_mul.o .libs/toom54_mul.o .libs/toom63_mul.o .libs/toom44_mul.o .libs/toom6h_mul.o .libs/toom6_sqr.o .libs/toom8h_mul.o .libs/toom8_sqr.o .libs/toom_couple_handling.o .libs/toom2_sqr.o .libs/toom3_sqr.o .libs/toom4_sqr.o .libs/toom_eval_dgr3_pm1.o .libs/toom_eval_dgr3_pm2.o .libs/toom_eval_pm1.o .libs/toom_eval_pm2.o .libs/toom_eval_pm2exp.o .libs/toom_eval_pm2rexp.o .libs/toom_interpolate_5pts.o .libs/toom_interpolate_6pts.o .libs/toom_interpolate_7pts.o .libs/toom_interpolate_8pts.o .libs/toom_interpolate_12pts.o .libs/toom_interpolate_16pts.o .libs/invertappr.o .libs/invert.o .libs/binvert.o .libs/mulmod_bnm1.o .libs/sqrmod_bnm1.o .libs/div_qr_1.o .libs/div_qr_1n_pi1.o .libs/div_qr_2.o .libs/div_qr_2n_pi1.o .libs/div_qr_2u_pi1.o .libs/sbpi1_div_q.o .libs/sbpi1_div_qr.o .libs/sbpi1_divappr_q.o .libs/dcpi1_div_q.o .libs/dcpi1_div_qr.o .libs/dcpi1_divappr_q.o .libs/mu_div_qr.o .libs/mu_divappr_q.o .libs/mu_div_q.o .libs/bdiv_q_1.o .libs/sbpi1_bdiv_q.o .libs/sbpi1_bdiv_qr.o .libs/dcpi1_bdiv_q.o .libs/dcpi1_bdiv_qr.o .libs/mu_bdiv_q.o .libs/mu_bdiv_qr.o .libs/bdiv_q.o .libs/bdiv_qr.o .libs/broot.o .libs/brootinv.o .libs/bsqrt.o .libs/bsqrtinv.o .libs/divexact.o .libs/bdiv_dbm1c.o .libs/redc_1.o .libs/redc_2.o .libs/redc_n.o .libs/powm.o .libs/powlo.o .libs/sec_powm.o .libs/sec_mul.o .libs/sec_sqr.o .libs/sec_div_qr.o .libs/sec_div_r.o .libs/sec_pi1_div_qr.o .libs/sec_pi1_div_r.o .libs/sec_add_1.o .libs/sec_sub_1.o .libs/sec_invert.o .libs/trialdiv.o .libs/remove.o .libs/and_n.o .libs/andn_n.o .libs/nand_n.o .libs/ior_n.o .libs/iorn_n.o .libs/nior_n.o .libs/xor_n.o .libs/xnor_n.o .libs/copyi.o .libs/copyd.o .libs/zero.o .libs/sec_tabselect.o .libs/comb_tables.o .libs/umul.o .libs/add_n_sub_n.o | |
| libtool: link: mipsel-uclibc-ranlib .libs/libmpn.a | |
| libtool: link: ( cd ".libs" && rm -f "libmpn.la" && ln -s "../libmpn.la" "libmpn.la" ) | |
| make[8]: Leaving directory '/home/oglop/tomato/release/src/router/gmp/mpn' | |
| Making all in mpz | |
| make[8]: Entering directory '/home/oglop/tomato/release/src/router/gmp/mpz' | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o 2fac_ui.lo 2fac_ui.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c 2fac_ui.c -fPIC -DPIC -o .libs/2fac_ui.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c 2fac_ui.c -o 2fac_ui.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o add.lo add.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c add.c -fPIC -DPIC -o .libs/add.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c add.c -o add.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o add_ui.lo add_ui.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c add_ui.c -fPIC -DPIC -o .libs/add_ui.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c add_ui.c -o add_ui.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o abs.lo abs.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c abs.c -fPIC -DPIC -o .libs/abs.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c abs.c -o abs.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o aorsmul.lo aorsmul.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c aorsmul.c -fPIC -DPIC -o .libs/aorsmul.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c aorsmul.c -o aorsmul.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o aorsmul_i.lo aorsmul_i.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c aorsmul_i.c -fPIC -DPIC -o .libs/aorsmul_i.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c aorsmul_i.c -o aorsmul_i.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o and.lo and.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c and.c -fPIC -DPIC -o .libs/and.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c and.c -o and.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o array_init.lo array_init.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c array_init.c -fPIC -DPIC -o .libs/array_init.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c array_init.c -o array_init.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o bin_ui.lo bin_ui.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c bin_ui.c -fPIC -DPIC -o .libs/bin_ui.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c bin_ui.c -o bin_ui.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o bin_uiui.lo bin_uiui.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c bin_uiui.c -fPIC -DPIC -o .libs/bin_uiui.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c bin_uiui.c -o bin_uiui.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o cdiv_q.lo cdiv_q.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c cdiv_q.c -fPIC -DPIC -o .libs/cdiv_q.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c cdiv_q.c -o cdiv_q.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o cdiv_q_ui.lo cdiv_q_ui.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c cdiv_q_ui.c -fPIC -DPIC -o .libs/cdiv_q_ui.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c cdiv_q_ui.c -o cdiv_q_ui.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o cdiv_qr.lo cdiv_qr.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c cdiv_qr.c -fPIC -DPIC -o .libs/cdiv_qr.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c cdiv_qr.c -o cdiv_qr.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o cdiv_qr_ui.lo cdiv_qr_ui.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c cdiv_qr_ui.c -fPIC -DPIC -o .libs/cdiv_qr_ui.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c cdiv_qr_ui.c -o cdiv_qr_ui.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o cdiv_r.lo cdiv_r.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c cdiv_r.c -fPIC -DPIC -o .libs/cdiv_r.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c cdiv_r.c -o cdiv_r.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o cdiv_r_ui.lo cdiv_r_ui.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c cdiv_r_ui.c -fPIC -DPIC -o .libs/cdiv_r_ui.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c cdiv_r_ui.c -o cdiv_r_ui.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o cdiv_ui.lo cdiv_ui.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c cdiv_ui.c -fPIC -DPIC -o .libs/cdiv_ui.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c cdiv_ui.c -o cdiv_ui.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o cfdiv_q_2exp.lo cfdiv_q_2exp.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c cfdiv_q_2exp.c -fPIC -DPIC -o .libs/cfdiv_q_2exp.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c cfdiv_q_2exp.c -o cfdiv_q_2exp.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o cfdiv_r_2exp.lo cfdiv_r_2exp.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c cfdiv_r_2exp.c -fPIC -DPIC -o .libs/cfdiv_r_2exp.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c cfdiv_r_2exp.c -o cfdiv_r_2exp.o >/dev/null 2>&1 | |
| /bin/sh ../libtool --tag=CC --mode=compile mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c -o clear.lo clear.c | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-sections -c clear.c -fPIC -DPIC -o .libs/clear.o | |
| libtool: compile: mipsel-uclibc-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -Os -Wall -DLINUX26 -DCONFIG_BCMWL5 -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32 -mips32 -DTCONFIG_NVRAM_64K -fPIC -ffunction-sections -fdata-s |
View raw
(Sorry about that, but we can’t show files that are this big right now.)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment