From 6156b4eeb9a429ccc370782d719d0d6c787a6f72 Mon Sep 17 00:00:00 2001 From: Martin Nowack Date: Fri, 8 Nov 2019 22:55:56 +0000 Subject: [cmake] Add support to generate arbitrary runtime library configurations Every runtime library can be build with multiple configurations. Replace the Makefile-based setup by cmake one. Currently, we generate 32bit and 64bit libraries simultaneously and can link against them. --- runtime/FreeStanding/Makefile.cmake.bitcode | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 runtime/FreeStanding/Makefile.cmake.bitcode (limited to 'runtime/FreeStanding/Makefile.cmake.bitcode') diff --git a/runtime/FreeStanding/Makefile.cmake.bitcode b/runtime/FreeStanding/Makefile.cmake.bitcode deleted file mode 100644 index 0ad434d6..00000000 --- a/runtime/FreeStanding/Makefile.cmake.bitcode +++ /dev/null @@ -1,15 +0,0 @@ -#===--------------------------------------------------------*- Makefile -*--===# -# -# The KLEE Symbolic Virtual Machine -# -# This file is distributed under the University of Illinois Open Source -# License. See LICENSE.TXT for details. -# -#===------------------------------------------------------------------------===# -LEVEL := ../ - -include $(LEVEL)/Makefile.cmake.bitcode.config - -ARCHIVE_NAME=kleeRuntimeFreeStanding - -include $(LEVEL)/Makefile.cmake.bitcode.rules -- cgit 1.4.1