diff options
author | Lauri Leukkunen <lle@rahina.org> | 2008-01-03 18:16:27 +0200 |
---|---|---|
committer | Lauri Leukkunen <lle@rahina.org> | 2008-01-03 18:16:27 +0200 |
commit | a7ff25c508d37a760c7248050929812887148be1 (patch) | |
tree | d2709e69b02164614b13c4ce7d6684c9f4f006e3 /.gitignore | |
parent | caf00b27c4a34b30400d0007bb61b925b379903d (diff) |
Split configure step from building for multilib
This way regular development can be done for multilib target
without having to run configure all the time.
Signed-off-by: Lauri Leukkunen <lle@rahina.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -8,10 +8,7 @@ include/config.h include/config.h.in configure config.status -utils/chroot-uid -utils/sb_gcc_wrapper .config -*.lock *.d autom4te.cache aclocal.* @@ -22,3 +19,4 @@ preload/ldexportlist preload/wrappers.c obj-32 obj-64 +.configure-multilib |