diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-08-25 22:04:43 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-08-25 22:04:43 +0000 |
commit | 9a1eb39a6018cdf98de8518a9dd68c67098b6dcb (patch) | |
tree | 9064a01a4f45f3c68df901b7182f91debc2da7d7 /Makefile | |
parent | e320f52df9f172fa3fee4218029a2f4dd4fefbfd (diff) |
Kill the HAS_LONG_LONG option. It really did not make a lot of
sense to exclude it, gcc always supports long long, and we never
fully excluded long long anyways (off64_t for example).
-Erik
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -158,11 +158,6 @@ uClibc_config: Makefile Config else \ echo "#undef __UCLIBC_HAS_FLOATS__" >> include/bits/uClibc_config.h ; \ fi - @if [ "$(HAS_LONG_LONG)" = "true" ] ; then \ - echo "#define __UCLIBC_HAS_LONG_LONG__ 1" >> include/bits/uClibc_config.h ; \ - else \ - echo "#undef __UCLIBC_HAS_LONG_LONG__" >> include/bits/uClibc_config.h ; \ - fi @if [ "$(HAS_LOCALE)" = "true" ] ; then \ echo "#define __UCLIBC_HAS_LOCALE__ 1" >> include/bits/uClibc_config.h ; \ else \ |