ubsan: microblaze: left shift cannot be represented in type 'int'
[deliverable/binutils-gdb.git] / sim / common / configure.ac
index a67273d4d8183ea7497cd7aa5f558d23120afc57..ec4ee203743b0266df4ebb48410035dcd7c23f31 100644 (file)
@@ -1,9 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_PREREQ(2.59)dnl
 AC_INIT(Makefile.in)
 
-# This is intended for use by the target specific directories, and by us.
-SIM_AC_COMMON(cconfig.h)
+AC_PROG_CC
 
 # Put a useful copy of CPP_FOR_TARGET in Makefile.
 # This is only used to build the target values header files.  These files are
@@ -33,13 +31,4 @@ else
 fi
 AC_SUBST(TARGET_SUBDIR)
 
-# These aren't all needed yet, but will be eventually.
-AC_CHECK_HEADERS(stdlib.h string.h strings.h time.h sys/times.h sys/stat.h sys/mman.h)
-AC_CHECK_FUNCS(mmap munmap)
-SIM_CHECK_MEMBERS([[struct stat.st_dev], [struct stat.st_ino],
-[struct stat.st_mode], [struct stat.st_nlink], [struct stat.st_uid],
-[struct stat.st_gid], [struct stat.st_rdev], [struct stat.st_size],
-[struct stat.st_blksize], [struct stat.st_blocks], [struct stat.st_atime],
-[struct stat.st_mtime], [struct stat.st_ctime]])
-AC_OUTPUT(Makefile,
-[case x$CONFIG_HEADERS in xcconfig.h:config.in) echo > stamp-h ;; esac])
+AC_OUTPUT(Makefile)
This page took 0.026492 seconds and 4 git commands to generate.