==> Creating clean working copy [build]...done
==> Making package: wcc-git 20160816.r27-1 (Mon Aug 22 01:37:58 EDT 2016)
==> Retrieving sources...
  -> Cloning wcc-git git repo...
Cloning into bare repository '/srv/build/builder/plugbuild/work/wcc-git/wcc-git'...
==> Validating source files with sha512sums...
    wcc-git ... Skipped
==> Making package: wcc-git 20160816.r27-1 (Mon Aug 22 01:38:03 EDT 2016)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

Packages (6) capstone-3.0.4-3  ccache-3.2.7-1  gsl-2.1-2  libelf-0.166-1  lua-5.3.3-1  uthash-2.0.1-1

Total Download Size:    0.07 MiB
Total Installed Size:  11.44 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
downloading uthash-2.0.1-1-any.pkg.tar.xz...
downloading ccache-3.2.7-1-armv7h.pkg.tar.xz...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing libelf...
installing uthash...
installing capstone...
installing gsl...
installing ccache...
installing lua...
:: Running post-transaction hooks...
(1/1) Updating the info directory file...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

Packages (6) libedit-20160618_3.1-1  libxml2-2.9.4+0+gbdec218-2  llvm-libs-3.8.1-1  perl-error-0.17024-1  clang-3.8.1-1  git-2.9.3-1

Total Download Size:    21.98 MiB
Total Installed Size:  181.00 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
downloading clang-3.8.1-1-armv7h.pkg.tar.xz...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing perl-error...
installing git...
Optional dependencies for git
    tk: gitk and git gui
    perl-libwww: git svn
    perl-term-readkey: git svn
    perl-mime-tools: git send-email
    perl-net-smtp-ssl: git send-email TLS support
    perl-authen-sasl: git send-email TLS support
    python2: various helper scripts
    subversion: git svn
    cvsps2: git cvsimport
    gnome-keyring: GNOME keyring credential helper
installing libedit...
installing llvm-libs...
installing libxml2...
installing clang...
Optional dependencies for clang
    openmp: OpenMP support in clang with -fopenmp
    python2: for scan-view and git-clang-format
==> Retrieving sources...
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    wcc-git ... Skipped
==> Extracting sources...
  -> Creating working copy of wcc git repo...
Cloning into 'wcc-git'...
done.
==> Starting prepare()...
Submodule 'doc/wikidocs' (https://github.com/endrazine/wcc.wiki.git) registered for path 'doc/wikidocs'
Submodule 'src/wsh/linenoise' (https://github.com/antirez/linenoise.git) registered for path 'src/wsh/linenoise'
Submodule 'src/wsh/lua' (https://github.com/lua/lua.git) registered for path 'src/wsh/lua'
Submodule 'src/wsh/luajit-2.0' (http://luajit.org/git/luajit-2.0.git) registered for path 'src/wsh/luajit-2.0'
Submodule 'src/wsh/openlibm' (https://github.com/JuliaLang/openlibm.git) registered for path 'src/wsh/openlibm'
Cloning into '/build/wcc-git/src/wcc-git/doc/wikidocs'...
Cloning into '/build/wcc-git/src/wcc-git/src/wsh/linenoise'...
Cloning into '/build/wcc-git/src/wcc-git/src/wsh/lua'...
Cloning into '/build/wcc-git/src/wcc-git/src/wsh/luajit-2.0'...
Cloning into '/build/wcc-git/src/wcc-git/src/wsh/openlibm'...
Submodule path 'doc/wikidocs': checked out 'c5bec33103798d2444529488c6de7459876af7c0'
Submodule path 'src/wsh/linenoise': checked out 'c894b9e59f02203dbe4e2be657572cf88c4230c3'
Submodule path 'src/wsh/lua': checked out '7d19fe6f4d59543ce5a61b640350805064ac5652'
Submodule path 'src/wsh/luajit-2.0': checked out '02b9b5597679658bbd8716cdeaaa33f04b1f6a3c'
Submodule path 'src/wsh/openlibm': checked out '0fa599cce845be67ed1729d9753f67e366c37b96'
==> Starting pkgver()...
==> Starting build()...
mkdir -p bin
cd src && make
make[1]: Entering directory '/build/wcc-git/src/wcc-git/src'
cd wcc && make
make[2]: Entering directory '/build/wcc-git/src/wcc-git/src/wcc'
clang -W -Wall -fpie -pie -fPIC -g3 -ggdb -O0 -I../../include -Wno-incompatible-pointer-types  -fstack-protector-all -Wl,-z,relro,-z,now -DPACKAGE -DPACKAGE_VERSION wcc.c -o wcc -lbfd -lelf -lcapstone
wcc.c:464:16: warning: flag ' ' results in undefined behavior with 's' conversion specifier [-Wformat]
    printf("%s% *s\t\t%x\t\t%c\n", sa->name, pad, "", sa->addr, symclass);
              ~^~~
wcc.c:1137:7: warning: format specifies type 'unsigned long' but the argument has type 'Elf32_Addr' (aka 'unsigned int') [-Wformat]
             ms->p_vaddr, ctx->base_address);
             ^~~~~~~~~~~
wcc.c:1571:5: warning: format specifies type 'unsigned long' but the argument has type 'Elf32_Word' (aka 'unsigned int') [-Wformat]
           shdr->sh_entsize, entszfromname(".rela.dyn"), s->name);
           ^~~~~~~~~~~~~~~~
wcc.c:1578:5: warning: format specifies type 'unsigned long' but the argument has type 'Elf32_Word' (aka 'unsigned int') [-Wformat]
           shdr->sh_entsize, entszfromname(".rel.dyn"), s->name);
           ^~~~~~~~~~~~~~~~
wcc.c:1586:3: warning: format specifies type 'unsigned long' but the argument has type 'Elf32_Word' (aka 'unsigned int') [-Wformat]
         shdr->sh_size, entszfromname(".rela.dyn"), s->name);
         ^~~~~~~~~~~~~
wcc.c:1593:3: warning: format specifies type 'unsigned long' but the argument has type 'Elf32_Word' (aka 'unsigned int') [-Wformat]
         shdr->sh_size, entszfromname(".rel.dyn"), s->name);
         ^~~~~~~~~~~~~
wcc.c:1599:5: warning: format specifies type 'unsigned long' but the argument has type 'unsigned int' [-Wformat]
           sz / shdr->sh_entsize);
           ^~~~~~~~~~~~~~~~~~~~~
wcc.c:1609:61: warning: format specifies type 'unsigned long' but the argument has type 'Elf32_Addr' (aka 'unsigned int') [-Wformat]
        printf("reloc[%u] %016lx\t%lu\t%s\t%u\taddend:%lx\t\n", i, r->r_offset,
                          ~~~~~~                                   ^~~~~~~~~~~
                          %016x
wcc.c:1610:9: warning: format specifies type 'unsigned long' but the argument has type 'Elf32_Word' (aka 'unsigned int') [-Wformat]
               r->r_info, htype, sindex, r->r_addend);
               ^~~~~~~~~
wcc.c:1610:35: warning: format specifies type 'unsigned long' but the argument has type 'Elf32_Sword' (aka 'int') [-Wformat]
               r->r_info, htype, sindex, r->r_addend);
                                         ^~~~~~~~~~~
wcc.c:1625:66: warning: format specifies type 'unsigned long' but the argument has type 'Elf32_Addr' (aka 'unsigned int') [-Wformat]
      printf("reloc[%u] %016lx\t%lu\t%s\t%u\taddend:%lu\t\n", i, r->r_offset,
                        ~~~~~~                                   ^~~~~~~~~~~
                        %016x
wcc.c:1626:7: warning: format specifies type 'unsigned long' but the argument has type 'Elf32_Word' (aka 'unsigned int') [-Wformat]
             r->r_info, htype, sindex, r->r_addend);
             ^~~~~~~~~
wcc.c:1626:33: warning: format specifies type 'unsigned long' but the argument has type 'Elf32_Sword' (aka 'int') [-Wformat]
             r->r_info, htype, sindex, r->r_addend);
                                       ^~~~~~~~~~~
wcc.c:1569:28: warning: comparison of integers of different signs: 'Elf32_Word' (aka 'unsigned int') and 'int' [-Wsign-compare]
      && (shdr->sh_entsize != entszfromname(".rela.dyn"))) {
          ~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~
wcc.c:1576:28: warning: comparison of integers of different signs: 'Elf32_Word' (aka 'unsigned int') and 'int' [-Wsign-compare]
      && (shdr->sh_entsize != entszfromname(".rel.dyn"))) {
          ~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~
wcc.c:1708:7: warning: format specifies type 'unsigned long' but the argument has type 'Elf32_Word' (aka 'unsigned int') [-Wformat]
             s->s_elf->sh_size, newsz, s->len);
             ^~~~~~~~~~~~~~~~~
wcc.c:1716:20: warning: incompatible integer to pointer conversion assigning to 'char *' from 'unsigned long' [-Wint-conversion]
      s->outoffset = orig_sz;
                   ^ ~~~~~~~
wcc.c:1718:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type '__off_t' (aka 'long') [-Wint-conversion]
      ftruncate(ctx->fdout, s->outoffset + s->s_elf->sh_size);
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/unistd.h:1018:41: note: passing argument to parameter '__length' here
extern int ftruncate (int __fd, __off_t __length) __THROW __wur;
                                        ^
