diff options
author | Kevin Ryde <user42@zip.com.au> | 2001-03-14 22:37:16 +0100 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2001-03-14 22:37:16 +0100 |
commit | 4750f622ce26742e49462649ad9abfa971030988 (patch) | |
tree | c0093d7354d49e2b8ee80b2a089d60cd3073f748 /configure.in | |
parent | 22d56601d9db3c1d94b1f780f0ef2e19d3a495b0 (diff) | |
download | gmp-4750f622ce26742e49462649ad9abfa971030988.tar.gz |
* configure.in (none-*-*): Fix cclist for default ABI=long.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 84807650b..075c96e31 100644 --- a/configure.in +++ b/configure.in @@ -729,7 +729,9 @@ case $host in # none-*-*) abilist="long longlong" - gcc_cppflags="-DNO_ASM" + cclist_long=$cclist + gcc_long_cppflags="-DNO_ASM" + cclist_longlong=$cclist gcc_longlong_cppflags="-DNO_ASM" limb_longlong=longlong ;; |