From 5718eac4cd91bb82e0726c771009213518a286f7 Mon Sep 17 00:00:00 2001 From: an7s <an7s@git.zephyr-software.com> Date: Sun, 28 Feb 2016 01:27:20 +0000 Subject: [PATCH] configure script for data shadow (aka function ptr shadowing) --- .gitattributes | 1 + configure_for_datashadow | 3 +++ 2 files changed, 4 insertions(+) create mode 100755 configure_for_datashadow diff --git a/.gitattributes b/.gitattributes index f791851..8ccfb40 100644 --- a/.gitattributes +++ b/.gitattributes @@ -11,6 +11,7 @@ canaries/debug_canary_callbacks.c -text /configure_for_canaries -text /configure_for_cgc -text /configure_for_cinderella -text +/configure_for_datashadow -text /configure_for_rss -text cookbook/Makefile.in -text cookbook/instructionCountCallback.c -text diff --git a/configure_for_datashadow b/configure_for_datashadow new file mode 100755 index 0000000..96e7a50 --- /dev/null +++ b/configure_for_datashadow @@ -0,0 +1,3 @@ +#!/bin/bash + +./configure --enable-datashadow --enable-libc --prefix=$ZIPR_INSTALL $* -- GitLab