diff options
author | Andreas Jaeger <aj@suse.de> | 2012-04-29 06:31:26 +0200 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2012-04-29 06:36:30 +0200 |
commit | ecf0ebfb04f6e31e3ba709521b6955d5f86ff724 (patch) | |
tree | 1910a2ee3a6c966466f58d6de5e1b6d00a7f2038 /config.make.in | |
parent | ded5180a3b177c559ad144ac73bfa313284e2a8c (diff) | |
download | glibc-ecf0ebfb04f6e31e3ba709521b6955d5f86ff724.tar.gz glibc-ecf0ebfb04f6e31e3ba709521b6955d5f86ff724.tar.xz glibc-ecf0ebfb04f6e31e3ba709521b6955d5f86ff724.zip |
Always run check-abi
Remove the configure options for running of check-abi and always run it as part of the testsuite
Diffstat (limited to 'config.make.in')
-rw-r--r-- | config.make.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config.make.in b/config.make.in index 9aff468fe5..1f4185b3aa 100644 --- a/config.make.in +++ b/config.make.in @@ -53,7 +53,6 @@ with-fp = @with_fp@ old-glibc-headers = @old_glibc_headers@ unwind-find-fde = @libc_cv_gcc_unwind_find_fde@ have-cpp-asm-debuginfo = @libc_cv_cpp_asm_debuginfo@ -enable-check-abi = @enable_check_abi@ have-forced-unwind = @libc_cv_forced_unwind@ have-fpie = @libc_cv_fpie@ have-mfma4 = @libc_cv_cc_fma4@ |