wcc.c:2188:22: warning: flag ' ' results in undefined behavior with 's' conversion specifier [-Wformat]
        printf(" [%2u] \t%s% *s\t%012llx-%012llx %llu\t%s\t%llu\n", i + 1,
                           ~^~~
wcc.c:2189:27: warning: format specifies type 'unsigned long long' but the argument has type 'bfd_vma' (aka 'unsigned long') [-Wformat]
               s->name, pad, "", s->vma, s->vma + s->size, s->size, "RX",
                                 ^~~~~~
wcc.c:2189:35: warning: format specifies type 'unsigned long long' but the argument has type 'unsigned long' [-Wformat]
               s->name, pad, "", s->vma, s->vma + s->size, s->size, "RX",
                                         ^~~~~~~~~~~~~~~~
wcc.c:2189:53: warning: format specifies type 'unsigned long long' but the argument has type 'bfd_size_type' (aka 'unsigned long') [-Wformat]
               s->name, pad, "", s->vma, s->vma + s->size, s->size, "RX",
                                                           ^~~~~~~
wcc.c:2233:23: warning: flag ' ' results in undefined behavior with 's' conversion specifier [-Wformat]
        printf(" [%2u] \t%s % *s\t%012llx-%012llx %llu\t%s\t%lu\n", i + 1,
                            ~^~~
wcc.c:2234:27: warning: format specifies type 'unsigned long long' but the argument has type 'bfd_vma' (aka 'unsigned long') [-Wformat]
               s->name, pad, "", s->vma, s->vma + s->size, s->size, "RW",
                                 ^~~~~~
wcc.c:2234:35: warning: format specifies type 'unsigned long long' but the argument has type 'unsigned long' [-Wformat]
               s->name, pad, "", s->vma, s->vma + s->size, s->size, "RW",
                                         ^~~~~~~~~~~~~~~~
wcc.c:2234:53: warning: format specifies type 'unsigned long long' but the argument has type 'bfd_size_type' (aka 'unsigned long') [-Wformat]
               s->name, pad, "", s->vma, s->vma + s->size, s->size, "RW",
                                                           ^~~~~~~
wcc.c:2235:9: warning: format specifies type 'unsigned long' but the argument has type 'file_ptr' (aka 'long long') [-Wformat]
               s->filepos);
               ^~~~~~~~~~
wcc.c:2331:25: warning: flag ' ' results in undefined behavior with 's' conversion specifier [-Wformat]
      printf(" [%2u] %s% *s\t%012llx-%012llx %llu\t%s\t%lu\n", i + 1, s->name,
                       ~^~~
wcc.c:2332:16: warning: format specifies type 'unsigned long long' but the argument has type 'bfd_vma' (aka 'unsigned long') [-Wformat]
             pad, "", s->vma, s->vma + s->size, s->size, hperms, s->filepos);
                      ^~~~~~
wcc.c:2332:24: warning: format specifies type 'unsigned long long' but the argument has type 'unsigned long' [-Wformat]
             pad, "", s->vma, s->vma + s->size, s->size, hperms, s->filepos);
                              ^~~~~~~~~~~~~~~~
wcc.c:2332:42: warning: format specifies type 'unsigned long long' but the argument has type 'bfd_size_type' (aka 'unsigned long') [-Wformat]
             pad, "", s->vma, s->vma + s->size, s->size, hperms, s->filepos);
                                                ^~~~~~~
wcc.c:2332:59: warning: format specifies type 'unsigned long' but the argument has type 'file_ptr' (aka 'long long') [-Wformat]
             pad, "", s->vma, s->vma + s->size, s->size, hperms, s->filepos);
                                                                 ^~~~~~~~~~
wcc.c:2663:25: warning: unused parameter 'ctx' [-Wunused-parameter]
int save_dynstr(ctx_t * ctx, GElf_Shdr shdr, char *binary)
                        ^
wcc.c:2681:25: warning: unused parameter 'ctx' [-Wunused-parameter]
int save_dynsym(ctx_t * ctx, GElf_Shdr shdr, char *binary)
                        ^
wcc.c:2751:61: warning: format specifies type 'unsigned long' but the argument has type 'Elf32_Addr' (aka 'unsigned int') [-Wformat]
      printf("warning: already have a relocation at %lu\n", r->r_offset);
                                                    ~~~     ^~~~~~~~~~~
                                                    %u
wcc.c:2792:41: warning: format specifies type 'unsigned long' but the argument has type 'Elf32_Addr' (aka 'unsigned int') [-Wformat]
         sname, sec->name, reloc_htype(rtype), r->r_offset,
                                               ^~~~~~~~~~~
wcc.c:2912:45: warning: format specifies type 'unsigned long' but the argument has type 'Elf32_Addr' (aka 'unsigned int') [-Wformat]
             sname, sec->name, reloc_htype(rtype), rout->r_offset,
                                                   ^~~~~~~~~~~~~~
wcc.c:2922:61: warning: format specifies type 'unsigned long' but the argument has type 'Elf32_Addr' (aka 'unsigned int') [-Wformat]
      printf(" * Not saving Relative relocation %lu %lu\n", rout->r_offset,
                                                ~~~         ^~~~~~~~~~~~~~
                                                %u
wcc.c:2923:7: warning: format specifies type 'unsigned long' but the argument has type 'Elf32_Sword' (aka 'int') [-Wformat]
             rout->r_addend);
             ^~~~~~~~~~~~~~
wcc.c:2947:62: warning: format specifies type 'unsigned long' but the argument has type 'Elf32_Addr' (aka 'unsigned int') [-Wformat]
    printf("-->>     %016lx\t%lu\t%s\t%u\taddend:%lu\t\n\n", rout->r_offset,
                     ~~~~~~                                  ^~~~~~~~~~~~~~
                     %016x
wcc.c:2948:5: warning: format specifies type 'unsigned long' but the argument has type 'Elf32_Word' (aka 'unsigned int') [-Wformat]
           rout->r_info, htype, sindex, rout->r_addend);
           ^~~~~~~~~~~~
wcc.c:2948:34: warning: format specifies type 'unsigned long' but the argument has type 'Elf32_Sword' (aka 'int') [-Wformat]
           rout->r_info, htype, sindex, rout->r_addend);
                                        ^~~~~~~~~~~~~~
wcc.c:2983:30: warning: format specifies type 'unsigned long' but the argument has type 'uint64_t' (aka 'unsigned long long') [-Wformat]
  printf("\tAddress: %lu\n", ins->address);
                     ~~~     ^~~~~~~~~~~~
                     %llu
