diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-03-08 19:36:21 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-03-08 19:36:21 +0000 |
commit | 37a2e188e690acd004b6a87d2cb430831feb7218 (patch) | |
tree | bf07ff623eee642a2b684f9e07d2fd834585a684 /gcc/config.in | |
parent | 75ab846af632199b06815fc7afc3845aabf853ce (diff) | |
download | gcc-37a2e188e690acd004b6a87d2cb430831feb7218.tar.gz |
* configure.in (HAVE_AS_LEB128): New assembler check.
* configure, config.in: Rebuilt.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40326 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in index ddb461f91bf..976c19baf17 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -412,6 +412,9 @@ /* Define if your assembler supports .hidden. */ #undef HAVE_GAS_HIDDEN +/* Define if your assembler supports .uleb128. */ +#undef HAVE_AS_LEB128 + /* Define if your assembler supports .register. */ #undef HAVE_AS_REGISTER_PSEUDO_OP |