summaryrefslogtreecommitdiffstats
path: root/Configurations/99-personal-rse.conf
diff options
context:
space:
mode:
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}",
+ },
+);