diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-10-26 08:15:03 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-10-26 08:15:03 +0000 |
commit | bddfb866b0a7c70010083c3786ef4285643d4241 (patch) | |
tree | ec4ccc2639d76626f9bc8df40a2e6d37a1b877b5 /Makefile.in | |
parent | 085149d0d2731738171d4b352366266cc83d19a6 (diff) | |
download | uClibc-alpine-bddfb866b0a7c70010083c3786ef4285643d4241.tar.bz2 uClibc-alpine-bddfb866b0a7c70010083c3786ef4285643d4241.tar.xz |
Default changed to IMA compiling, disabled explicitely where currently not possible. Add clean targets for linuxthreads[_db].
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 95479231d..bb6b68bcc 100644 --- a/Makefile.in +++ b/Makefile.in @@ -341,7 +341,7 @@ defconfig: extra/config/conf clean: @$(RM) -r lib include/bits - $(RM) lib*/*.a ldso/*/*.a + $(RM) lib*/*.a ldso/*/*.a libpthread/*/*.a $(RM) libc/misc/locale/locale_data.c $(RM) libc/misc/internals/interp.c $(RM) include/fpu_control.h |