diff options
author | Junichi Uekawa <dancer@netfort.gr.jp> | 2013-04-06 18:40:09 +0900 |
---|---|---|
committer | Junichi Uekawa <dancer@netfort.gr.jp> | 2013-04-06 18:40:09 +0900 |
commit | 613ce140f1228fddc79c1c675ad7595aa0c9ee9e (patch) | |
tree | 29d29b9d0bc9bc146c17614b3bfedc695f41143f /examples | |
parent | 9f03a68d14daaccf8f8f9503d73bd1d8f6a0be00 (diff) | |
download | pbuilder-613ce140f1228fddc79c1c675ad7595aa0c9ee9e.tar pbuilder-613ce140f1228fddc79c1c675ad7595aa0c9ee9e.tar.gz |
remove asn1 compiler. it's not even a C compiler
Diffstat (limited to 'examples')
-rw-r--r-- | examples/D65various-compiler-support | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/D65various-compiler-support b/examples/D65various-compiler-support index 38aaf06..e65d70f 100644 --- a/examples/D65various-compiler-support +++ b/examples/D65various-compiler-support @@ -37,11 +37,6 @@ case "${CHOOSE_COMPILER}" in newcxx=/bin/false not_gcc_compat=1 ;; - asn1c) - newcc=/usr/bin/"${CHOOSE_COMPILER}" - newcxx=/bin/false - not_gcc_compat=1 - ;; *) exit 0 ;; |