Remove x86_gcc_des,x86_gcc_opts
[openssl.git] / Configurations / 99-personal-rse.conf
1 ## -*- mode: perl; -*-
2 ## Personal configuration targets
3 ##
4 ## If you edit this file, run this command before committing
5 ##      make -f Makefile.in TABLE
6 ## This file is interpolated by the Configure script.
7
8 %targets = (
9     "debug-rse" => {
10         inherit_from     => [ "x86_elf_asm" ],
11         cc               => "cc",
12         cflags           => "-DL_ENDIAN -pipe -O -g -ggdb3 -Wall",
13         thread_cflag     => "(unknown)",
14         bn_ops           => "BN_LLONG",
15     },
16 );