From bd778c41aad31bc438103f1afb59e1071f435a5d Mon Sep 17 00:00:00 2001 From: jdh8d <jdh8d@git.zephyr-software.com> Date: Wed, 16 Mar 2016 17:43:56 +0000 Subject: [PATCH] --- .gitattributes | 2 -- build_diehard.sh | 15 --------------- clean_diehard.sh | 5 ----- 3 files changed, 22 deletions(-) delete mode 100755 build_diehard.sh delete mode 100755 clean_diehard.sh diff --git a/.gitattributes b/.gitattributes index 4dce1730b..e501f6fa2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,10 +1,8 @@ * text=auto !eol /build-all.sh -text -/build_diehard.sh -text /cfar_postgres_setup.sh -text /cfar_postgres_setup_for_other.sh -text /clean-all.sh -text -/clean_diehard.sh -text /get-peasoup-packages.sh -text /irdb_vars -text /postgres_setup.sh -text diff --git a/build_diehard.sh b/build_diehard.sh deleted file mode 100755 index 0b610968c..000000000 --- a/build_diehard.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/bash - - -if [ ! -f DieHard/src/libdiehard.so ]; then - - sed -i "s|/dev/urandom|/dev/cfar_urandom|" \ - DieHard/src/archipelago/benchmarks/pine4.64/imap/src/osdep/unix/ssl_unix.c \ - DieHard/src/include/rng/realrandomvalue.h \ - DieHard/src/exterminator/src/realrandomvalue.h - cd DieHard/src - g++ -std=c++11 -W -Wall -O0 -pipe -fPIC -m64 -march=nocona -ffast-math -g -I. -Iinclude -Iinclude/layers -Iinclude/util -Iinclude/math -Iinclude/static -Iinclude/rng -Iinclude/hoard -Iinclude/superblocks -IHeap-Layers -DDIEHARD_DIEHARDER=0 -D_REENTRANT=1 -DDIEHARD_MULTITHREADED=1 -shared -D'CUSTOM_PREFIX(x)=diehard##x' Heap-Layers/wrappers/gnuwrapper.cpp source/libdieharder.cpp -Bsymbolic -o libdiehard.so -ldl -lpthread -Dlinux -fi - -echo Diehard Build complete. - diff --git a/clean_diehard.sh b/clean_diehard.sh deleted file mode 100755 index c62db6d60..000000000 --- a/clean_diehard.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash - -\rm -f DieHard/src/libdiehard.so - -echo Diehard cleaned. -- GitLab