This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/34474] find from BusyBox v1.2.2 does not support logical OR (-o argument)



------- Comment #9 from aldot at gcc dot gnu dot org  2007-12-15 14:44 -------
Is suggest you get a current busybox-1.8.2 and just turn on the applets you
need, including DESKTOP support for find (which is a required feature according
to SUSv3, as steven mentioned).

With everything turned on this find isn't all that big:
$ ls -ln busybox && size busybox
-rwxr-xr-x 1 1000 1000 14492 2007-12-15 15:39 busybox
   text    data     bss     dec     hex filename
  12525     450      60   13035    32eb busybox


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34474


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]