summaryrefslogtreecommitdiffstats
path: root/Configurations/99-personal-rse.conf
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2015-03-12 14:58:07 +0100
committerRichard Levitte <levitte@openssl.org>2015-03-16 22:18:08 +0100
commita5250ec02f4d8b27d786c415ae882801972bfccd (patch)
tree02b2c631ab1a37bf5a6bbe3a3ac953fe01b1a6a5 /Configurations/99-personal-rse.conf
parentd52dcf8da7f15bf75fbf065bac2c4557470ea2fa (diff)
Configuration cleanup: personal configs
Move obviously personal configurations to personal files. Note: those files should really not be in the main repo at all Reviewed-by: Andy Polyakov <appro@openssl.org>
Diffstat (limited to 'Configurations/99-personal-rse.conf')
-rw-r--r--Configurations/99-personal-rse.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/Configurations/99-personal-rse.conf b/Configurations/99-personal-rse.conf
new file mode 100644
index 0000000000..e9318fc7b0
--- /dev/null
+++ b/Configurations/99-personal-rse.conf
@@ -0,0 +1,15 @@
+## Personal configuration targets
+##
+## If you edit this file, run this command before committing
+## make -f Makefile.org TABLE
+## This file is interpolated by the Configure script.
+
+%targets = (
+ "debug-rse" => {
+ inherit_from => [ "x86_elf_asm" ],
+ cc => "cc",
+ cflags => "-DL_ENDIAN -pipe -O -g -ggdb3 -Wall",
+ thread_cflag => "(unknown)",
+ bn_ops => "BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}",
+ },
+);