diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-05-23 16:35:21 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-05-23 16:35:21 -0700 |
commit | f4bb020d00853f21eb964344b6df33f773ff24fe (patch) | |
tree | dcc1d5c8d19ba42b285937fd2813e2626ff4637b /configure.in | |
parent | 653de9769fd5592295f9e8614e492fdad53d7764 (diff) | |
download | glibc-f4bb020d00853f21eb964344b6df33f773ff24fe.tar.gz glibc-f4bb020d00853f21eb964344b6df33f773ff24fe.tar.xz glibc-f4bb020d00853f21eb964344b6df33f773ff24fe.zip |
Revert "Move include/stubs-biarch.h to sysdeps/generic"
This reverts commit c9908e5705610d3fcde227898fd1774dd13ac43a. Conflicts: ChangeLog.x32 sysdeps/x86_64/preconfigure
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.in b/configure.in index ce8462afc4..212291cceb 100644 --- a/configure.in +++ b/configure.in @@ -2181,6 +2181,11 @@ AC_SUBST(DEFINES) dnl See sysdeps/mach/configure.in for this variable. AC_SUBST(mach_interface_list) +if test -z "${stubs_biarch_h}"; then + stubs_biarch_h=include/stubs-biarch.h +fi +AC_SUBST(stubs_biarch_h) + if test -z "${lib_names_awk}"; then lib_names_awk=scripts/lib-names.awk fi |