public inbox for libc-ports@sourceware.org
 help / color / mirror / Atom feed
From: "acrux_it @ libero.it" <acrux_it@libero.it>
To: libc-ports@sourceware.org
Cc: "David Alan Gilbert" <david.gilbert@linaro.org>,
	"Joseph S. Myers" <joseph@codesourcery.com>
Subject: Re: [ARM] architecture specific subdirectories & optimised memchr [V6]
Date: Sat, 04 Aug 2012 04:01:00 -0000	[thread overview]
Message-ID: <20120804060117.400a5d25ea3587e0fe946b82@libero.it> (raw)

[-- Attachment #1: Type: text/plain, Size: 2547 bytes --]

i've tried to enable it --with-cpu=armv7 but it fails on my machine (Freescale i.MX51, armv7-a CortexA8) because -march=armv7 breaks it.

distro: CRUX ARMHF
toolchain: gcc-4.7.1, binutils-2.22, glibc-2.16.0
machine: Genesi EfikaMX Smarttop (T03) based on Freescale i.MX51 SoC


[...]
gcc ../ports/sysdeps/unix/sysv/linux/arm/sysdep.S -c    -I../include -I/mnt/DEVE
L/HVA/NEW/00/glibc/work/src/build/csu -I/mnt/DEVEL/HVA/NEW/00/glibc/work/src/bui
ld -I../ports/sysdeps/unix/sysv/linux/arm/nptl -I../ports/sysdeps/unix/sysv/linu
x/arm -I../nptl/sysdeps/unix/sysv/linux -I../nptl/sysdeps/pthread -I../sysdeps/p
thread -I../ports/sysdeps/unix/sysv/linux -I../sysdeps/unix/sysv/linux -I../sysd
eps/gnu -I../sysdeps/unix/inet -I../nptl/sysdeps/unix/sysv -I../ports/sysdeps/un
ix/sysv -I../sysdeps/unix/sysv -I../ports/sysdeps/unix/arm -I../nptl/sysdeps/uni
x -I../ports/sysdeps/unix -I../sysdeps/unix -I../sysdeps/posix -I../ports/sysdep
s/arm/armv7 -I../ports/sysdeps/arm/armv6t2 -I../ports/sysdeps/arm/nptl -I../port
s/sysdeps/arm -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/flt-32 -I../sysdeps/
ieee754/dbl-64 -I../sysdeps/ieee754 -I../sysdeps/generic -I../nptl -I../ports  -I.. -I../libio -I. -nostdinc -isystem /usr/lib/gcc/arm-unknown-linux-gnueabihf/4.7.1/include -isystem /mnt/DEVEL/HVA/NEW/00/glibc/work/pkg/usr/include -D_LIBC_REENTRANT -include ../include/libc-symbols.h       -DASSEMBLER  -I/mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/csu/.  -Wa,--noexecstack -march=armv7  -o /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/csu/sysdep.o -MD -MP -MF /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/csu/sysdep.o.dt -MT /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/csu/sysdep.o
../ports/sysdeps/unix/arm/sysdep.S: Assembler messages:
../ports/sysdeps/unix/arm/sysdep.S:47: Error: lo register required -- `sub pc,r0,#31'
../ports/sysdeps/unix/arm/sysdep.S:50: Error: invalid base register for register offset -- `ldr r2,[pc,r2]'
../ports/sysdeps/unix/arm/sysdep.S:52: Error: unshifted register required -- `mvn r0,#0'
make[2]: *** [/mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/csu/sysdep.o] Error 1
make[2]: Leaving directory `/mnt/DEVEL/HVA/NEW/00/glibc/work/src/glibc-2.16.0/csu'
make[1]: *** [csu/subdir_lib] Error 2
make[1]: Leaving directory `/mnt/DEVEL/HVA/NEW/00/glibc/work/src/glibc-2.16.0'
make: *** [all] Error 2



Instead with -march=armv7-a it builds fine.
Here attached the (failure) build log and a quick dirty patch to 
fix it enabling also --with-cpu=armv7-a .

regards,
Nico
-- 
Sent from Genesi EfikaMX Smartbook - Freescale i.MX51 based

[-- Attachment #2: log-armv7 --]
[-- Type: application/octet-stream, Size: 54622 bytes --]

=======> Building '/mnt/DEVEL/HVA/NEW/00/glibc/glibc#2.16.0-1.pkg.tar.gz'.
bsdtar -p -o -C /mnt/DEVEL/HVA/NEW/00/glibc/work/src -xf /mnt/DEVEL/HVA/NEW/00/glibc/glibc-2.16.0.tar.xz
bsdtar -p -o -C /mnt/DEVEL/HVA/NEW/00/glibc/work/src -xf /mnt/DEVEL/HVA/NEW/00/glibc/glibc-ports-2.16.0.tar.xz
bsdtar -p -o -C /mnt/DEVEL/HVA/NEW/00/glibc/work/src -xf /mnt/DEVEL/HVA/NEW/00/glibc/kernel-headers-3.5.tar.xz
cp hosts /mnt/DEVEL/HVA/NEW/00/glibc/work/src
cp resolv.conf /mnt/DEVEL/HVA/NEW/00/glibc/work/src
cp nsswitch.conf /mnt/DEVEL/HVA/NEW/00/glibc/work/src
cp host.conf /mnt/DEVEL/HVA/NEW/00/glibc/work/src
cp ld.so.conf /mnt/DEVEL/HVA/NEW/00/glibc/work/src
cp glibc-2.15-fix-res_query-assert.patch /mnt/DEVEL/HVA/NEW/00/glibc/work/src
cp glibc-rpc-bootstrap.patch /mnt/DEVEL/HVA/NEW/00/glibc/work/src
cp local-soname-hack.diff /mnt/DEVEL/HVA/NEW/00/glibc/work/src
+ build
+ _CPU=armv7
+ '[' armv7 '!=' '' ']'
+ local CONF=--with-cpu=armv7
+ mkdir /mnt/DEVEL/HVA/NEW/00/glibc/work/pkg/usr
+ cp -r kernel-headers-3.5/include /mnt/DEVEL/HVA/NEW/00/glibc/work/pkg/usr
+ chown root:root /mnt/DEVEL/HVA/NEW/00/glibc/work/pkg/usr
+ mv glibc-ports-2.16.0 glibc-2.16.0/ports
+ patch -p1 -d glibc-2.16.0 -i /mnt/DEVEL/HVA/NEW/00/glibc/work/src/glibc-2.15-fix-res_query-assert.patch
patching file resolv/res_query.c
+ mkdir build
+ cd build
+ ../glibc-2.16.0/configure --prefix=/usr --with-cpu=armv7 --build=arm-unknown-linux-gnueabihf --libexecdir=/usr/lib --libdir=/usr/lib --with-headers=/mnt/DEVEL/HVA/NEW/00/glibc/work/pkg/usr/include --with-tls --enable-kernel=3.2 --enable-add-ons --enable-stackguard-randomization --enable-obsolete-rpc --disable-profile --without-gd --with-fp
checking build system type... arm-unknown-linux-gnueabihf
checking host system type... arm-unknown-linux-gnueabihf
checking for gcc... gcc
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for sysdeps preconfigure fragments... x86_64 
configure: running configure fragment for add-on libidn
configure: running configure fragment for add-on nptl
checking add-on ports for preconfigure fragments... alpha am33 arm Found compiler is configured for armv7
hppa ia64 m68k mips tile 
checking for assembler gnu_indirect_function symbol type support... yes
checking whether .text pseudo-op must be used... yes
checking for assembler global-symbol directive... .globl
checking for assembler .type directive prefix... %
checking sysdep dirs... ports/sysdeps/unix/sysv/linux/arm/nptl ports/sysdeps/unix/sysv/linux/arm nptl/sysdeps/unix/sysv/linux nptl/sysdeps/pthread sysdeps/pthread ports/sysdeps/unix/sysv/linux sysdeps/unix/sysv/linux sysdeps/gnu sysdeps/unix/inet nptl/sysdeps/unix/sysv ports/sysdeps/unix/sysv sysdeps/unix/sysv ports/sysdeps/unix/arm nptl/sysdeps/unix ports/sysdeps/unix sysdeps/unix sysdeps/posix ports/sysdeps/arm/armv7 ports/sysdeps/arm/armv6t2 ports/sysdeps/arm/nptl ports/sysdeps/arm sysdeps/wordsize-32 sysdeps/ieee754/flt-32 sysdeps/ieee754/dbl-64 sysdeps/ieee754 sysdeps/generic
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether as is GNU as... yes
checking whether ld is GNU ld... yes
checking for as... as
checking version of as... 2.22, ok
checking for ld... ld
checking version of ld... 2.22, ok
checking for gcc... gcc
checking version of gcc... 4.7.1, ok
checking for gnumake... no
checking for gmake... no
checking for make... make
checking version of make... 3.82, ok
checking for gnumsgfmt... no
checking for gmsgfmt... no
checking for msgfmt... msgfmt
checking version of msgfmt... 0.18.1, ok
checking for makeinfo... no
checking for sed... sed
checking version of sed... 4.2.1, ok
checking for readelf... readelf
checking for nm... nm
checking for autoconf... autoconf
checking whether autoconf works... yes
configure: WARNING:
*** These auxiliary programs are missing or incompatible versions: makeinfo
*** some features will be disabled.
*** Check the INSTALL file for required versions.
checking LD_LIBRARY_PATH variable... ok
checking whether GCC supports -static-libgcc... -static-libgcc
checking for bash... /bin/bash
checking for gawk... gawk
checking for perl... /usr/bin/perl
checking for install-info... no
checking for bison... /usr/bin/bison
checking for libc-friendly stddef.h... yes
checking whether we need to use -P to assemble .S files... no
checking for .set assembler directive... yes
checking for assembler gnu_unique_object symbol type... yes
checking for .symver assembler directive... yes
checking for ld --version-script... yes
checking for .previous assembler directive... yes
checking for .protected and .hidden assembler directive... yes
checking whether __attribute__((visibility())) is supported... yes
checking for broken __attribute__((visibility()))... no
checking for broken __attribute__((alias()))... no
checking whether to put _rtld_local into .sdata section... no
checking for .preinit_array/.init_array/.fini_array support... yes
checking whether to use .ctors/.dtors header and trailer... no
checking for libunwind-support in compiler... no
checking for -z nodelete option... yes
checking for -z nodlopen option... yes
checking for -z initfirst option... yes
configure: WARNING: missing architecture parameter to check for working -z relro
checking for -Bgroup option... yes
checking whether --noexecstack is desirable for .S files... yes
checking for -z combreloc... yes
checking for -z execstack... yes
checking for -fpie... yes
checking for --hash-style option... yes
checking for sufficient default -shared layout... no
checking linker output format... elf32-littlearm
checking for -fno-toplevel-reorder -fno-section-anchors... yes
checking for -fstack-protector... yes
checking for -fgnu89-inline... yes
checking whether cc puts quotes around section names... no
checking for assembler .weak directive... yes
checking whether CFI directives are supported... yes
checking for ld --no-whole-archive... yes
checking for gcc -fexceptions... yes
checking for __builtin_memset... no
checking for redirection of built-in functions... yes
checking for __thread... yes
checking for tls_model attribute... yes
checking for compiler option to disable generation of FMA instructions... -ffp-contract=off
checking for compiler option for CPU variant... -march=armv7
checking for libgd... no
checking for is_selinux_enabled in -lselinux... no
checking size of long double... 8
checking for _FORTIFY_SOURCE predefine... no
checking whether gcc implicitly enables -fstack-protector... no
running configure fragment for ports/sysdeps/unix/sysv/linux/arm/nptl
running configure fragment for ports/sysdeps/unix/sysv/linux/arm
running configure fragment for nptl/sysdeps/pthread
checking for forced unwind support... yes
checking for C cleanup handling... yes
running configure fragment for sysdeps/pthread
running configure fragment for sysdeps/unix/sysv/linux
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking installed Linux kernel header files... 2.6.19 or later
checking for kernel header at least 3.2... ok
checking for symlinks in /usr/include... ok
running configure fragment for sysdeps/gnu
running configure fragment for ports/sysdeps/arm
checking for ARM TLS support... yes
checking whether the CFI directive .cfi_sections is supported... yes
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/grep -E
checking whether the compiler is using the ARM hard-float ABI... yes
checking for old glibc 2.0.x headers... no
checking whether -fPIC is default... no
configure: creating ./config.status
config.status: creating config.make
config.status: creating Makefile
config.status: creating config.h
config.status: executing default commands
+ make
make -r PARALLELMFLAGS="" -C ../glibc-2.16.0 objdir=`pwd` all
make[1]: Entering directory `/mnt/DEVEL/HVA/NEW/00/glibc/work/src/glibc-2.16.0'
autoconf  ports/sysdeps/unix/sysv/linux/arm/nptl/configure.in > ports/sysdeps/unix/sysv/linux/arm/nptl/configure.new
chmod a-w ports/sysdeps/unix/sysv/linux/arm/nptl/configure.new
mv -f ports/sysdeps/unix/sysv/linux/arm/nptl/configure.new ports/sysdeps/unix/sysv/linux/arm/nptl/configure
autoconf  ports/sysdeps/unix/sysv/linux/arm/configure.in > ports/sysdeps/unix/sysv/linux/arm/configure.new
chmod a-w ports/sysdeps/unix/sysv/linux/arm/configure.new
mv -f ports/sysdeps/unix/sysv/linux/arm/configure.new ports/sysdeps/unix/sysv/linux/arm/configure
autoconf  ports/sysdeps/arm/configure.in > ports/sysdeps/arm/configure.new
chmod a-w ports/sysdeps/arm/configure.new
mv -f ports/sysdeps/arm/configure.new ports/sysdeps/arm/configure
running CONFIG_SHELL=/bin/sh /bin/sh ../glibc-2.16.0/configure --prefix=/usr --with-cpu=armv7 --build=arm-unknown-linux-gnueabihf --libexecdir=/usr/lib --libdir=/usr/lib --with-headers=/mnt/DEVEL/HVA/NEW/00/glibc/work/pkg/usr/include --with-tls --enable-kernel=3.2 --enable-add-ons --enable-stackguard-randomization --enable-obsolete-rpc --disable-profile --without-gd --with-fp build_alias=arm-unknown-linux-gnueabihf CFLAGS=-O2 -march=armv7-a -mthumb -mhard-float -mfpu=vfpv3-d16 -pipe CXXFLAGS=-O2 -march=armv7-a -mthumb -mhard-float -mfpu=vfpv3-d16 -pipe --no-create --no-recursion
checking build system type... arm-unknown-linux-gnueabihf
checking host system type... arm-unknown-linux-gnueabihf
checking for gcc... gcc
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for sysdeps preconfigure fragments... x86_64 
configure: running configure fragment for add-on libidn
configure: running configure fragment for add-on nptl
checking add-on ports for preconfigure fragments... alpha am33 arm Found compiler is configured for armv7
hppa ia64 m68k mips tile 
checking for assembler gnu_indirect_function symbol type support... yes
checking whether .text pseudo-op must be used... yes
checking for assembler global-symbol directive... .globl
checking for assembler .type directive prefix... %
checking sysdep dirs... ports/sysdeps/unix/sysv/linux/arm/nptl ports/sysdeps/unix/sysv/linux/arm nptl/sysdeps/unix/sysv/linux nptl/sysdeps/pthread sysdeps/pthread ports/sysdeps/unix/sysv/linux sysdeps/unix/sysv/linux sysdeps/gnu sysdeps/unix/inet nptl/sysdeps/unix/sysv ports/sysdeps/unix/sysv sysdeps/unix/sysv ports/sysdeps/unix/arm nptl/sysdeps/unix ports/sysdeps/unix sysdeps/unix sysdeps/posix ports/sysdeps/arm/armv7 ports/sysdeps/arm/armv6t2 ports/sysdeps/arm/nptl ports/sysdeps/arm sysdeps/wordsize-32 sysdeps/ieee754/flt-32 sysdeps/ieee754/dbl-64 sysdeps/ieee754 sysdeps/generic
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether as is GNU as... yes
checking whether ld is GNU ld... yes
checking for as... as
checking version of as... 2.22, ok
checking for ld... ld
checking version of ld... 2.22, ok
checking for gcc... gcc
checking version of gcc... 4.7.1, ok
checking for gnumake... no
checking for gmake... no
checking for make... make
checking version of make... 3.82, ok
checking for gnumsgfmt... no
checking for gmsgfmt... no
checking for msgfmt... msgfmt
checking version of msgfmt... 0.18.1, ok
checking for makeinfo... no
checking for sed... sed
checking version of sed... 4.2.1, ok
checking for readelf... readelf
checking for nm... nm
checking for autoconf... autoconf
checking whether autoconf works... yes
configure: WARNING:
*** These auxiliary programs are missing or incompatible versions: makeinfo
*** some features will be disabled.
*** Check the INSTALL file for required versions.
checking LD_LIBRARY_PATH variable... ok
checking whether GCC supports -static-libgcc... -static-libgcc
checking for bash... /bin/bash
checking for gawk... gawk
checking for perl... /usr/bin/perl
checking for install-info... no
checking for bison... /usr/bin/bison
checking for libc-friendly stddef.h... yes
checking whether we need to use -P to assemble .S files... no
checking for .set assembler directive... yes
checking for assembler gnu_unique_object symbol type... yes
checking for .symver assembler directive... yes
checking for ld --version-script... yes
checking for .previous assembler directive... yes
checking for .protected and .hidden assembler directive... yes
checking whether __attribute__((visibility())) is supported... yes
checking for broken __attribute__((visibility()))... no
checking for broken __attribute__((alias()))... no
checking whether to put _rtld_local into .sdata section... no
checking for .preinit_array/.init_array/.fini_array support... yes
checking whether to use .ctors/.dtors header and trailer... no
checking for libunwind-support in compiler... no
checking for -z nodelete option... yes
checking for -z nodlopen option... yes
checking for -z initfirst option... yes
configure: WARNING: missing architecture parameter to check for working -z relro
checking for -Bgroup option... yes
checking whether --noexecstack is desirable for .S files... yes
checking for -z combreloc... yes
checking for -z execstack... yes
checking for -fpie... yes
checking for --hash-style option... yes
checking for sufficient default -shared layout... no
checking linker output format... elf32-littlearm
checking for -fno-toplevel-reorder -fno-section-anchors... yes
checking for -fstack-protector... yes
checking for -fgnu89-inline... yes
checking whether cc puts quotes around section names... no
checking for assembler .weak directive... yes
checking whether CFI directives are supported... yes
checking for ld --no-whole-archive... yes
checking for gcc -fexceptions... yes
checking for __builtin_memset... no
checking for redirection of built-in functions... yes
checking for __thread... yes
checking for tls_model attribute... yes
checking for compiler option to disable generation of FMA instructions... -ffp-contract=off
checking for compiler option for CPU variant... -march=armv7
checking for libgd... no
checking for is_selinux_enabled in -lselinux... no
checking size of long double... 8
checking for _FORTIFY_SOURCE predefine... no
checking whether gcc implicitly enables -fstack-protector... no
running configure fragment for ports/sysdeps/unix/sysv/linux/arm/nptl
running configure fragment for ports/sysdeps/unix/sysv/linux/arm
running configure fragment for nptl/sysdeps/pthread
checking for forced unwind support... yes
checking for C cleanup handling... yes
running configure fragment for sysdeps/pthread
running configure fragment for sysdeps/unix/sysv/linux
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking installed Linux kernel header files... 2.6.19 or later
checking for kernel header at least 3.2... ok
checking for symlinks in /usr/include... ok
running configure fragment for sysdeps/gnu
running configure fragment for ports/sysdeps/arm
checking for ARM TLS support... yes
checking whether the CFI directive .cfi_sections is supported... yes
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/grep -E
checking whether the compiler is using the ARM hard-float ABI... yes
checking for old glibc 2.0.x headers... no
checking whether -fPIC is default... no
configure: creating ./config.status
cd /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build; /bin/sh config.status
config.status: creating config.make
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing default commands
(echo 'sysd-rules-sysdirs := ports/sysdeps/unix/sysv/linux/arm/nptl ports/sysdeps/unix/sysv/linux/arm nptl/sysdeps/unix/sysv/linux nptl/sysdeps/pthread sysdeps/pthread ports/sysdeps/unix/sysv/linux sysdeps/unix/sysv/linux sysdeps/gnu sysdeps/unix/inet nptl/sysdeps/unix/sysv ports/sysdeps/unix/sysv sysdeps/unix/sysv ports/sysdeps/unix/arm nptl/sysdeps/unix ports/sysdeps/unix sysdeps/unix sysdeps/posix ports/sysdeps/arm/armv7 ports/sysdeps/arm/armv6t2 ports/sysdeps/arm/nptl ports/sysdeps/arm sysdeps/wordsize-32 sysdeps/ieee754/flt-32 sysdeps/ieee754/dbl-64 sysdeps/ieee754 sysdeps/generic';		      \
 for dir in ports/sysdeps/unix/sysv/linux/arm/nptl ports/sysdeps/unix/sysv/linux/arm nptl/sysdeps/unix/sysv/linux nptl/sysdeps/pthread sysdeps/pthread ports/sysdeps/unix/sysv/linux sysdeps/unix/sysv/linux sysdeps/gnu sysdeps/unix/inet nptl/sysdeps/unix/sysv ports/sysdeps/unix/sysv sysdeps/unix/sysv ports/sysdeps/unix/arm nptl/sysdeps/unix ports/sysdeps/unix sysdeps/unix sysdeps/posix ports/sysdeps/arm/armv7 ports/sysdeps/arm/armv6t2 ports/sysdeps/arm/nptl ports/sysdeps/arm sysdeps/wordsize-32 sysdeps/ieee754/flt-32 sysdeps/ieee754/dbl-64 sysdeps/ieee754 sysdeps/generic; do				      \
   case "$dir" in						      \
   /*) ;;							      \
   *) dir="\$(..)$dir" ;;					      \
   esac;							      \
   asm='.S';							      \
   						      \
   for o in .o .os .op .og .ob .oS; do				      \
     set % % rtld-% rtld-% rtld-% % m_% s_% ptw-% %;			      \
     while [ $# -ge 2 ]; do					      \
       t=$1; shift; 						      \
       d=$1; shift;						      \
       v=${t%%%}; [ x"$v" = x ] || v="\$(${v}CPPFLAGS)";	      \
       for s in $asm .c; do					      \
	 echo "\$(objpfx)$t$o: $dir/$d$s \$(before-compile)";  \
	 echo "	\$(compile-command$s) $v";			      \
       done;							      \
     done;							      \
   done;							      \
   echo "\$(inst_includedir)/%.h: $dir/%.h \$(+force)";	      \
   echo "	\$(do-install)"; 				      \
 done;								      \
 echo 'sysd-rules-done = t') > /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/sysd-rulesT
mv -f /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/sysd-rulesT /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/sysd-rules
for dir in /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build ports/sysdeps/unix/sysv/linux/arm/nptl ports/sysdeps/unix/sysv/linux/arm nptl/sysdeps/unix/sysv/linux nptl/sysdeps/pthread sysdeps/pthread ports/sysdeps/unix/sysv/linux sysdeps/unix/sysv/linux sysdeps/gnu sysdeps/unix/inet nptl/sysdeps/unix/sysv ports/sysdeps/unix/sysv sysdeps/unix/sysv ports/sysdeps/unix/arm nptl/sysdeps/unix ports/sysdeps/unix sysdeps/unix sysdeps/posix ports/sysdeps/arm/armv7 ports/sysdeps/arm/armv6t2 ports/sysdeps/arm/nptl ports/sysdeps/arm sysdeps/wordsize-32 sysdeps/ieee754/flt-32 sysdeps/ieee754/dbl-64 sysdeps/ieee754 sysdeps/generic  nptl  ports; do \
  test -f $dir/syscalls.list && \
  { sysdirs='ports/sysdeps/unix/sysv/linux/arm/nptl ports/sysdeps/unix/sysv/linux/arm nptl/sysdeps/unix/sysv/linux nptl/sysdeps/pthread sysdeps/pthread ports/sysdeps/unix/sysv/linux sysdeps/unix/sysv/linux sysdeps/gnu sysdeps/unix/inet nptl/sysdeps/unix/sysv ports/sysdeps/unix/sysv sysdeps/unix/sysv ports/sysdeps/unix/arm nptl/sysdeps/unix ports/sysdeps/unix sysdeps/unix sysdeps/posix ports/sysdeps/arm/armv7 ports/sysdeps/arm/armv6t2 ports/sysdeps/arm/nptl ports/sysdeps/arm sysdeps/wordsize-32 sysdeps/ieee754/flt-32 sysdeps/ieee754/dbl-64 sysdeps/ieee754 sysdeps/generic' \
    asm_CPP='gcc -c    -Iinclude  -I/mnt/DEVEL/HVA/NEW/00/glibc/work/src/build -Iports/sysdeps/unix/sysv/linux/arm/nptl -Iports/sysdeps/unix/sysv/linux/arm -Inptl/sysdeps/unix/sysv/linux -Inptl/sysdeps/pthread -Isysdeps/pthread -Iports/sysdeps/unix/sysv/linux -Isysdeps/unix/sysv/linux -Isysdeps/gnu -Isysdeps/unix/inet -Inptl/sysdeps/unix/sysv -Iports/sysdeps/unix/sysv -Isysdeps/unix/sysv -Iports/sysdeps/unix/arm -Inptl/sysdeps/unix -Iports/sysdeps/unix -Isysdeps/unix -Isysdeps/posix -Iports/sysdeps/arm/armv7 -Iports/sysdeps/arm/armv6t2 -Iports/sysdeps/arm/nptl -Iports/sysdeps/arm -Isysdeps/wordsize-32 -Isysdeps/ieee754/flt-32 -Isysdeps/ieee754/dbl-64 -Isysdeps/ieee754 -Isysdeps/generic -Inptl -Iports   -Ilibio -I. -nostdinc -isystem /usr/lib/gcc/arm-unknown-linux-gnueabihf/4.7.1/include -isystem /mnt/DEVEL/HVA/NEW/00/glibc/work/pkg/usr/include -D_LIBC_REENTRANT -include include/libc-symbols.h       -DASSEMBLER   -Wa,--noexecstack -march=armv7  -E -x assembler-with-cpp' \
    /bin/sh sysdeps/unix/make-syscalls.sh $dir || exit 1; }; \
  test $dir = sysdeps/unix && break; \
done > /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/sysd-syscallsT
mv -f /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/sysd-syscallsT /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/sysd-syscalls
gawk -f scripts/gen-sorted.awk \
       -v subdirs='csu assert ctype locale intl catgets math setjmp signal stdlib stdio-common libio malloc string wcsmbs time dirent grp pwd posix io termios resource misc socket sysvipc gmon gnulib iconv iconvdata wctype manual shadow gshadow po argp crypt nss localedata timezone rt conform debug libidn dlfcn elf' \
       -v srcpfx='' \
       nptl/sysdeps/pthread/Subdirs sysdeps/unix/inet/Subdirs sysdeps/unix/Subdirs assert/Depend intl/Depend catgets/Depend stdlib/Depend stdio-common/Depend libio/Depend malloc/Depend string/Depend wcsmbs/Depend time/Depend posix/Depend iconvdata/Depend nss/Depend localedata/Depend rt/Depend debug/Depend > /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/sysd-sorted-tmp
mv -f /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/sysd-sorted-tmp /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/sysd-sorted
make[1]: Leaving directory `/mnt/DEVEL/HVA/NEW/00/glibc/work/src/glibc-2.16.0'
make[1]: Entering directory `/mnt/DEVEL/HVA/NEW/00/glibc/work/src/glibc-2.16.0'
{ echo '#include "posix/bits/posix1_lim.h"';		\
  echo '#define _LIBC 1';					\
  echo '#include "misc/sys/uio.h"'; } |			\
gcc -E -dM -MD -MP -MF /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/bits/stdio_lim.dT -MT '/mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/bits/stdio_lim.h /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/bits/stdio_lim.d' 	\
       -Iinclude  -I/mnt/DEVEL/HVA/NEW/00/glibc/work/src/build -Iports/sysdeps/unix/sysv/linux/arm/nptl -Iports/sysdeps/unix/sysv/linux/arm -Inptl/sysdeps/unix/sysv/linux -Inptl/sysdeps/pthread -Isysdeps/pthread -Iports/sysdeps/unix/sysv/linux -Isysdeps/unix/sysv/linux -Isysdeps/gnu -Isysdeps/unix/inet -Inptl/sysdeps/unix/sysv -Iports/sysdeps/unix/sysv -Isysdeps/unix/sysv -Iports/sysdeps/unix/arm -Inptl/sysdeps/unix -Iports/sysdeps/unix -Isysdeps/unix -Isysdeps/posix -Iports/sysdeps/arm/armv7 -Iports/sysdeps/arm/armv6t2 -Iports/sysdeps/arm/nptl -Iports/sysdeps/arm -Isysdeps/wordsize-32 -Isysdeps/ieee754/flt-32 -Isysdeps/ieee754/dbl-64 -Isysdeps/ieee754 -Isysdeps/generic -Inptl -Iports   -Ilibio -I. -nostdinc -isystem /usr/lib/gcc/arm-unknown-linux-gnueabihf/4.7.1/include -isystem /mnt/DEVEL/HVA/NEW/00/glibc/work/pkg/usr/include -xc - -o /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/bits/stdio_lim.hT
sed -e 's@ /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/@ $(common-objpfx)@g' -e 's@^/mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/@$(common-objpfx)@g' -e 's@  *\([^ 	\/$][^ 	\]*\)@ $(..)\1@g' -e 's@^\([^ 	\/$][^ 	\]*\)@$(..)\1@g'			\
    /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/bits/stdio_lim.dT > /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/bits/stdio_lim.dt
mv -f /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/bits/stdio_lim.dt /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/bits/stdio_lim.d
fopen_max=`sed -n 's/^#define OPEN_MAX //1p' /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/bits/stdio_lim.hT`; 	\
filename_max=`sed -n 's/^#define PATH_MAX //1p' /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/bits/stdio_lim.hT`;	\
iov_max=`sed -n 's/^#define UIO_MAXIOV //p' /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/bits/stdio_lim.hT`;	\
fopen_max=${fopen_max:-16};					\
filename_max=${filename_max:-1024};				\
if [ -z "$iov_max" ]; then					\
  define_iov_max="# undef IOV_MAX";				\
else								\
  define_iov_max="# define IOV_MAX $iov_max";			\
fi;								\
sed -e "s/@FOPEN_MAX@/$fopen_max/"				\
    -e "s/@FILENAME_MAX@/$filename_max/"			\
    -e "s/@L_tmpnam@/20/"				\
    -e "s/@TMP_MAX@/238328/"				\
    -e "s/@L_ctermid@/9/"				\
    -e "s/@L_cuserid@/9/"				\
    -e "s/@define_IOV_MAX@/$define_iov_max/"			\
    stdio-common/stdio_lim.h.in > /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/bits/stdio_lim.h.new
/bin/sh scripts/move-if-change /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/bits/stdio_lim.h.new /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/bits/stdio_lim.h
rm -f /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/bits/stdio_lim.hT /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/bits/stdio_lim.dT /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/bits/stdio_lim.dt
touch /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/bits/stdio_lim.st
sed '/^[ 	]*%/!s/#.*$//;/^[ 	]*$/d;s/^[ 	]*%/#/' \
    ports/sysdeps/arm/shlib-versions nptl/shlib-versions libidn/shlib-versions nptl_db/shlib-versions shlib-versions \
| gcc -E -undef    -Iinclude  -I/mnt/DEVEL/HVA/NEW/00/glibc/work/src/build -Iports/sysdeps/unix/sysv/linux/arm/nptl -Iports/sysdeps/unix/sysv/linux/arm -Inptl/sysdeps/unix/sysv/linux -Inptl/sysdeps/pthread -Isysdeps/pthread -Iports/sysdeps/unix/sysv/linux -Isysdeps/unix/sysv/linux -Isysdeps/gnu -Isysdeps/unix/inet -Inptl/sysdeps/unix/sysv -Iports/sysdeps/unix/sysv -Isysdeps/unix/sysv -Iports/sysdeps/unix/arm -Inptl/sysdeps/unix -Iports/sysdeps/unix -Isysdeps/unix -Isysdeps/posix -Iports/sysdeps/arm/armv7 -Iports/sysdeps/arm/armv6t2 -Iports/sysdeps/arm/nptl -Iports/sysdeps/arm -Isysdeps/wordsize-32 -Isysdeps/ieee754/flt-32 -Isysdeps/ieee754/dbl-64 -Isysdeps/ieee754 -Isysdeps/generic -Inptl -Iports   -Ilibio -I. -nostdinc -isystem /usr/lib/gcc/arm-unknown-linux-gnueabihf/4.7.1/include -isystem /mnt/DEVEL/HVA/NEW/00/glibc/work/pkg/usr/include -D_LIBC_REENTRANT -include include/libc-symbols.h       -x assembler-with-cpp - \
	   > /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/shlib-versions.v.iT
mv -f /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/shlib-versions.v.iT /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/shlib-versions.v.i
sed '/^[ 	]*#/d;/^[ 	]*$/d' /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/shlib-versions.v.i > /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/shlib-versions.vT
mv -f /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/shlib-versions.vT /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/shlib-versions.v
gawk -v default_setname='' \
       -v cpu='arm' \
       -v vendor='unknown' \
       -v os='linux-gnueabihf' \
       -f scripts/soversions.awk /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/shlib-versions.v > /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/soversions.iT
mv -f /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/soversions.iT /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/soversions.i
sed '/^[ 	]*%/!s/#.*$//;/^[ 	]*$/d;s/^[ 	]*%/#/' \
    Versions.def \
| gcc -E -undef    -Iinclude  -I/mnt/DEVEL/HVA/NEW/00/glibc/work/src/build -Iports/sysdeps/unix/sysv/linux/arm/nptl -Iports/sysdeps/unix/sysv/linux/arm -Inptl/sysdeps/unix/sysv/linux -Inptl/sysdeps/pthread -Isysdeps/pthread -Iports/sysdeps/unix/sysv/linux -Isysdeps/unix/sysv/linux -Isysdeps/gnu -Isysdeps/unix/inet -Inptl/sysdeps/unix/sysv -Iports/sysdeps/unix/sysv -Isysdeps/unix/sysv -Iports/sysdeps/unix/arm -Inptl/sysdeps/unix -Iports/sysdeps/unix -Isysdeps/unix -Isysdeps/posix -Iports/sysdeps/arm/armv7 -Iports/sysdeps/arm/armv6t2 -Iports/sysdeps/arm/nptl -Iports/sysdeps/arm -Isysdeps/wordsize-32 -Isysdeps/ieee754/flt-32 -Isysdeps/ieee754/dbl-64 -Isysdeps/ieee754 -Isysdeps/generic -Inptl -Iports   -Ilibio -I. -nostdinc -isystem /usr/lib/gcc/arm-unknown-linux-gnueabihf/4.7.1/include -isystem /mnt/DEVEL/HVA/NEW/00/glibc/work/pkg/usr/include -D_LIBC_REENTRANT -include include/libc-symbols.h       -x assembler-with-cpp - \
	   > /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/Versions.def.v.iT
mv -f /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/Versions.def.v.iT /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/Versions.def.v.i
sed '/^[ 	]*#/d;/^[ 	]*$/d' /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/Versions.def.v.i > /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/Versions.def.vT
mv -f /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/Versions.def.vT /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/Versions.def.v
{ while read which lib version setname; do \
    test x"$which" = xDEFAULT || continue; \
    test -z "$setname" || echo "$lib : $setname"; \
  done < /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/soversions.i; \
  cat /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/Versions.def.v; \
} | LC_ALL=C gawk -f scripts/firstversions.awk > /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/Versions.allT
mv -f /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/Versions.allT /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/Versions.all
LC_ALL=C gawk -v oldest_abi=default -f scripts/abi-versions.awk /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/Versions.all > /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/abi-versions.hT
mv -f /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/abi-versions.hT /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/abi-versions.h
sed '/^[ 	]*%/!s/#.*$//;/^[ 	]*$/d;s/^[ 	]*%/#/' \
    csu/Versions iconv/Versions locale/Versions assert/Versions ctype/Versions intl/Versions catgets/Versions math/Versions setjmp/Versions signal/Versions stdlib/Versions stdio-common/Versions libio/Versions dlfcn/Versions malloc/Versions string/Versions wcsmbs/Versions time/Versions dirent/Versions grp/Versions pwd/Versions posix/Versions io/Versions termios/Versions resource/Versions misc/Versions socket/Versions sysvipc/Versions gmon/Versions wctype/Versions shadow/Versions gshadow/Versions argp/Versions crypt/Versions nptl/Versions resolv/Versions nss/Versions rt/Versions debug/Versions libidn/Versions nptl_db/Versions inet/Versions hesiod/Versions sunrpc/Versions nis/Versions streams/Versions login/Versions elf/Versions ports/sysdeps/unix/sysv/linux/arm/nptl/Versions ports/sysdeps/unix/sysv/linux/arm/Versions nptl/sysdeps/unix/sysv/linux/Versions sysdeps/pthread/Versions sysdeps/unix/sysv/linux/Versions ports/sysdeps/arm/Versions sysdeps/wordsize-32/Versions \
| gcc -E -undef    -Iinclude  -I/mnt/DEVEL/HVA/NEW/00/glibc/work/src/build -Iports/sysdeps/unix/sysv/linux/arm/nptl -Iports/sysdeps/unix/sysv/linux/arm -Inptl/sysdeps/unix/sysv/linux -Inptl/sysdeps/pthread -Isysdeps/pthread -Iports/sysdeps/unix/sysv/linux -Isysdeps/unix/sysv/linux -Isysdeps/gnu -Isysdeps/unix/inet -Inptl/sysdeps/unix/sysv -Iports/sysdeps/unix/sysv -Isysdeps/unix/sysv -Iports/sysdeps/unix/arm -Inptl/sysdeps/unix -Iports/sysdeps/unix -Isysdeps/unix -Isysdeps/posix -Iports/sysdeps/arm/armv7 -Iports/sysdeps/arm/armv6t2 -Iports/sysdeps/arm/nptl -Iports/sysdeps/arm -Isysdeps/wordsize-32 -Isysdeps/ieee754/flt-32 -Isysdeps/ieee754/dbl-64 -Isysdeps/ieee754 -Isysdeps/generic -Inptl -Iports   -Ilibio -I. -nostdinc -isystem /usr/lib/gcc/arm-unknown-linux-gnueabihf/4.7.1/include -isystem /mnt/DEVEL/HVA/NEW/00/glibc/work/pkg/usr/include -D_LIBC_REENTRANT -include include/libc-symbols.h       -x assembler-with-cpp - \
	   > /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/Versions.v.iT
mv -f /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/Versions.v.iT /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/Versions.v.i
sed '/^[ 	]*#/d;/^[ 	]*$/d' /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/Versions.v.i > /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/Versions.vT
mv -f /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/Versions.vT /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/Versions.v
( echo 'sysd-versions-subdirs = csu iconv locale localedata iconvdata assert ctype intl catgets math setjmp signal stdlib stdio-common libio dlfcn malloc string wcsmbs timezone time dirent grp pwd posix io termios resource misc socket sysvipc gmon gnulib wctype manual shadow gshadow po argp crypt nptl resolv nss rt conform debug libidn nptl_db inet hesiod sunrpc nis nscd streams login elf ports/sysdeps/unix/sysv/linux/arm/nptl ports/sysdeps/unix/sysv/linux/arm nptl/sysdeps/unix/sysv/linux nptl/sysdeps/pthread sysdeps/pthread ports/sysdeps/unix/sysv/linux sysdeps/unix/sysv/linux sysdeps/gnu sysdeps/unix/inet nptl/sysdeps/unix/sysv ports/sysdeps/unix/sysv sysdeps/unix/sysv ports/sysdeps/unix/arm nptl/sysdeps/unix ports/sysdeps/unix sysdeps/unix sysdeps/posix ports/sysdeps/arm/armv7 ports/sysdeps/arm/armv6t2 ports/sysdeps/arm/nptl ports/sysdeps/arm sysdeps/wordsize-32 sysdeps/ieee754/flt-32 sysdeps/ieee754/dbl-64 sysdeps/ieee754 sysdeps/generic' ; \
  cat /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/Versions.v \
  | LC_ALL=C gawk -v buildroot=/mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/ -v defsfile=/mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/Versions.all \
		    -v move_if_change='/bin/sh scripts/move-if-change' \
		    -f scripts/versions.awk; \
) > /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/sysd-versionsT
mv -f /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/sysd-versionsT /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/sysd-versions
(while read which lib number setname; do \
   eval seen_$which=1; \
   test x"$which" != xABI || echo abi-name = "$lib"; \
   test x"$which" = xDEFAULT || continue; \
   case $number in \
     [0-9]*) echo "$lib.so-version=.$number"; \
	     echo "all-sonames+=$lib=$lib.so\$($lib.so-version)";;\
     *)	     echo "$lib.so-version=\$(if \$(abi-hard-$lib-soname),\$(abi-hard-$lib-soname),$number)"; \
	     echo "all-sonames+=$lib=\$($lib.so-version)";;\
   esac; \
 done; \
 echo soversions.mk-done = t;) < /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/soversions.i > /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/soversions.mkT; exit 0
mv -f /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/soversions.mkT /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/soversions.mk
make[1]: Leaving directory `/mnt/DEVEL/HVA/NEW/00/glibc/work/src/glibc-2.16.0'
make[1]: Entering directory `/mnt/DEVEL/HVA/NEW/00/glibc/work/src/glibc-2.16.0'
rm -f /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/stamp.o; > /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/stamp.o
rm -f /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/stamp.os; > /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/stamp.os
rm -f /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/stamp.oS; > /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/stamp.oS
make  subdir=csu -C csu ..=../ subdir_lib
make[2]: Entering directory `/mnt/DEVEL/HVA/NEW/00/glibc/work/src/glibc-2.16.0/csu'
/bin/sh ../scripts/gen-libc-abis \
	 arm-unknown-linux-gnueabihf \
	 < ../libc-abis > /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/libc-abis.hT
/bin/sh ../scripts/move-if-change /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/libc-abis.hT /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/libc-abis.h
touch /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/libc-abis.stamp
.././scripts/mkinstalldirs /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/csu
mkdir /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/csu
(case linux-gnueabihf in \
   linux*) version=`(printf '%s\n%s\n' \
			    '#include <linux/version.h>' \
			    UTS_RELEASE \
		     | gcc    -I../include -I/mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/csu -I/mnt/DEVEL/HVA/NEW/00/glibc/work/src/build -I../ports/sysdeps/unix/sysv/linux/arm/nptl -I../ports/sysdeps/unix/sysv/linux/arm -I../nptl/sysdeps/unix/sysv/linux -I../nptl/sysdeps/pthread -I../sysdeps/pthread -I../ports/sysdeps/unix/sysv/linux -I../sysdeps/unix/sysv/linux -I../sysdeps/gnu -I../sysdeps/unix/inet -I../nptl/sysdeps/unix/sysv -I../ports/sysdeps/unix/sysv -I../sysdeps/unix/sysv -I../ports/sysdeps/unix/arm -I../nptl/sysdeps/unix -I../ports/sysdeps/unix -I../sysdeps/unix -I../sysdeps/posix -I../ports/sysdeps/arm/armv7 -I../ports/sysdeps/arm/armv6t2 -I../ports/sysdeps/arm/nptl -I../ports/sysdeps/arm -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754 -I../sysdeps/generic -I../nptl -I../ports  -I.. -I../libio -I. -nostdinc -isystem /usr/lib/gcc/arm-unknown-linux-gnueabihf/4.7.1/include -isystem /mnt/DEVEL/HVA/NEW/00/glibc/work/pkg/usr/include -D_LIBC_REENTRANT -include ../include/libc-symbols.h       -O -E -P - -DNOT_IN_libc=1 | \
		     sed -e 's/"\([^"]*\)".*/\1/p' -e d) 2>/dev/null`;\
	   if [ -z "$version" ]; then \
	     version=`(printf '%s\n%s\n' \
			      '#include <linux/version.h>' \
			       LINUX_VERSION_CODE \
		       | gcc    -I../include -I/mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/csu -I/mnt/DEVEL/HVA/NEW/00/glibc/work/src/build -I../ports/sysdeps/unix/sysv/linux/arm/nptl -I../ports/sysdeps/unix/sysv/linux/arm -I../nptl/sysdeps/unix/sysv/linux -I../nptl/sysdeps/pthread -I../sysdeps/pthread -I../ports/sysdeps/unix/sysv/linux -I../sysdeps/unix/sysv/linux -I../sysdeps/gnu -I../sysdeps/unix/inet -I../nptl/sysdeps/unix/sysv -I../ports/sysdeps/unix/sysv -I../sysdeps/unix/sysv -I../ports/sysdeps/unix/arm -I../nptl/sysdeps/unix -I../ports/sysdeps/unix -I../sysdeps/unix -I../sysdeps/posix -I../ports/sysdeps/arm/armv7 -I../ports/sysdeps/arm/armv6t2 -I../ports/sysdeps/arm/nptl -I../ports/sysdeps/arm -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754 -I../sysdeps/generic -I../nptl -I../ports  -I.. -I../libio -I. -nostdinc -isystem /usr/lib/gcc/arm-unknown-linux-gnueabihf/4.7.1/include -isystem /mnt/DEVEL/HVA/NEW/00/glibc/work/pkg/usr/include -D_LIBC_REENTRANT -include ../include/libc-symbols.h       -O -E -P - -DNOT_IN_libc=1 \
		       | sed -n -e '/^[123456789].*/p' \
		       | awk '{v=$1; \
			       printf("%d.%d.%d\n", \
				      v/65535, v/256%256, v%256)}') \
			2>/dev/null`; \
	   fi; \
	   if [ -z "$version" ]; then \
	     if [ -r /proc/version ]; then \
	       version=`sed 's/.*Linux version \([^ ]*\) .*/>>\1<</' \
			< /proc/version`; \
	     else \
	       version=`uname -r`; \
	     fi; \
	   fi; \
	   os=`uname -s 2> /dev/null`; \
	   if [ -z "$os" ]; then \
	     os=Linux; \
	   fi; \
	   printf '"Compiled on a %s %s system on %s.\\n"\n' \
		  "$os" "$version" "`date +%Y-%m-%d`";; \
   *) ;; \
 esac; \
 files="../crypt/Banner ../libidn/Banner ../nptl/Banner ../ports/Banner ../resolv/Banner";				\
 if test -n "$files"; then				\
   printf '"Available extensions:\\n"\n';		\
   sed -e '/^#/d' -e 's/^[[:space:]]*/	/'		\
       -e 's/^\(.*\)$/\"\1\\n\"/' $files;		\
 fi) > /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/csu/version-info.hT
mv -f /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/csu/version-info.hT /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/csu/version-info.h
.././scripts/mkinstalldirs /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/gnu
mkdir /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/gnu
{ \
 echo '/* This file is automatically generated.';\
 echo '   It defines macros to allow user program to find the shared'; \
 echo '   library files which come as part of GNU libc.  */'; \
 echo '#ifndef __GNU_LIB_NAMES_H'; \
 echo '#define __GNU_LIB_NAMES_H	1'; \
 echo ''; \
  \
    echo '#if !defined __ARM_PCS_VFP'; (  echo libnss_dns=libnss_dns.so.2;   echo libgcc_s=libgcc_s.so.1;   echo libm=libm.so.6;   echo libresolv=libresolv.so.2;   echo libnss_files=libnss_files.so.2;   echo ld=ld-linux.so.3;   echo libdl=libdl.so.2;   echo libpthread=libpthread.so.0;   echo libc=libc.so.6;   echo libutil=libutil.so.1;   echo libnss_compat=libnss_compat.so.2;   echo libnsl=libnsl.so.1;   echo libnss_hesiod=libnss_hesiod.so.2;   echo libnss_ldap=libnss_ldap.so.2;   echo libthread_db=libthread_db.so.1;   echo libnss_nis=libnss_nis.so.2;   echo libnss_test1=libnss_test1.so.2;   echo libnss_nisplus=libnss_nisplus.so.2;   echo libnss_db=libnss_db.so.2;   echo libcidn=libcidn.so.1;   echo libBrokenLocale=libBrokenLocale.so.1;   echo libanl=libanl.so.1;   echo librt=librt.so.1;   echo libcrypt=libcrypt.so.1;) | LC_ALL=C gawk -v multi=1 -f ../scripts/lib-names.awk | LC_ALL=C sort; echo '#endif';   echo '#if defined __ARM_PCS_VFP'; (  echo libnss_dns=libnss_dns.so.2;   echo libgcc_s=libgcc_s.so.1;   echo libm=libm.so.6;   echo libresolv=libresolv.so.2;   echo libnss_files=libnss_files.so.2;   echo ld=ld-linux-armhf.so.3;   echo libdl=libdl.so.2;   echo libpthread=libpthread.so.0;   echo libc=libc.so.6;   echo libutil=libutil.so.1;   echo libnss_compat=libnss_compat.so.2;   echo libnsl=libnsl.so.1;   echo libnss_hesiod=libnss_hesiod.so.2;   echo libnss_ldap=libnss_ldap.so.2;   echo libthread_db=libthread_db.so.1;   echo libnss_nis=libnss_nis.so.2;   echo libnss_test1=libnss_test1.so.2;   echo libnss_nisplus=libnss_nisplus.so.2;   echo libnss_db=libnss_db.so.2;   echo libcidn=libcidn.so.1;   echo libBrokenLocale=libBrokenLocale.so.1;   echo libanl=libanl.so.1;   echo librt=librt.so.1;   echo libcrypt=libcrypt.so.1;) | LC_ALL=C gawk -v multi=1 -f ../scripts/lib-names.awk | LC_ALL=C sort; echo '#endif'; \
 echo ''; \
 echo '#endif	/* gnu/lib-names.h */'; \
} >  /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/gnu/lib-names.T
/bin/sh ../scripts/move-if-change /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/gnu/lib-names.T /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/gnu/lib-names.h
touch /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/gnu/lib-names.stmp
rm -f /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/csu/abi-tag.h.new
sed -e 's/#.*$//' -e '/^[	]*$/d' ../abi-tags | \
while read conf tagos tagver; do \
  test `expr 'arm-unknown-linux-gnueabihf' \
	     : "$conf"` != 0 || continue; \
  ( echo "$tagos" | \
    sed -e 's/[^0-9xXa-fA-F 	]//' \
	-e 's/^/#define __ABI_TAG_OS /'; \
    echo "#ifndef __ABI_TAG_VERSION"; \
    echo "$tagver" | \
    sed -e 's/[^0-9xXa-fA-F]/ /g' -e 's/ *$//' \
      -e 's/ /,/g' -e 's/^/# define __ABI_TAG_VERSION /'; \
    echo "#endif" ) > /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/csu/abi-tag.h.new; \
done
if test -r /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/csu/abi-tag.h.new; then mv -f /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/csu/abi-tag.h.new /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/csu/abi-tag.h; \
else echo >&2 'This configuration not matched in ../abi-tags'; exit 1; fi
gawk -f ../scripts/gen-as-const.awk ../ports/sysdeps/arm/nptl/tcb-offsets.sym \
| gcc -S -o /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/tcb-offsets.hT3 -std=gnu99 -fgnu89-inline  -O2 -Wall -Winline -Wwrite-strings -fmerge-all-constants -frounding-math -march=armv7 -march=armv7-a -mfpu=vfpv3-d16 -mhard-float -mthumb -pipe -Wstrict-prototypes         -I../include -I/mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/csu -I/mnt/DEVEL/HVA/NEW/00/glibc/work/src/build -I../ports/sysdeps/unix/sysv/linux/arm/nptl -I../ports/sysdeps/unix/sysv/linux/arm -I../nptl/sysdeps/unix/sysv/linux -I../nptl/sysdeps/pthread -I../sysdeps/pthread -I../ports/sysdeps/unix/sysv/linux -I../sysdeps/unix/sysv/linux -I../sysdeps/gnu -I../sysdeps/unix/inet -I../nptl/sysdeps/unix/sysv -I../ports/sysdeps/unix/sysv -I../sysdeps/unix/sysv -I../ports/sysdeps/unix/arm -I../nptl/sysdeps/unix -I../ports/sysdeps/unix -I../sysdeps/unix -I../sysdeps/posix -I../ports/sysdeps/arm/armv7 -I../ports/sysdeps/arm/armv6t2 -I../ports/sysdeps/arm/nptl -I../ports/sysdeps/arm -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754 -I../sysdeps/generic -I../nptl -I../ports  -I.. -I../libio -I. -nostdinc -isystem /usr/lib/gcc/arm-unknown-linux-gnueabihf/4.7.1/include -isystem /mnt/DEVEL/HVA/NEW/00/glibc/work/pkg/usr/include -D_LIBC_REENTRANT -include ../include/libc-symbols.h       -x c - \
	-MD -MP -MF /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/tcb-offsets.h.dT -MT '/mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/tcb-offsets.h.d /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/tcb-offsets.h'
sed -n 's/^.*@@@name@@@\([^@]*\)@@@value@@@[^0-9Xxa-fA-F-]*\([0-9Xxa-fA-F-][0-9Xxa-fA-F-]*\).*@@@end@@@.*$/#define \1 \2/p' \
	/mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/tcb-offsets.hT3 > /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/tcb-offsets.hT
rm -f /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/tcb-offsets.hT3
sed -e 's@ /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/@ $(common-objpfx)@g' -e 's@^/mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/@$(common-objpfx)@g' -e 's@  *\.\.\/\([^ 	\]*\)@ $(..)\1@g' -e 's@^\.\.\/\([^ 	\]*\)@$(..)\1@g' \
    /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/tcb-offsets.h.dT > /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/tcb-offsets.h.dT2
rm -f /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/tcb-offsets.h.dT
mv -f /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/tcb-offsets.h.dT2 /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/tcb-offsets.h.d
mv -f /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/tcb-offsets.hT /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/tcb-offsets.h
gawk -f ../scripts/gen-as-const.awk ../ports/sysdeps/arm/rtld-global-offsets.sym \
| gcc -S -o /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/rtld-global-offsets.hT3 -std=gnu99 -fgnu89-inline  -O2 -Wall -Winline -Wwrite-strings -fmerge-all-constants -frounding-math -march=armv7 -march=armv7-a -mfpu=vfpv3-d16 -mhard-float -mthumb -pipe -Wstrict-prototypes         -I../include -I/mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/csu -I/mnt/DEVEL/HVA/NEW/00/glibc/work/src/build -I../ports/sysdeps/unix/sysv/linux/arm/nptl -I../ports/sysdeps/unix/sysv/linux/arm -I../nptl/sysdeps/unix/sysv/linux -I../nptl/sysdeps/pthread -I../sysdeps/pthread -I../ports/sysdeps/unix/sysv/linux -I../sysdeps/unix/sysv/linux -I../sysdeps/gnu -I../sysdeps/unix/inet -I../nptl/sysdeps/unix/sysv -I../ports/sysdeps/unix/sysv -I../sysdeps/unix/sysv -I../ports/sysdeps/unix/arm -I../nptl/sysdeps/unix -I../ports/sysdeps/unix -I../sysdeps/unix -I../sysdeps/posix -I../ports/sysdeps/arm/armv7 -I../ports/sysdeps/arm/armv6t2 -I../ports/sysdeps/arm/nptl -I../ports/sysdeps/arm -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754 -I../sysdeps/generic -I../nptl -I../ports  -I.. -I../libio -I. -nostdinc -isystem /usr/lib/gcc/arm-unknown-linux-gnueabihf/4.7.1/include -isystem /mnt/DEVEL/HVA/NEW/00/glibc/work/pkg/usr/include -D_LIBC_REENTRANT -include ../include/libc-symbols.h       -x c - \
	-MD -MP -MF /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/rtld-global-offsets.h.dT -MT '/mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/rtld-global-offsets.h.d /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/rtld-global-offsets.h'
sed -n 's/^.*@@@name@@@\([^@]*\)@@@value@@@[^0-9Xxa-fA-F-]*\([0-9Xxa-fA-F-][0-9Xxa-fA-F-]*\).*@@@end@@@.*$/#define \1 \2/p' \
	/mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/rtld-global-offsets.hT3 > /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/rtld-global-offsets.hT
rm -f /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/rtld-global-offsets.hT3
sed -e 's@ /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/@ $(common-objpfx)@g' -e 's@^/mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/@$(common-objpfx)@g' -e 's@  *\.\.\/\([^ 	\]*\)@ $(..)\1@g' -e 's@^\.\.\/\([^ 	\]*\)@$(..)\1@g' \
    /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/rtld-global-offsets.h.dT > /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/rtld-global-offsets.h.dT2
rm -f /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/rtld-global-offsets.h.dT
mv -f /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/rtld-global-offsets.h.dT2 /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/rtld-global-offsets.h.d
mv -f /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/rtld-global-offsets.hT /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/rtld-global-offsets.h
gawk -f ../scripts/gen-as-const.awk ../ports/sysdeps/arm/tlsdesc.sym \
| gcc -S -o /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/tlsdesc.hT3 -std=gnu99 -fgnu89-inline  -O2 -Wall -Winline -Wwrite-strings -fmerge-all-constants -frounding-math -march=armv7 -march=armv7-a -mfpu=vfpv3-d16 -mhard-float -mthumb -pipe -Wstrict-prototypes         -I../include -I/mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/csu -I/mnt/DEVEL/HVA/NEW/00/glibc/work/src/build -I../ports/sysdeps/unix/sysv/linux/arm/nptl -I../ports/sysdeps/unix/sysv/linux/arm -I../nptl/sysdeps/unix/sysv/linux -I../nptl/sysdeps/pthread -I../sysdeps/pthread -I../ports/sysdeps/unix/sysv/linux -I../sysdeps/unix/sysv/linux -I../sysdeps/gnu -I../sysdeps/unix/inet -I../nptl/sysdeps/unix/sysv -I../ports/sysdeps/unix/sysv -I../sysdeps/unix/sysv -I../ports/sysdeps/unix/arm -I../nptl/sysdeps/unix -I../ports/sysdeps/unix -I../sysdeps/unix -I../sysdeps/posix -I../ports/sysdeps/arm/armv7 -I../ports/sysdeps/arm/armv6t2 -I../ports/sysdeps/arm/nptl -I../ports/sysdeps/arm -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754 -I../sysdeps/generic -I../nptl -I../ports  -I.. -I../libio -I. -nostdinc -isystem /usr/lib/gcc/arm-unknown-linux-gnueabihf/4.7.1/include -isystem /mnt/DEVEL/HVA/NEW/00/glibc/work/pkg/usr/include -D_LIBC_REENTRANT -include ../include/libc-symbols.h       -x c - \
	-MD -MP -MF /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/tlsdesc.h.dT -MT '/mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/tlsdesc.h.d /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/tlsdesc.h'
sed -n 's/^.*@@@name@@@\([^@]*\)@@@value@@@[^0-9Xxa-fA-F-]*\([0-9Xxa-fA-F-][0-9Xxa-fA-F-]*\).*@@@end@@@.*$/#define \1 \2/p' \
	/mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/tlsdesc.hT3 > /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/tlsdesc.hT
rm -f /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/tlsdesc.hT3
sed -e 's@ /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/@ $(common-objpfx)@g' -e 's@^/mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/@$(common-objpfx)@g' -e 's@  *\.\.\/\([^ 	\]*\)@ $(..)\1@g' -e 's@^\.\.\/\([^ 	\]*\)@$(..)\1@g' \
    /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/tlsdesc.h.dT > /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/tlsdesc.h.dT2
rm -f /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/tlsdesc.h.dT
mv -f /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/tlsdesc.h.dT2 /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/tlsdesc.h.d
mv -f /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/tlsdesc.hT /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/tlsdesc.h
gcc ../sysdeps/unix/sysv/linux/init-first.c -c -std=gnu99 -fgnu89-inline  -O2 -Wall -Winline -Wwrite-strings -fmerge-all-constants -frounding-math -march=armv7 -march=armv7-a -mfpu=vfpv3-d16 -mhard-float -mthumb -pipe -Wstrict-prototypes         -I../include -I/mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/csu -I/mnt/DEVEL/HVA/NEW/00/glibc/work/src/build -I../ports/sysdeps/unix/sysv/linux/arm/nptl -I../ports/sysdeps/unix/sysv/linux/arm -I../nptl/sysdeps/unix/sysv/linux -I../nptl/sysdeps/pthread -I../sysdeps/pthread -I../ports/sysdeps/unix/sysv/linux -I../sysdeps/unix/sysv/linux -I../sysdeps/gnu -I../sysdeps/unix/inet -I../nptl/sysdeps/unix/sysv -I../ports/sysdeps/unix/sysv -I../sysdeps/unix/sysv -I../ports/sysdeps/unix/arm -I../nptl/sysdeps/unix -I../ports/sysdeps/unix -I../sysdeps/unix -I../sysdeps/posix -I../ports/sysdeps/arm/armv7 -I../ports/sysdeps/arm/armv6t2 -I../ports/sysdeps/arm/nptl -I../ports/sysdeps/arm -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754 -I../sysdeps/generic -I../nptl -I../ports  -I.. -I../libio -I. -nostdinc -isystem /usr/lib/gcc/arm-unknown-linux-gnueabihf/4.7.1/include -isystem /mnt/DEVEL/HVA/NEW/00/glibc/work/pkg/usr/include -D_LIBC_REENTRANT -include ../include/libc-symbols.h       -o /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/csu/init-first.o -MD -MP -MF /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/csu/init-first.o.dt -MT /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/csu/init-first.o 
gcc libc-start.c -c -std=gnu99 -fgnu89-inline  -O2 -Wall -Winline -Wwrite-strings -fmerge-all-constants -frounding-math -march=armv7 -march=armv7-a -mfpu=vfpv3-d16 -mhard-float -mthumb -pipe -Wstrict-prototypes   -fexceptions      -I../include -I/mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/csu -I/mnt/DEVEL/HVA/NEW/00/glibc/work/src/build -I../ports/sysdeps/unix/sysv/linux/arm/nptl -I../ports/sysdeps/unix/sysv/linux/arm -I../nptl/sysdeps/unix/sysv/linux -I../nptl/sysdeps/pthread -I../sysdeps/pthread -I../ports/sysdeps/unix/sysv/linux -I../sysdeps/unix/sysv/linux -I../sysdeps/gnu -I../sysdeps/unix/inet -I../nptl/sysdeps/unix/sysv -I../ports/sysdeps/unix/sysv -I../sysdeps/unix/sysv -I../ports/sysdeps/unix/arm -I../nptl/sysdeps/unix -I../ports/sysdeps/unix -I../sysdeps/unix -I../sysdeps/posix -I../ports/sysdeps/arm/armv7 -I../ports/sysdeps/arm/armv6t2 -I../ports/sysdeps/arm/nptl -I../ports/sysdeps/arm -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754 -I../sysdeps/generic -I../nptl -I../ports  -I.. -I../libio -I. -nostdinc -isystem /usr/lib/gcc/arm-unknown-linux-gnueabihf/4.7.1/include -isystem /mnt/DEVEL/HVA/NEW/00/glibc/work/pkg/usr/include -D_LIBC_REENTRANT -include ../include/libc-symbols.h       -o /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/csu/libc-start.o -MD -MP -MF /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/csu/libc-start.o.dt -MT /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/csu/libc-start.o
gcc ../ports/sysdeps/unix/sysv/linux/arm/sysdep.S -c    -I../include -I/mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/csu -I/mnt/DEVEL/HVA/NEW/00/glibc/work/src/build -I../ports/sysdeps/unix/sysv/linux/arm/nptl -I../ports/sysdeps/unix/sysv/linux/arm -I../nptl/sysdeps/unix/sysv/linux -I../nptl/sysdeps/pthread -I../sysdeps/pthread -I../ports/sysdeps/unix/sysv/linux -I../sysdeps/unix/sysv/linux -I../sysdeps/gnu -I../sysdeps/unix/inet -I../nptl/sysdeps/unix/sysv -I../ports/sysdeps/unix/sysv -I../sysdeps/unix/sysv -I../ports/sysdeps/unix/arm -I../nptl/sysdeps/unix -I../ports/sysdeps/unix -I../sysdeps/unix -I../sysdeps/posix -I../ports/sysdeps/arm/armv7 -I../ports/sysdeps/arm/armv6t2 -I../ports/sysdeps/arm/nptl -I../ports/sysdeps/arm -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754 -I../sysdeps/generic -I../nptl -I../ports  -I.. -I../libio -I. -nostdinc -isystem /usr/lib/gcc/arm-unknown-linux-gnueabihf/4.7.1/include -isystem /mnt/DEVEL/HVA/NEW/00/glibc/work/pkg/usr/include -D_LIBC_REENTRANT -include ../include/libc-symbols.h       -DASSEMBLER  -I/mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/csu/.  -Wa,--noexecstack -march=armv7  -o /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/csu/sysdep.o -MD -MP -MF /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/csu/sysdep.o.dt -MT /mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/csu/sysdep.o 
../ports/sysdeps/unix/arm/sysdep.S: Assembler messages:
../ports/sysdeps/unix/arm/sysdep.S:47: Error: lo register required -- `sub pc,r0,#31'
../ports/sysdeps/unix/arm/sysdep.S:50: Error: invalid base register for register offset -- `ldr r2,[pc,r2]'
../ports/sysdeps/unix/arm/sysdep.S:52: Error: unshifted register required -- `mvn r0,#0'
make[2]: *** [/mnt/DEVEL/HVA/NEW/00/glibc/work/src/build/csu/sysdep.o] Error 1
make[2]: Leaving directory `/mnt/DEVEL/HVA/NEW/00/glibc/work/src/glibc-2.16.0/csu'
make[1]: *** [csu/subdir_lib] Error 2
make[1]: Leaving directory `/mnt/DEVEL/HVA/NEW/00/glibc/work/src/glibc-2.16.0'
make: *** [all] Error 2
=======> ERROR: Building '/mnt/DEVEL/HVA/NEW/00/glibc/glibc#2.16.0-1.pkg.tar.gz' failed.

[-- Attachment #3: 0.patch --]
[-- Type: text/x-diff, Size: 781 bytes --]

diff -Naur glibc-ports-2.16.0-orig/sysdeps/arm/armv7-a/Implies glibc-ports-2.16.0/sysdeps/arm/armv7-a/Implies
--- glibc-ports-2.16.0-orig/sysdeps/arm/armv7-a/Implies	1970-01-01 01:00:00.000000000 +0100
+++ glibc-ports-2.16.0/sysdeps/arm/armv7-a/Implies	2012-08-03 09:17:28.401950316 +0200
@@ -0,0 +1,2 @@
+# We can do everything that 7 can
+arm/armv7
diff -Naur glibc-ports-2.16.0-orig/sysdeps/arm/preconfigure glibc-ports-2.16.0/sysdeps/arm/preconfigure
--- glibc-ports-2.16.0-orig/sysdeps/arm/preconfigure	2012-06-21 19:08:19.000000000 +0200
+++ glibc-ports-2.16.0/sysdeps/arm/preconfigure	2012-08-03 09:16:04.906650327 +0200
@@ -20,7 +20,7 @@
 		  ;;
 
 		x__ARM_ARCH_7A__)
-		  machine=armv7
+		  machine=armv7-a
 		  echo "Found compiler is configured for $machine"
 		  ;;
 

             reply	other threads:[~2012-08-04  4:01 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-04  4:01 acrux_it @ libero.it [this message]
2012-08-04 16:07 ` Joseph S. Myers
  -- strict thread matches above, loose matches on Subject: below --
2011-12-02 17:32 [ARM] architecture specific subdirectories & optimised memchr [V5] Dr. David Alan Gilbert
2011-12-05 22:11 ` Joseph S. Myers
2011-12-08 10:03   ` [ARM] architecture specific subdirectories & optimised memchr [V6] Dr. David Alan Gilbert
2011-12-08 15:47     ` Joseph S. Myers
2011-12-08 15:49       ` David Gilbert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120804060117.400a5d25ea3587e0fe946b82@libero.it \
    --to=acrux_it@libero.it \
    --cc=david.gilbert@linaro.org \
    --cc=joseph@codesourcery.com \
    --cc=libc-ports@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).