wcc.c:2972:39: warning: unused parameter 'ctx' [-Wunused-parameter]
static void print_insn_detail(ctx_t * ctx, csh handle, cs_mode mode,
                                      ^
wcc.c:3143:52: warning: format specifies type 'unsigned long' but the argument has type 'Elf32_Addr' (aka 'unsigned int') [-Wformat]
      printf("%012lx\t%012lx\t%s\t%012x\t%s+%u\n", r->r_offset, r->r_info,
              ~~~~~~                               ^~~~~~~~~~~
              %012x
wcc.c:3143:65: warning: format specifies type 'unsigned long' but the argument has type 'Elf32_Word' (aka 'unsigned int') [-Wformat]
      printf("%012lx\t%012lx\t%s\t%012x\t%s+%u\n", r->r_offset, r->r_info,
                      ~~~~~~                                    ^~~~~~~~~
                      %012x
wcc.c:3181:53: warning: format specifies type 'unsigned long' but the argument has type 'Elf32_Addr' (aka 'unsigned int') [-Wformat]
      printf("%012lx\t%012lx\t%s\t%012x\t%s+%ld\n", r->r_offset, r->r_info,
              ~~~~~~                                ^~~~~~~~~~~
              %012x
wcc.c:3181:66: warning: format specifies type 'unsigned long' but the argument has type 'Elf32_Word' (aka 'unsigned int') [-Wformat]
      printf("%012lx\t%012lx\t%s\t%012x\t%s+%ld\n", r->r_offset, r->r_info,
                      ~~~~~~                                     ^~~~~~~~~
                      %012x
wcc.c:3182:51: warning: format specifies type 'long' but the argument has type 'Elf32_Sword' (aka 'int') [-Wformat]
             "R_X86_64_32", 0, gimports[gimport]->sname, r->r_addend);
                                                         ^~~~~~~~~~~
wcc.c:3200:7: warning: format specifies type 'unsigned long' but the argument has type 'unsigned long long' [-Wformat]
             ins->address - textvma + wheretowrite,
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
wcc.c:3238:9: warning: variable 'newtype' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
    if (rip_relative) {         // compute new addend and set reloc type
        ^~~~~~~~~~~~
wcc.c:3250:36: note: uninitialized use occurs here
    r->r_info = ELF_R_INFO(sindex, newtype);
                                   ^~~~~~~
wcc.c:127:21: note: expanded from macro 'ELF_R_INFO'
#define ELF_R_INFO  ELF32_R_INFO
                    ^
/usr/include/elf.h:670:52: note: expanded from macro 'ELF32_R_INFO'
#define ELF32_R_INFO(sym, type)         (((sym) << 8) + ((type) & 0xff))
                                                          ^~~~
wcc.c:3238:5: note: remove the 'if' if its condition is always true
    if (rip_relative) {         // compute new addend and set reloc type
    ^~~~~~~~~~~~~~~~~~
wcc.c:3204:16: note: initialize the variable 'newtype' to silence this warning
    int newtype;
               ^
                = 0
wcc.c:3319:64: warning: unused parameter 'mode' [-Wunused-parameter]
static void parse_text_data_reloc(ctx_t * ctx, csh ud, cs_mode mode,
                                                               ^
wcc.c:3410:29: warning: passing 'char *' to parameter of type 'const uint8_t *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
  count = cs_disasm(handle, data, datalen - 1, addr, 0, &insn);
                            ^~~~
/usr/include/capstone/capstone.h:443:18: note: passing argument to parameter 'code' here
                const uint8_t *code, size_t code_size,
                               ^
wcc.c:3418:5: warning: format specifies type 'unsigned long' but the argument has type 'size_t' (aka 'unsigned int') [-Wformat]
           count, addr);
           ^~~~~
wcc.c:3486:52: warning: format specifies type 'unsigned long' but the argument has type 'Elf64_Off' (aka 'unsigned long long') [-Wformat]
        printf(" * symbol table at offset:%lu, sz:%lu\n", shdr.sh_offset,
                                          ~~~             ^~~~~~~~~~~~~~
                                          %llu
wcc.c:3487:9: warning: format specifies type 'unsigned long' but the argument has type 'Elf64_Xword' (aka 'unsigned long long') [-Wformat]
               shdr.sh_size);
               ^~~~~~~~~~~~
wcc.c:3495:4: warning: format specifies type 'unsigned long' but the argument has type 'Elf64_Off' (aka 'unsigned long long') [-Wformat]
                 shdr.sh_offset, shdr.sh_size);
                 ^~~~~~~~~~~~~~
wcc.c:3495:20: warning: format specifies type 'unsigned long' but the argument has type 'Elf64_Xword' (aka 'unsigned long long') [-Wformat]
                 shdr.sh_offset, shdr.sh_size);
                                 ^~~~~~~~~~~~
wcc.c:3500:54: warning: format specifies type 'unsigned long' but the argument has type 'Elf64_Off' (aka 'unsigned long long') [-Wformat]
          printf(" * string table at offset:%lu, sz:%lu\n", shdr.sh_offset,
                                            ~~~             ^~~~~~~~~~~~~~
                                            %llu
wcc.c:3501:4: warning: format specifies type 'unsigned long' but the argument has type 'Elf64_Xword' (aka 'unsigned long long') [-Wformat]
                 shdr.sh_size);
                 ^~~~~~~~~~~~
wcc.c:3509:9: warning: format specifies type 'unsigned long' but the argument has type 'Elf64_Off' (aka 'unsigned long long') [-Wformat]
               shdr.sh_offset, shdr.sh_size);
               ^~~~~~~~~~~~~~
wcc.c:3509:25: warning: format specifies type 'unsigned long' but the argument has type 'Elf64_Xword' (aka 'unsigned long long') [-Wformat]
               shdr.sh_offset, shdr.sh_size);
                               ^~~~~~~~~~~~
62 warnings generated.
cp wcc ../../bin/
make[2]: Leaving directory '/build/wcc-git/src/wcc-git/src/wcc'
cd wld && make
make[2]: Entering directory '/build/wcc-git/src/wcc-git/src/wld'
gcc  -W -Wall -Wextra -fpie -pie -fPIC -g3 -ggdb -O0 -I../../include wld.c -o wld -lbfd
cp wld ../../bin/
make[2]: Leaving directory '/build/wcc-git/src/wcc-git/src/wld'
cd wsh && make
make[2]: Entering directory '/build/wcc-git/src/wcc-git/src/wsh'
cd openlibm && make CFLAGS="-pie -fpie -fPIC"
make[3]: Entering directory '/build/wcc-git/src/wcc-git/src/wsh/openlibm'
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/common.c -o src/common.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/common.c:3:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/e_acos.c -o src/e_acos.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/e_acos.c:44:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/e_acosf.c -o src/e_acosf.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/e_acosf.c:21:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/e_acosh.c -o src/e_acosh.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/e_acosh.c:34:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/e_acoshf.c -o src/e_acoshf.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/e_acoshf.c:21:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/e_asin.c -o src/e_asin.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/e_asin.c:50:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/e_asinf.c -o src/e_asinf.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/e_asinf.c:21:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/e_atan2.c -o src/e_atan2.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/e_atan2.c:48:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/e_atan2f.c -o src/e_atan2f.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/e_atan2f.c:21:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/e_atanh.c -o src/e_atanh.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/e_atanh.c:38:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/e_atanhf.c -o src/e_atanhf.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/e_atanhf.c:21:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/e_cosh.c -o src/e_cosh.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/e_cosh.c:40:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/e_coshf.c -o src/e_coshf.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/e_coshf.c:21:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/e_exp.c -o src/e_exp.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/e_exp.c:82:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/e_expf.c -o src/e_expf.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/e_expf.c:22:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/e_fmod.c -o src/e_fmod.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/e_fmod.c:25:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/e_fmodf.c -o src/e_fmodf.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/e_fmodf.c:27:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/e_hypot.c -o src/e_hypot.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/e_hypot.c:52:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/e_hypotf.c -o src/e_hypotf.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/e_hypotf.c:21:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/e_j0.c -o src/e_j0.c.o
In file included from /usr/include/assert.h:35:0,
                 from src/e_j0.c:14:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/e_j0f.c -o src/e_j0f.c.o
In file included from /usr/include/assert.h:35:0,
                 from src/e_j0f.c:16:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/e_j1.c -o src/e_j1.c.o
In file included from /usr/include/assert.h:35:0,
                 from src/e_j1.c:14:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/e_j1f.c -o src/e_j1f.c.o
In file included from /usr/include/assert.h:35:0,
                 from src/e_j1f.c:16:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/e_jn.c -o src/e_jn.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/e_jn.c:45:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/e_jnf.c -o src/e_jnf.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/e_jnf.c:21:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/e_lgamma.c -o src/e_lgamma.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/e_lgamma.c:26:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/e_lgamma_r.c -o src/e_lgamma_r.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/e_lgamma_r.c:88:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/e_lgammaf.c -o src/e_lgammaf.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/e_lgammaf.c:27:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/e_lgammaf_r.c -o src/e_lgammaf_r.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/e_lgammaf_r.c:21:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/e_log.c -o src/e_log.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/e_log.c:70:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/e_log10.c -o src/e_log10.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/e_log10.c:27:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/e_log10f.c -o src/e_log10f.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/e_log10f.c:21:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/e_log2.c -o src/e_log2.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/e_log2.c:29:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/e_log2f.c -o src/e_log2f.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/e_log2f.c:21:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/e_logf.c -o src/e_logf.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/e_logf.c:21:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/e_pow.c -o src/e_pow.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/e_pow.c:62:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/e_powf.c -o src/e_powf.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/e_powf.c:21:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/e_remainder.c -o src/e_remainder.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/e_remainder.c:29:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/e_remainderf.c -o src/e_remainderf.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/e_remainderf.c:21:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/e_rem_pio2.c -o src/e_rem_pio2.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/e_rem_pio2.c:28:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/e_rem_pio2f.c -o src/e_rem_pio2f.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/e_rem_pio2f.c:30:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/e_sinh.c -o src/e_sinh.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/e_sinh.c:37:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/e_sinhf.c -o src/e_sinhf.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/e_sinhf.c:21:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/e_sqrt.c -o src/e_sqrt.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/e_sqrt.c:90:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/e_sqrtf.c -o src/e_sqrtf.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/e_sqrtf.c:18:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/k_cos.c -o src/k_cos.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/k_cos.c:58:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/k_exp.c -o src/k_exp.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/k_exp.c:33:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/k_expf.c -o src/k_expf.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/k_expf.c:33:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/k_rem_pio2.c -o src/k_rem_pio2.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/k_rem_pio2.c:135:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/k_sin.c -o src/k_sin.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/k_sin.c:49:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/k_tan.c -o src/k_tan.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/k_tan.c:54:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/k_cosf.c -o src/k_cosf.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/k_cosf.c:24:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/k_sinf.c -o src/k_sinf.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/k_sinf.c:24:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/k_tanf.c -o src/k_tanf.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/k_tanf.c:23:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_asinh.c -o src/s_asinh.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_asinh.c:29:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_asinhf.c -o src/s_asinhf.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_asinhf.c:21:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_atan.c -o src/s_atan.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_atan.c:39:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_atanf.c -o src/s_atanf.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_atanf.c:21:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_carg.c -o src/s_carg.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_carg.c:33:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_cargf.c -o src/s_cargf.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_cargf.c:33:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_cbrt.c -o src/s_cbrt.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_cbrt.c:20:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_cbrtf.c -o src/s_cbrtf.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_cbrtf.c:22:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_ceil.c -o src/s_ceil.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_ceil.c:28:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_ceilf.c -o src/s_ceilf.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_ceilf.c:21:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_copysign.c -o src/s_copysign.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_copysign.c:24:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_copysignf.c -o src/s_copysignf.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_copysignf.c:27:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_cos.c -o src/s_cos.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_cos.c:51:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_cosf.c -o src/s_cosf.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_cosf.c:26:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_csqrt.c -o src/s_csqrt.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_csqrt.c:34:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_csqrtf.c -o src/s_csqrtf.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_csqrtf.c:33:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_erf.c -o src/s_erf.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_erf.c:112:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_erff.c -o src/s_erff.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_erff.c:21:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_exp2.c -o src/s_exp2.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_exp2.c:33:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_exp2f.c -o src/s_exp2f.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_exp2f.c:33:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_expm1.c -o src/s_expm1.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_expm1.c:114:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_expm1f.c -o src/s_expm1f.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_expm1f.c:22:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_fabs.c -o src/s_fabs.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_fabs.c:19:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_fabsf.c -o src/s_fabsf.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_fabsf.c:25:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_fdim.c -o src/s_fdim.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_fdim.c:30:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_floor.c -o src/s_floor.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_floor.c:28:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_floorf.c -o src/s_floorf.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_floorf.c:30:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_fma.c -o src/s_fma.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from /build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h:32,
                 from /build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv.h:6,
                 from src/s_fma.c:31:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
In file included from /build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv.h:6:0,
                 from src/s_fma.c:31:
/build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h: In function 'feenableexcept':
/build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h:196:21: warning: variable '__new_fpsr' set but not used [-Wunused-but-set-variable]
  fenv_t __old_fpsr, __new_fpsr;
                     ^~~~~~~~~~
/build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h: In function 'fedisableexcept':
/build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h:207:21: warning: variable '__new_fpsr' set but not used [-Wunused-but-set-variable]
  fenv_t __old_fpsr, __new_fpsr;
                     ^~~~~~~~~~
src/s_fma.c: In function 'fesetexceptflag':
/build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h:107:9: warning: '__fpsr' is used uninitialized in this function [-Wuninitialized]
  __fpsr &= ~__excepts;
  ~~~~~~~^~~~~~~~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_fmaf.c -o src/s_fmaf.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from /build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h:32,
                 from /build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv.h:6,
                 from src/s_fmaf.c:30:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
In file included from /build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv.h:6:0,
                 from src/s_fmaf.c:30:
/build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h: In function 'feenableexcept':
/build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h:196:21: warning: variable '__new_fpsr' set but not used [-Wunused-but-set-variable]
  fenv_t __old_fpsr, __new_fpsr;
                     ^~~~~~~~~~
/build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h: In function 'fedisableexcept':
/build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h:207:21: warning: variable '__new_fpsr' set but not used [-Wunused-but-set-variable]
  fenv_t __old_fpsr, __new_fpsr;
                     ^~~~~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_fmax.c -o src/s_fmax.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_fmax.c:33:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_fmaxf.c -o src/s_fmaxf.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_fmaxf.c:33:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_fmin.c -o src/s_fmin.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_fmin.c:33:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_fminf.c -o src/s_fminf.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_fminf.c:33:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_fpclassify.c -o src/s_fpclassify.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_fpclassify.c:29:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_frexp.c -o src/s_frexp.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_frexp.c:29:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_frexpf.c -o src/s_frexpf.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_frexpf.c:21:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_ilogb.c -o src/s_ilogb.c.o
In file included from /usr/include/limits.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include-fixed/limits.h:168,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include-fixed/syslimits.h:7,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include-fixed/limits.h:34,
                 from src/s_ilogb.c:23:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_ilogbf.c -o src/s_ilogbf.c.o
In file included from /usr/include/limits.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include-fixed/limits.h:168,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include-fixed/syslimits.h:7,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include-fixed/limits.h:34,
                 from src/s_ilogbf.c:19:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_isinf.c -o src/s_isinf.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_isinf.c:31:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_isfinite.c -o src/s_isfinite.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_isfinite.c:32:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_isnormal.c -o src/s_isnormal.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_isnormal.c:32:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_isnan.c -o src/s_isnan.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_isnan.c:32:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -O0 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_llrint.c -o src/s_llrint.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from /build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h:32,
                 from /build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv.h:6,
                 from src/s_lrint.c:29,
                 from src/s_llrint.c:9:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
In file included from /build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv.h:6:0,
                 from src/s_lrint.c:29,
                 from src/s_llrint.c:9:
/build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h: In function 'feenableexcept':
/build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h:196:21: warning: variable '__new_fpsr' set but not used [-Wunused-but-set-variable]
  fenv_t __old_fpsr, __new_fpsr;
                     ^~~~~~~~~~
/build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h: In function 'fedisableexcept':
/build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h:207:21: warning: variable '__new_fpsr' set but not used [-Wunused-but-set-variable]
  fenv_t __old_fpsr, __new_fpsr;
                     ^~~~~~~~~~
src/s_llrint.c: In function 'feclearexcept':
/build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h:86:9: warning: '__fpsr' is used uninitialized in this function [-Wuninitialized]
  __fpsr &= ~__excepts;
  ~~~~~~~^~~~~~~~~~~~~
src/s_llrint.c: In function 'fesetexceptflag':
/build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h:107:9: warning: '__fpsr' is used uninitialized in this function [-Wuninitialized]
  __fpsr &= ~__excepts;
  ~~~~~~~^~~~~~~~~~~~~
src/s_llrint.c: In function 'fetestexcept':
/build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h:128:17: warning: '__fpsr' is used uninitialized in this function [-Wuninitialized]
  return (__fpsr & __excepts);
         ~~~~~~~~^~~~~~~~~~~~
src/s_llrint.c: In function 'feholdexcept':
/build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h:164:10: warning: '__env' is used uninitialized in this function [-Wuninitialized]
  *__envp = __env;
  ~~~~~~~~^~~~~~~
src/s_llrint.c: In function 'feupdateenv':
/build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h:185:23: warning: '__fpsr' is used uninitialized in this function [-Wuninitialized]
  feraiseexcept(__fpsr & FE_ALL_EXCEPT);
                       ^
gcc -D_FORTIFY_SOURCE=2 -O0 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_llrintf.c -o src/s_llrintf.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from /build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h:32,
                 from /build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv.h:6,
                 from src/s_lrint.c:29,
                 from src/s_llrintf.c:9:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
In file included from /build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv.h:6:0,
                 from src/s_lrint.c:29,
                 from src/s_llrintf.c:9:
/build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h: In function 'feenableexcept':
/build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h:196:21: warning: variable '__new_fpsr' set but not used [-Wunused-but-set-variable]
  fenv_t __old_fpsr, __new_fpsr;
                     ^~~~~~~~~~
/build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h: In function 'fedisableexcept':
/build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h:207:21: warning: variable '__new_fpsr' set but not used [-Wunused-but-set-variable]
  fenv_t __old_fpsr, __new_fpsr;
                     ^~~~~~~~~~
src/s_llrintf.c: In function 'feclearexcept':
/build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h:86:9: warning: '__fpsr' is used uninitialized in this function [-Wuninitialized]
  __fpsr &= ~__excepts;
  ~~~~~~~^~~~~~~~~~~~~
src/s_llrintf.c: In function 'fesetexceptflag':
/build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h:107:9: warning: '__fpsr' is used uninitialized in this function [-Wuninitialized]
  __fpsr &= ~__excepts;
  ~~~~~~~^~~~~~~~~~~~~
src/s_llrintf.c: In function 'fetestexcept':
/build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h:128:17: warning: '__fpsr' is used uninitialized in this function [-Wuninitialized]
  return (__fpsr & __excepts);
         ~~~~~~~~^~~~~~~~~~~~
src/s_llrintf.c: In function 'feholdexcept':
/build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h:164:10: warning: '__env' is used uninitialized in this function [-Wuninitialized]
  *__envp = __env;
  ~~~~~~~~^~~~~~~
src/s_llrintf.c: In function 'feupdateenv':
/build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h:185:23: warning: '__fpsr' is used uninitialized in this function [-Wuninitialized]
  feraiseexcept(__fpsr & FE_ALL_EXCEPT);
                       ^
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_llround.c -o src/s_llround.c.o
In file included from /usr/include/limits.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include-fixed/limits.h:168,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include-fixed/syslimits.h:7,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include-fixed/limits.h:34,
                 from src/s_lround.c:29,
                 from src/s_llround.c:11:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
In file included from /build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv.h:6:0,
                 from src/s_lround.c:30,
                 from src/s_llround.c:11:
/build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h: In function 'feenableexcept':
/build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h:196:21: warning: variable '__new_fpsr' set but not used [-Wunused-but-set-variable]
  fenv_t __old_fpsr, __new_fpsr;
                     ^~~~~~~~~~
/build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h: In function 'fedisableexcept':
/build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h:207:21: warning: variable '__new_fpsr' set but not used [-Wunused-but-set-variable]
  fenv_t __old_fpsr, __new_fpsr;
                     ^~~~~~~~~~
src/s_llround.c: In function 'fesetexceptflag':
/build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h:107:9: warning: '__fpsr' is used uninitialized in this function [-Wuninitialized]
  __fpsr &= ~__excepts;
  ~~~~~~~^~~~~~~~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_llroundf.c -o src/s_llroundf.c.o
In file included from /usr/include/limits.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include-fixed/limits.h:168,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include-fixed/syslimits.h:7,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include-fixed/limits.h:34,
                 from src/s_lround.c:29,
                 from src/s_llroundf.c:11:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
In file included from /build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv.h:6:0,
                 from src/s_lround.c:30,
                 from src/s_llroundf.c:11:
/build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h: In function 'feenableexcept':
/build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h:196:21: warning: variable '__new_fpsr' set but not used [-Wunused-but-set-variable]
  fenv_t __old_fpsr, __new_fpsr;
                     ^~~~~~~~~~
/build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h: In function 'fedisableexcept':
/build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h:207:21: warning: variable '__new_fpsr' set but not used [-Wunused-but-set-variable]
  fenv_t __old_fpsr, __new_fpsr;
                     ^~~~~~~~~~
src/s_llroundf.c: In function 'fesetexceptflag':
/build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h:107:9: warning: '__fpsr' is used uninitialized in this function [-Wuninitialized]
  __fpsr &= ~__excepts;
  ~~~~~~~^~~~~~~~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_log1p.c -o src/s_log1p.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_log1p.c:84:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_log1pf.c -o src/s_log1pf.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_log1pf.c:22:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_logb.c -o src/s_logb.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_logb.c:25:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_logbf.c -o src/s_logbf.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_logbf.c:21:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -O0 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_lrint.c -o src/s_lrint.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from /build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h:32,
                 from /build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv.h:6,
                 from src/s_lrint.c:29:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
In file included from /build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv.h:6:0,
                 from src/s_lrint.c:29:
/build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h: In function 'feenableexcept':
/build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h:196:21: warning: variable '__new_fpsr' set but not used [-Wunused-but-set-variable]
  fenv_t __old_fpsr, __new_fpsr;
                     ^~~~~~~~~~
/build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h: In function 'fedisableexcept':
/build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h:207:21: warning: variable '__new_fpsr' set but not used [-Wunused-but-set-variable]
  fenv_t __old_fpsr, __new_fpsr;
                     ^~~~~~~~~~
src/s_lrint.c: In function 'feclearexcept':
/build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h:86:9: warning: '__fpsr' is used uninitialized in this function [-Wuninitialized]
  __fpsr &= ~__excepts;
  ~~~~~~~^~~~~~~~~~~~~
src/s_lrint.c: In function 'fesetexceptflag':
/build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h:107:9: warning: '__fpsr' is used uninitialized in this function [-Wuninitialized]
  __fpsr &= ~__excepts;
  ~~~~~~~^~~~~~~~~~~~~
src/s_lrint.c: In function 'fetestexcept':
/build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h:128:17: warning: '__fpsr' is used uninitialized in this function [-Wuninitialized]
  return (__fpsr & __excepts);
         ~~~~~~~~^~~~~~~~~~~~
src/s_lrint.c: In function 'feholdexcept':
/build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h:164:10: warning: '__env' is used uninitialized in this function [-Wuninitialized]
  *__envp = __env;
  ~~~~~~~~^~~~~~~
src/s_lrint.c: In function 'feupdateenv':
/build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h:185:23: warning: '__fpsr' is used uninitialized in this function [-Wuninitialized]
  feraiseexcept(__fpsr & FE_ALL_EXCEPT);
                       ^
gcc -D_FORTIFY_SOURCE=2 -O0 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_lrintf.c -o src/s_lrintf.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from /build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h:32,
                 from /build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv.h:6,
                 from src/s_lrint.c:29,
                 from src/s_lrintf.c:9:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
In file included from /build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv.h:6:0,
                 from src/s_lrint.c:29,
                 from src/s_lrintf.c:9:
/build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h: In function 'feenableexcept':
/build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h:196:21: warning: variable '__new_fpsr' set but not used [-Wunused-but-set-variable]
  fenv_t __old_fpsr, __new_fpsr;
                     ^~~~~~~~~~
/build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h: In function 'fedisableexcept':
/build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h:207:21: warning: variable '__new_fpsr' set but not used [-Wunused-but-set-variable]
  fenv_t __old_fpsr, __new_fpsr;
                     ^~~~~~~~~~
src/s_lrintf.c: In function 'feclearexcept':
/build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h:86:9: warning: '__fpsr' is used uninitialized in this function [-Wuninitialized]
  __fpsr &= ~__excepts;
  ~~~~~~~^~~~~~~~~~~~~
src/s_lrintf.c: In function 'fesetexceptflag':
/build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h:107:9: warning: '__fpsr' is used uninitialized in this function [-Wuninitialized]
  __fpsr &= ~__excepts;
  ~~~~~~~^~~~~~~~~~~~~
src/s_lrintf.c: In function 'fetestexcept':
/build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h:128:17: warning: '__fpsr' is used uninitialized in this function [-Wuninitialized]
  return (__fpsr & __excepts);
         ~~~~~~~~^~~~~~~~~~~~
src/s_lrintf.c: In function 'feholdexcept':
/build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h:164:10: warning: '__env' is used uninitialized in this function [-Wuninitialized]
  *__envp = __env;
  ~~~~~~~~^~~~~~~
src/s_lrintf.c: In function 'feupdateenv':
/build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h:185:23: warning: '__fpsr' is used uninitialized in this function [-Wuninitialized]
  feraiseexcept(__fpsr & FE_ALL_EXCEPT);
                       ^
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_lround.c -o src/s_lround.c.o
In file included from /usr/include/limits.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include-fixed/limits.h:168,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include-fixed/syslimits.h:7,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include-fixed/limits.h:34,
                 from src/s_lround.c:29:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
In file included from /build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv.h:6:0,
                 from src/s_lround.c:30:
/build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h: In function 'feenableexcept':
/build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h:196:21: warning: variable '__new_fpsr' set but not used [-Wunused-but-set-variable]
  fenv_t __old_fpsr, __new_fpsr;
                     ^~~~~~~~~~
/build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h: In function 'fedisableexcept':
/build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h:207:21: warning: variable '__new_fpsr' set but not used [-Wunused-but-set-variable]
  fenv_t __old_fpsr, __new_fpsr;
                     ^~~~~~~~~~
src/s_lround.c: In function 'fesetexceptflag':
/build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h:107:9: warning: '__fpsr' is used uninitialized in this function [-Wuninitialized]
  __fpsr &= ~__excepts;
  ~~~~~~~^~~~~~~~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_lroundf.c -o src/s_lroundf.c.o
In file included from /usr/include/limits.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include-fixed/limits.h:168,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include-fixed/syslimits.h:7,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include-fixed/limits.h:34,
                 from src/s_lround.c:29,
                 from src/s_lroundf.c:11:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
In file included from /build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv.h:6:0,
                 from src/s_lround.c:30,
                 from src/s_lroundf.c:11:
/build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h: In function 'feenableexcept':
/build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h:196:21: warning: variable '__new_fpsr' set but not used [-Wunused-but-set-variable]
  fenv_t __old_fpsr, __new_fpsr;
                     ^~~~~~~~~~
/build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h: In function 'fedisableexcept':
/build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h:207:21: warning: variable '__new_fpsr' set but not used [-Wunused-but-set-variable]
  fenv_t __old_fpsr, __new_fpsr;
                     ^~~~~~~~~~
src/s_lroundf.c: In function 'fesetexceptflag':
/build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h:107:9: warning: '__fpsr' is used uninitialized in this function [-Wuninitialized]
  __fpsr &= ~__excepts;
  ~~~~~~~^~~~~~~~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_modf.c -o src/s_modf.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_modf.c:25:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_modff.c -o src/s_modff.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_modff.c:21:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -O0 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_nearbyint.c -o src/s_nearbyint.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from /build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h:32,
                 from /build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv.h:6,
                 from src/s_nearbyint.c:30:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
In file included from /build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv.h:6:0,
                 from src/s_nearbyint.c:30:
/build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h: In function 'feenableexcept':
/build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h:196:21: warning: variable '__new_fpsr' set but not used [-Wunused-but-set-variable]
  fenv_t __old_fpsr, __new_fpsr;
                     ^~~~~~~~~~
/build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h: In function 'fedisableexcept':
/build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h:207:21: warning: variable '__new_fpsr' set but not used [-Wunused-but-set-variable]
  fenv_t __old_fpsr, __new_fpsr;
                     ^~~~~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_nextafter.c -o src/s_nextafter.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_nextafter.c:26:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_nextafterf.c -o src/s_nextafterf.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_nextafterf.c:21:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_nexttowardf.c -o src/s_nexttowardf.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_nexttowardf.c:19:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_remquo.c -o src/s_remquo.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_remquo.c:19:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_remquof.c -o src/s_remquof.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_remquof.c:18:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -O0 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_rint.c -o src/s_rint.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_rint.c:29:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -O0 -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_rintf.c -o src/s_rintf.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/s_rintf.c:21:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_round.c -o src/s_round.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_round.c:32:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_roundf.c -o src/s_roundf.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_roundf.c:32:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_scalbln.c -o src/s_scalbln.c.o
In file included from /usr/include/limits.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include-fixed/limits.h:168,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include-fixed/syslimits.h:7,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include-fixed/limits.h:34,
                 from src/s_scalbln.c:30:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_scalbn.c -o src/s_scalbn.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_scalbn.c:25:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_scalbnf.c -o src/s_scalbnf.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_scalbnf.c:21:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_signbit.c -o src/s_signbit.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_signbit.c:32:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_signgam.c -o src/s_signgam.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_signgam.c:3:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_sin.c -o src/s_sin.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_sin.c:51:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_sincos.c -o src/s_sincos.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_sincos.c:41:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_sinf.c -o src/s_sinf.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_sinf.c:26:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_sincosf.c -o src/s_sincosf.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_sincosf.c:20:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_tan.c -o src/s_tan.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_tan.c:50:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_tanf.c -o src/s_tanf.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_tanf.c:25:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_tanh.c -o src/s_tanh.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_tanh.c:42:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_tanhf.c -o src/s_tanhf.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_tanhf.c:21:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_tgammaf.c -o src/s_tgammaf.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_tgammaf.c:32:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_trunc.c -o src/s_trunc.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_trunc.c:28:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_truncf.c -o src/s_truncf.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_truncf.c:27:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_cpow.c -o src/s_cpow.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_cpow.c:51:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
src/s_cpow.c:77:1: warning: data definition has no type or storage class
 __strong_alias(cpowl, cpow);
 ^~~~~~~~~~~~~~
src/s_cpow.c:77:1: warning: type defaults to 'int' in declaration of '__strong_alias' [-Wimplicit-int]
src/s_cpow.c:77:1: warning: parameter names (without types) in function declaration
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_cpowf.c -o src/s_cpowf.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_cpowf.c:50:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/w_cabs.c -o src/w_cabs.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/w_cabs.c:15:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/w_cabsf.c -o src/w_cabsf.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/w_cabsf.c:11:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_nan.c -o src/s_nan.c.o
In file included from /usr/include/ctype.h:25:0,
                 from src/s_nan.c:31:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_ccosh.c -o src/s_ccosh.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_ccosh.c:43:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_ccoshf.c -o src/s_ccoshf.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_ccoshf.c:37:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_cexp.c -o src/s_cexp.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_cexp.c:33:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_cexpf.c -o src/s_cexpf.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_cexpf.c:33:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_cimag.c -o src/s_cimag.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_cimag.c:31:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_cimagf.c -o src/s_cimagf.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_cimagf.c:31:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_conj.c -o src/s_conj.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_conj.c:31:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_conjf.c -o src/s_conjf.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_conjf.c:31:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_cproj.c -o src/s_cproj.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_cproj.c:33:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_cprojf.c -o src/s_cprojf.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_cprojf.c:33:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_creal.c -o src/s_creal.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_creal.c:31:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_crealf.c -o src/s_crealf.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_crealf.c:31:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_csinh.c -o src/s_csinh.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_csinh.c:43:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_csinhf.c -o src/s_csinhf.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_csinhf.c:37:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_ctanh.c -o src/s_ctanh.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_ctanh.c:72:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_ctanhf.c -o src/s_ctanhf.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from src/types-compat.h:4,
                 from src/math_private.h:23,
                 from src/s_ctanhf.c:37:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_cacos.c -o src/s_cacos.c.o
src/s_cacos.c:64:1: warning: data definition has no type or storage class
 __strong_alias(cacosl, cacos);
 ^~~~~~~~~~~~~~
src/s_cacos.c:64:1: warning: type defaults to 'int' in declaration of '__strong_alias' [-Wimplicit-int]
src/s_cacos.c:64:1: warning: parameter names (without types) in function declaration
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_cacosf.c -o src/s_cacosf.c.o
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_cacosh.c -o src/s_cacosh.c.o
src/s_cacosh.c:59:1: warning: data definition has no type or storage class
 __strong_alias(cacoshl, cacosh);
 ^~~~~~~~~~~~~~
src/s_cacosh.c:59:1: warning: type defaults to 'int' in declaration of '__strong_alias' [-Wimplicit-int]
src/s_cacosh.c:59:1: warning: parameter names (without types) in function declaration
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_cacoshf.c -o src/s_cacoshf.c.o
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_casin.c -o src/s_casin.c.o
src/s_casin.c:133:1: warning: data definition has no type or storage class
 __strong_alias(casinl, casin);
 ^~~~~~~~~~~~~~
src/s_casin.c:133:1: warning: type defaults to 'int' in declaration of '__strong_alias' [-Wimplicit-int]
src/s_casin.c:133:1: warning: parameter names (without types) in function declaration
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_casinf.c -o src/s_casinf.c.o
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_casinh.c -o src/s_casinh.c.o
src/s_casinh.c:59:1: warning: data definition has no type or storage class
 __strong_alias(casinhl, casinh);
 ^~~~~~~~~~~~~~
src/s_casinh.c:59:1: warning: type defaults to 'int' in declaration of '__strong_alias' [-Wimplicit-int]
src/s_casinh.c:59:1: warning: parameter names (without types) in function declaration
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_casinhf.c -o src/s_casinhf.c.o
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_catan.c -o src/s_catan.c.o
src/s_catan.c:130:1: warning: data definition has no type or storage class
 __strong_alias(catanl, catan);
 ^~~~~~~~~~~~~~
src/s_catan.c:130:1: warning: type defaults to 'int' in declaration of '__strong_alias' [-Wimplicit-int]
src/s_catan.c:130:1: warning: parameter names (without types) in function declaration
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_catanf.c -o src/s_catanf.c.o
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_catanh.c -o src/s_catanh.c.o
src/s_catanh.c:59:1: warning: data definition has no type or storage class
 __strong_alias(catanhl, catanh);
 ^~~~~~~~~~~~~~
src/s_catanh.c:59:1: warning: type defaults to 'int' in declaration of '__strong_alias' [-Wimplicit-int]
src/s_catanh.c:59:1: warning: parameter names (without types) in function declaration
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_catanhf.c -o src/s_catanhf.c.o
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_clog.c -o src/s_clog.c.o
src/s_clog.c:76:1: warning: data definition has no type or storage class
 __strong_alias(clogl, clog);
 ^~~~~~~~~~~~~~
src/s_clog.c:76:1: warning: type defaults to 'int' in declaration of '__strong_alias' [-Wimplicit-int]
src/s_clog.c:76:1: warning: parameter names (without types) in function declaration
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c src/s_clogf.c -o src/s_clogf.c.o
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c arm/fenv.c -o arm/fenv.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from /build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h:32,
                 from /build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv.h:6,
                 from arm/fenv.c:30:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
In file included from /build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv.h:6:0,
                 from arm/fenv.c:30:
/build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h: In function 'feenableexcept':
/build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h:196:21: warning: variable '__new_fpsr' set but not used [-Wunused-but-set-variable]
  fenv_t __old_fpsr, __new_fpsr;
                     ^~~~~~~~~~
/build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h: In function 'fedisableexcept':
/build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h:207:21: warning: variable '__new_fpsr' set but not used [-Wunused-but-set-variable]
  fenv_t __old_fpsr, __new_fpsr;
                     ^~~~~~~~~~
arm/fenv.c: In function 'feclearexcept':
/build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h:86:9: warning: '__fpsr' is used uninitialized in this function [-Wuninitialized]
  __fpsr &= ~__excepts;
  ~~~~~~~^~~~~~~~~~~~~
arm/fenv.c: In function 'fegetexceptflag':
/build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h:97:20: warning: '__fpsr' is used uninitialized in this function [-Wuninitialized]
  *__flagp = __fpsr & __excepts;
             ~~~~~~~^~~~~~~~~~~
arm/fenv.c: In function 'fesetexceptflag':
/build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h:107:9: warning: '__fpsr' is used uninitialized in this function [-Wuninitialized]
  __fpsr &= ~__excepts;
  ~~~~~~~^~~~~~~~~~~~~
arm/fenv.c: In function 'fetestexcept':
/build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h:128:17: warning: '__fpsr' is used uninitialized in this function [-Wuninitialized]
  return (__fpsr & __excepts);
         ~~~~~~~~^~~~~~~~~~~~
arm/fenv.c: In function 'feholdexcept':
/build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h:164:10: warning: '__env' is used uninitialized in this function [-Wuninitialized]
  *__envp = __env;
  ~~~~~~~~^~~~~~~
arm/fenv.c: In function 'feupdateenv':
/build/wcc-git/src/wcc-git/src/wsh/openlibm/include/openlibm_fenv_arm.h:185:23: warning: '__fpsr' is used uninitialized in this function [-Wuninitialized]
  feraiseexcept(__fpsr & FE_ALL_EXCEPT);
                       ^
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c bsdsrc/b_exp.c -o bsdsrc/b_exp.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from /build/wcc-git/src/wcc-git/src/wsh/openlibm/src/types-compat.h:4,
                 from /build/wcc-git/src/wcc-git/src/wsh/openlibm/src/math_private.h:23,
                 from bsdsrc/mathimpl.h:37,
                 from bsdsrc/b_exp.c:72:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c bsdsrc/b_log.c -o bsdsrc/b_log.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from /build/wcc-git/src/wcc-git/src/wsh/openlibm/src/types-compat.h:4,
                 from /build/wcc-git/src/wcc-git/src/wsh/openlibm/src/math_private.h:23,
                 from bsdsrc/mathimpl.h:37,
                 from bsdsrc/b_log.c:36:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -D_FORTIFY_SOURCE=2 -pie -fpie -fPIC -fno-gnu89-inline -fno-builtin -std=c99 -Wall -I/build/wcc-git/src/wcc-git/src/wsh/openlibm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/include -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/ld80 -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/arm -I/build/wcc-git/src/wcc-git/src/wsh/openlibm/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration -fPIC  -c bsdsrc/b_tgamma.c -o bsdsrc/b_tgamma.c.o
In file included from /usr/include/stdint.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include/stdint.h:9,
                 from /build/wcc-git/src/wcc-git/src/wsh/openlibm/src/types-compat.h:4,
                 from /build/wcc-git/src/wcc-git/src/wsh/openlibm/src/math_private.h:23,
                 from bsdsrc/mathimpl.h:37,
                 from bsdsrc/b_tgamma.c:43:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
ar -rcs libopenlibm.a src/common.c.o src/e_acos.c.o src/e_acosf.c.o src/e_acosh.c.o src/e_acoshf.c.o src/e_asin.c.o src/e_asinf.c.o src/e_atan2.c.o src/e_atan2f.c.o src/e_atanh.c.o src/e_atanhf.c.o src/e_cosh.c.o src/e_coshf.c.o src/e_exp.c.o src/e_expf.c.o src/e_fmod.c.o src/e_fmodf.c.o src/e_hypot.c.o src/e_hypotf.c.o src/e_j0.c.o src/e_j0f.c.o src/e_j1.c.o src/e_j1f.c.o src/e_jn.c.o src/e_jnf.c.o src/e_lgamma.c.o src/e_lgamma_r.c.o src/e_lgammaf.c.o src/e_lgammaf_r.c.o src/e_log.c.o src/e_log10.c.o src/e_log10f.c.o src/e_log2.c.o src/e_log2f.c.o src/e_logf.c.o src/e_pow.c.o src/e_powf.c.o src/e_remainder.c.o src/e_remainderf.c.o src/e_rem_pio2.c.o src/e_rem_pio2f.c.o src/e_sinh.c.o src/e_sinhf.c.o src/e_sqrt.c.o src/e_sqrtf.c.o src/k_cos.c.o src/k_exp.c.o src/k_expf.c.o src/k_rem_pio2.c.o src/k_sin.c.o src/k_tan.c.o src/k_cosf.c.o src/k_sinf.c.o src/k_tanf.c.o src/s_asinh.c.o src/s_asinhf.c.o src/s_atan.c.o src/s_atanf.c.o src/s_carg.c.o src/s_cargf.c.o src/s_cbrt.c.o src/s_cbrtf.c.o src/s_ceil.c.o src/s_ceilf.c.o src/s_copysign.c.o src/s_copysignf.c.o src/s_cos.c.o src/s_cosf.c.o src/s_csqrt.c.o src/s_csqrtf.c.o src/s_erf.c.o src/s_erff.c.o src/s_exp2.c.o src/s_exp2f.c.o src/s_expm1.c.o src/s_expm1f.c.o src/s_fabs.c.o src/s_fabsf.c.o src/s_fdim.c.o src/s_floor.c.o src/s_floorf.c.o src/s_fma.c.o src/s_fmaf.c.o src/s_fmax.c.o src/s_fmaxf.c.o src/s_fmin.c.o src/s_fminf.c.o src/s_fpclassify.c.o src/s_frexp.c.o src/s_frexpf.c.o src/s_ilogb.c.o src/s_ilogbf.c.o src/s_isinf.c.o src/s_isfinite.c.o src/s_isnormal.c.o src/s_isnan.c.o src/s_llrint.c.o src/s_llrintf.c.o src/s_llround.c.o src/s_llroundf.c.o src/s_log1p.c.o src/s_log1pf.c.o src/s_logb.c.o src/s_logbf.c.o src/s_lrint.c.o src/s_lrintf.c.o src/s_lround.c.o src/s_lroundf.c.o src/s_modf.c.o src/s_modff.c.o src/s_nearbyint.c.o src/s_nextafter.c.o src/s_nextafterf.c.o src/s_nexttowardf.c.o src/s_remquo.c.o src/s_remquof.c.o src/s_rint.c.o src/s_rintf.c.o src/s_round.c.o src/s_roundf.c.o src/s_scalbln.c.o src/s_scalbn.c.o src/s_scalbnf.c.o src/s_signbit.c.o src/s_signgam.c.o src/s_sin.c.o src/s_sincos.c.o src/s_sinf.c.o src/s_sincosf.c.o src/s_tan.c.o src/s_tanf.c.o src/s_tanh.c.o src/s_tanhf.c.o src/s_tgammaf.c.o src/s_trunc.c.o src/s_truncf.c.o src/s_cpow.c.o src/s_cpowf.c.o src/w_cabs.c.o src/w_cabsf.c.o src/s_nan.c.o src/s_ccosh.c.o src/s_ccoshf.c.o src/s_cexp.c.o src/s_cexpf.c.o src/s_cimag.c.o src/s_cimagf.c.o src/s_conj.c.o src/s_conjf.c.o src/s_cproj.c.o src/s_cprojf.c.o src/s_creal.c.o src/s_crealf.c.o src/s_csinh.c.o src/s_csinhf.c.o src/s_ctanh.c.o src/s_ctanhf.c.o src/s_cacos.c.o src/s_cacosf.c.o src/s_cacosh.c.o src/s_cacoshf.c.o src/s_casin.c.o src/s_casinf.c.o src/s_casinh.c.o src/s_casinhf.c.o src/s_catan.c.o src/s_catanf.c.o src/s_catanh.c.o src/s_catanhf.c.o src/s_clog.c.o src/s_clogf.c.o arm/fenv.c.o bsdsrc/b_exp.c.o bsdsrc/b_log.c.o bsdsrc/b_tgamma.c.o
gcc -shared src/common.c.o src/e_acos.c.o src/e_acosf.c.o src/e_acosh.c.o src/e_acoshf.c.o src/e_asin.c.o src/e_asinf.c.o src/e_atan2.c.o src/e_atan2f.c.o src/e_atanh.c.o src/e_atanhf.c.o src/e_cosh.c.o src/e_coshf.c.o src/e_exp.c.o src/e_expf.c.o src/e_fmod.c.o src/e_fmodf.c.o src/e_hypot.c.o src/e_hypotf.c.o src/e_j0.c.o src/e_j0f.c.o src/e_j1.c.o src/e_j1f.c.o src/e_jn.c.o src/e_jnf.c.o src/e_lgamma.c.o src/e_lgamma_r.c.o src/e_lgammaf.c.o src/e_lgammaf_r.c.o src/e_log.c.o src/e_log10.c.o src/e_log10f.c.o src/e_log2.c.o src/e_log2f.c.o src/e_logf.c.o src/e_pow.c.o src/e_powf.c.o src/e_remainder.c.o src/e_remainderf.c.o src/e_rem_pio2.c.o src/e_rem_pio2f.c.o src/e_sinh.c.o src/e_sinhf.c.o src/e_sqrt.c.o src/e_sqrtf.c.o src/k_cos.c.o src/k_exp.c.o src/k_expf.c.o src/k_rem_pio2.c.o src/k_sin.c.o src/k_tan.c.o src/k_cosf.c.o src/k_sinf.c.o src/k_tanf.c.o src/s_asinh.c.o src/s_asinhf.c.o src/s_atan.c.o src/s_atanf.c.o src/s_carg.c.o src/s_cargf.c.o src/s_cbrt.c.o src/s_cbrtf.c.o src/s_ceil.c.o src/s_ceilf.c.o src/s_copysign.c.o src/s_copysignf.c.o src/s_cos.c.o src/s_cosf.c.o src/s_csqrt.c.o src/s_csqrtf.c.o src/s_erf.c.o src/s_erff.c.o src/s_exp2.c.o src/s_exp2f.c.o src/s_expm1.c.o src/s_expm1f.c.o src/s_fabs.c.o src/s_fabsf.c.o src/s_fdim.c.o src/s_floor.c.o src/s_floorf.c.o src/s_fma.c.o src/s_fmaf.c.o src/s_fmax.c.o src/s_fmaxf.c.o src/s_fmin.c.o src/s_fminf.c.o src/s_fpclassify.c.o src/s_frexp.c.o src/s_frexpf.c.o src/s_ilogb.c.o src/s_ilogbf.c.o src/s_isinf.c.o src/s_isfinite.c.o src/s_isnormal.c.o src/s_isnan.c.o src/s_llrint.c.o src/s_llrintf.c.o src/s_llround.c.o src/s_llroundf.c.o src/s_log1p.c.o src/s_log1pf.c.o src/s_logb.c.o src/s_logbf.c.o src/s_lrint.c.o src/s_lrintf.c.o src/s_lround.c.o src/s_lroundf.c.o src/s_modf.c.o src/s_modff.c.o src/s_nearbyint.c.o src/s_nextafter.c.o src/s_nextafterf.c.o src/s_nexttowardf.c.o src/s_remquo.c.o src/s_remquof.c.o src/s_rint.c.o src/s_rintf.c.o src/s_round.c.o src/s_roundf.c.o src/s_scalbln.c.o src/s_scalbn.c.o src/s_scalbnf.c.o src/s_signbit.c.o src/s_signgam.c.o src/s_sin.c.o src/s_sincos.c.o src/s_sinf.c.o src/s_sincosf.c.o src/s_tan.c.o src/s_tanf.c.o src/s_tanh.c.o src/s_tanhf.c.o src/s_tgammaf.c.o src/s_trunc.c.o src/s_truncf.c.o src/s_cpow.c.o src/s_cpowf.c.o src/w_cabs.c.o src/w_cabsf.c.o src/s_nan.c.o src/s_ccosh.c.o src/s_ccoshf.c.o src/s_cexp.c.o src/s_cexpf.c.o src/s_cimag.c.o src/s_cimagf.c.o src/s_conj.c.o src/s_conjf.c.o src/s_cproj.c.o src/s_cprojf.c.o src/s_creal.c.o src/s_crealf.c.o src/s_csinh.c.o src/s_csinhf.c.o src/s_ctanh.c.o src/s_ctanhf.c.o src/s_cacos.c.o src/s_cacosf.c.o src/s_cacosh.c.o src/s_cacoshf.c.o src/s_casin.c.o src/s_casinf.c.o src/s_casinh.c.o src/s_casinhf.c.o src/s_catan.c.o src/s_catanf.c.o src/s_catanh.c.o src/s_catanhf.c.o src/s_clog.c.o src/s_clogf.c.o arm/fenv.c.o bsdsrc/b_exp.c.o bsdsrc/b_log.c.o bsdsrc/b_tgamma.c.o -Wl,-O1,--sort-common,--as-needed,-z,relro  -Wl,-soname,libopenlibm.so.2 -o libopenlibm.so.2.3
ln -sf libopenlibm.so.2.3 libopenlibm.so.2
ln -sf libopenlibm.so.2.3 libopenlibm.so
make[3]: Leaving directory '/build/wcc-git/src/wcc-git/src/wsh/openlibm'
cd lua && make linux CFLAGS="-pie -fpie -fPIC"
make[3]: Entering directory '/build/wcc-git/src/wcc-git/src/wsh/lua'
cd src && make linux
make[4]: Entering directory '/build/wcc-git/src/wcc-git/src/wsh/lua/src'
make all SYSCFLAGS="-DLUA_USE_LINUX" SYSLIBS="-Wl,-E -ldl -lreadline"
make[5]: Entering directory '/build/wcc-git/src/wcc-git/src/wsh/lua/src'
gcc -std=gnu99 -pie -fpie -fPIC -D_FORTIFY_SOURCE=2  -c -o lapi.o lapi.c
In file included from /usr/include/string.h:25:0,
                 from lapi.c:14:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -std=gnu99 -pie -fpie -fPIC -D_FORTIFY_SOURCE=2  -c -o lcode.o lcode.c
In file included from /usr/include/math.h:26:0,
                 from lcode.c:13:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -std=gnu99 -pie -fpie -fPIC -D_FORTIFY_SOURCE=2  -c -o lctype.o lctype.c
In file included from /usr/include/limits.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include-fixed/limits.h:168,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include-fixed/syslimits.h:7,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include-fixed/limits.h:34,
                 from luaconf.h:11,
                 from lua.h:16,
                 from lctype.h:10,
                 from lctype.c:13:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -std=gnu99 -pie -fpie -fPIC -D_FORTIFY_SOURCE=2  -c -o ldebug.o ldebug.c
In file included from /usr/include/string.h:25:0,
                 from ldebug.c:15:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -std=gnu99 -pie -fpie -fPIC -D_FORTIFY_SOURCE=2  -c -o ldo.o ldo.c
In file included from /usr/include/setjmp.h:25:0,
                 from ldo.c:13:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -std=gnu99 -pie -fpie -fPIC -D_FORTIFY_SOURCE=2  -c -o ldump.o ldump.c
In file included from /usr/include/limits.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include-fixed/limits.h:168,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include-fixed/syslimits.h:7,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include-fixed/limits.h:34,
                 from luaconf.h:11,
                 from lua.h:16,
                 from ldump.c:15:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -std=gnu99 -pie -fpie -fPIC -D_FORTIFY_SOURCE=2  -c -o lfunc.o lfunc.c
In file included from /usr/include/limits.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include-fixed/limits.h:168,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include-fixed/syslimits.h:7,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include-fixed/limits.h:34,
                 from luaconf.h:11,
                 from lua.h:16,
                 from lfunc.c:15:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -std=gnu99 -pie -fpie -fPIC -D_FORTIFY_SOURCE=2  -c -o lgc.o lgc.c
In file included from /usr/include/string.h:25:0,
                 from lgc.c:13:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -std=gnu99 -pie -fpie -fPIC -D_FORTIFY_SOURCE=2  -c -o llex.o llex.c
In file included from /usr/include/locale.h:25:0,
                 from llex.c:13:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -std=gnu99 -pie -fpie -fPIC -D_FORTIFY_SOURCE=2  -c -o lmem.o lmem.c
In file included from /usr/include/limits.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include-fixed/limits.h:168,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include-fixed/syslimits.h:7,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include-fixed/limits.h:34,
                 from luaconf.h:11,
                 from lua.h:16,
                 from lmem.c:15:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -std=gnu99 -pie -fpie -fPIC -D_FORTIFY_SOURCE=2  -c -o lobject.o lobject.c
In file included from /usr/include/locale.h:25:0,
                 from lobject.c:13:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -std=gnu99 -pie -fpie -fPIC -D_FORTIFY_SOURCE=2  -c -o lopcodes.o lopcodes.c
In file included from /usr/include/limits.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include-fixed/limits.h:168,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include-fixed/syslimits.h:7,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include-fixed/limits.h:34,
                 from llimits.h:11,
                 from lopcodes.h:10,
                 from lopcodes.c:15:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -std=gnu99 -pie -fpie -fPIC -D_FORTIFY_SOURCE=2  -c -o lparser.o lparser.c
In file included from /usr/include/string.h:25:0,
                 from lparser.c:13:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -std=gnu99 -pie -fpie -fPIC -D_FORTIFY_SOURCE=2  -c -o lstate.o lstate.c
In file included from /usr/include/string.h:25:0,
                 from lstate.c:14:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -std=gnu99 -pie -fpie -fPIC -D_FORTIFY_SOURCE=2  -c -o lstring.o lstring.c
In file included from /usr/include/string.h:25:0,
                 from lstring.c:13:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -std=gnu99 -pie -fpie -fPIC -D_FORTIFY_SOURCE=2  -c -o ltable.o ltable.c
In file included from /usr/include/math.h:26:0,
                 from ltable.c:26:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -std=gnu99 -pie -fpie -fPIC -D_FORTIFY_SOURCE=2  -c -o ltm.o ltm.c
In file included from /usr/include/string.h:25:0,
                 from ltm.c:13:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -std=gnu99 -pie -fpie -fPIC -D_FORTIFY_SOURCE=2  -c -o lundump.o lundump.c
In file included from /usr/include/string.h:25:0,
                 from lundump.c:13:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -std=gnu99 -pie -fpie -fPIC -D_FORTIFY_SOURCE=2  -c -o lvm.o lvm.c
In file included from /usr/include/limits.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include-fixed/limits.h:168,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include-fixed/syslimits.h:7,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include-fixed/limits.h:34,
                 from lvm.c:13:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -std=gnu99 -pie -fpie -fPIC -D_FORTIFY_SOURCE=2  -c -o lzio.o lzio.c
In file included from /usr/include/string.h:25:0,
                 from lzio.c:13:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -std=gnu99 -pie -fpie -fPIC -D_FORTIFY_SOURCE=2  -c -o lauxlib.o lauxlib.c
In file included from /usr/include/errno.h:28:0,
                 from lauxlib.c:13:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -std=gnu99 -pie -fpie -fPIC -D_FORTIFY_SOURCE=2  -c -o lbaselib.o lbaselib.c
In file included from /usr/include/ctype.h:25:0,
                 from lbaselib.c:13:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -std=gnu99 -pie -fpie -fPIC -D_FORTIFY_SOURCE=2  -c -o lbitlib.o lbitlib.c
In file included from /usr/include/limits.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include-fixed/limits.h:168,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include-fixed/syslimits.h:7,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include-fixed/limits.h:34,
                 from luaconf.h:11,
                 from lua.h:16,
                 from lbitlib.c:13:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -std=gnu99 -pie -fpie -fPIC -D_FORTIFY_SOURCE=2  -c -o lcorolib.o lcorolib.c
In file included from /usr/include/stdlib.h:24:0,
                 from lcorolib.c:13:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -std=gnu99 -pie -fpie -fPIC -D_FORTIFY_SOURCE=2  -c -o ldblib.o ldblib.c
In file included from /usr/include/stdio.h:27:0,
                 from ldblib.c:13:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -std=gnu99 -pie -fpie -fPIC -D_FORTIFY_SOURCE=2  -c -o liolib.o liolib.c
In file included from /usr/include/ctype.h:25:0,
                 from liolib.c:13:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -std=gnu99 -pie -fpie -fPIC -D_FORTIFY_SOURCE=2  -c -o lmathlib.o lmathlib.c
In file included from /usr/include/stdlib.h:24:0,
                 from lmathlib.c:13:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -std=gnu99 -pie -fpie -fPIC -D_FORTIFY_SOURCE=2  -c -o loslib.o loslib.c
In file included from /usr/include/errno.h:28:0,
                 from loslib.c:13:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -std=gnu99 -pie -fpie -fPIC -D_FORTIFY_SOURCE=2  -c -o lstrlib.o lstrlib.c
In file included from /usr/include/ctype.h:25:0,
                 from lstrlib.c:13:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -std=gnu99 -pie -fpie -fPIC -D_FORTIFY_SOURCE=2  -c -o ltablib.o ltablib.c
In file included from /usr/include/limits.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include-fixed/limits.h:168,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include-fixed/syslimits.h:7,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include-fixed/limits.h:34,
                 from ltablib.c:13:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -std=gnu99 -pie -fpie -fPIC -D_FORTIFY_SOURCE=2  -c -o lutf8lib.o lutf8lib.c
In file included from /usr/include/assert.h:35:0,
                 from lutf8lib.c:13:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -std=gnu99 -pie -fpie -fPIC -D_FORTIFY_SOURCE=2  -c -o loadlib.o loadlib.c
In file included from /usr/include/stdio.h:27:0,
                 from loadlib.c:17:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -std=gnu99 -pie -fpie -fPIC -D_FORTIFY_SOURCE=2  -c -o linit.o linit.c
In file included from /usr/include/limits.h:25:0,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include-fixed/limits.h:168,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include-fixed/syslimits.h:7,
                 from /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/6.1.1/include-fixed/limits.h:34,
                 from luaconf.h:11,
                 from lua.h:16,
                 from linit.c:32:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
ar rcu liblua.a lapi.o lcode.o lctype.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o ltm.o lundump.o lvm.o lzio.o lauxlib.o lbaselib.o lbitlib.o lcorolib.o ldblib.o liolib.o lmathlib.o loslib.o lstrlib.o ltablib.o lutf8lib.o loadlib.o linit.o 
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib liblua.a
gcc -std=gnu99 -pie -fpie -fPIC -D_FORTIFY_SOURCE=2  -c -o lua.o lua.c
In file included from /usr/include/signal.h:28:0,
                 from lua.c:12:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -std=gnu99 -o lua   lua.o liblua.a -lm -Wl,-E -ldl -lreadline 
liblua.a(loslib.o): In function `os_tmpname':
loslib.c:(.text+0x1d8): warning: the use of `tmpnam' is dangerous, better use `mkstemp'
gcc -std=gnu99 -pie -fpie -fPIC -D_FORTIFY_SOURCE=2  -c -o luac.o luac.c
In file included from /usr/include/ctype.h:25:0,
                 from luac.c:12:
/usr/include/features.h:331:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
 #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
    ^~~~~~~
gcc -std=gnu99 -o luac   luac.o liblua.a -lm -Wl,-E -ldl -lreadline 
make[5]: Leaving directory '/build/wcc-git/src/wcc-git/src/wsh/lua/src'
make[4]: Leaving directory '/build/wcc-git/src/wcc-git/src/wsh/lua/src'
make[3]: Leaving directory '/build/wcc-git/src/wcc-git/src/wsh/lua'
gcc -masm=intel -rdynamic -W -Wall -Wextra -O0 -mpreferred-stack-boundary=12 -mstackrealign -ggdb -g3 -Wno-unused-but-set-variable -Wno-unused-parameter -I./include/sflib/ -I./include -I../../include/ -rdynamic -Wl,-E -Wl,-z,now  wsh.c -o wsh.o -c -ldl -lreadline -pie -fpie -fPIC
gcc: error: unrecognized command line option '-masm=intel'
gcc: error: unrecognized command line option '-mpreferred-stack-boundary=12'; did you mean '-mstructure-size-boundary='?
gcc: error: unrecognized command line option '-mstackrealign'
make[2]: *** [Makefile:22: all] Error 1
make[2]: Leaving directory '/build/wcc-git/src/wcc-git/src/wsh'
make[1]: *** [Makefile:13: all] Error 2
make[1]: Leaving directory '/build/wcc-git/src/wcc-git/src'
make: *** [Makefile:12: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
==> Removing installed dependencies...
checking dependencies...
:: gettext optionally requires git: for autopoint infrastructure updates
:: glib2 optionally requires libelf: gresource inspection tool

Packages (12) capstone-3.0.4-3  ccache-3.2.7-1  clang-3.8.1-1  git-2.9.3-1  gsl-2.1-2  libedit-20160618_3.1-1  libelf-0.166-1  libxml2-2.9.4+0+gbdec218-2  llvm-libs-3.8.1-1  lua-5.3.3-1  perl-error-0.17024-1  uthash-2.0.1-1

Total Removed Size:  192.43 MiB

:: Do you want to remove these packages? [Y/n] 
:: Running pre-transaction hooks...
(1/1) Removing old entries from the info directory file...
:: Processing package changes...
removing uthash...
removing lua...
removing libelf...
removing gsl...
removing git...
removing perl-error...
removing clang...
removing llvm-libs...
removing libedit...
removing libxml2...
removing ccache...
removing capstone...
==> ERROR: Build failed, check /chroot/armv7/build/build