about summary refs log tree commit diff
path: root/sysdeps/mach/configure
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2022-12-19 02:38:38 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2022-12-19 02:38:38 +0100
commit0fb10e49ad169374650534509767ec1d4232e230 (patch)
tree6328808a6ab8a6ddef702561296c96b3113ef89c /sysdeps/mach/configure
parent7685630b98ca2a3f5de86eadf130993e6cf998a0 (diff)
downloadglibc-0fb10e49ad169374650534509767ec1d4232e230.tar.gz
glibc-0fb10e49ad169374650534509767ec1d4232e230.tar.xz
glibc-0fb10e49ad169374650534509767ec1d4232e230.zip
mach: Drop remnants of old_CFLAGS
Diffstat (limited to 'sysdeps/mach/configure')
-rw-r--r--sysdeps/mach/configure4
1 files changed, 0 insertions, 4 deletions
diff --git a/sysdeps/mach/configure b/sysdeps/mach/configure
index ba6371cd3f..e8a1d47102 100644
--- a/sysdeps/mach/configure
+++ b/sysdeps/mach/configure
@@ -144,7 +144,6 @@ else
 fi
 
 
-CFLAGS=$old_CFLAGS
 ac_fn_c_check_header_preproc "$LINENO" "mach/mach_types.defs" "ac_cv_header_mach_mach_types_defs"
 if test "x$ac_cv_header_mach_mach_types_defs" = xyes; then :
 
@@ -218,8 +217,6 @@ $as_echo_n "checking for creation_time in task_basic_info... " >&6; }
 if ${libc_cv_mach_task_creation_time+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  old_CFLAGS=$CFLAGS
-CFLAGS="$CFLAGS -ffreestanding"
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
 #include <mach/task_info.h>
@@ -246,7 +243,6 @@ $as_echo "$libc_cv_mach_task_creation_time" >&6; }
 if test $libc_cv_mach_task_creation_time = no; then
   as_fn_error $? "you need Mach headers supporting task_info.creation_time" "$LINENO" 5
 fi
-CFLAGS=$old_CFLAGS
 
 mach_interface_list=
 for ifc in mach mach4 gnumach \