* sysdeps/alpha/dl-machine.h (elf_machine_rela,
[glibc.git] / configure
blobe90ab67db0ec223c11cd2b9ba0e5e228c40dbf7b
1 # This file is generated from configure.in by Autoconf.  DO NOT EDIT!
3 # The configure fragment in this file provides infrastructure for a glibc
4 # add-on containing one or more glibc ports.  Only these few script files
5 # need exist in the top-level source directory of the add-on.  The ports
6 # themselves are contained entirely within their new sysdeps/ directories.
7 # This makes it easy to take these few top-level files plus a new port's
8 # additions to the sysdeps tree, and package a small add-on for that port.
9 # The same infrastructure scripts work for any number of such glibc ports
10 # collected together into a single shared add-on package.
12 cpu_frags=`(cd $srcdir/$libc_add_on; echo sysdeps/*/preconfigure)`
13 for frag in $cpu_frags; do
14   echo "$as_me:$LINENO: result: ports add-on running preconfigure fragment $frag" >&5
15 echo "${ECHO_T}ports add-on running preconfigure fragment $frag" >&6
16   . $srcdir/$libc_add_on/$frag
17 done