Ticket #890 (closed defect: wontfix)
add --enable-gadgetfs option to configure
| Reported by: | dpavlin@… | Owned by: | dodji@… |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | qemu-neo1973 | Version: | current svn head |
| Severity: | wishlist | Keywords: | |
| Cc: | buglog@… | Blocked By: | |
| Blocking: | Estimated Completion (week): | ||
| HasPatchForReview: | PatchReviewResult: | ||
| Reproducible: |
Description
Index: configure
===================================================================
--- configure (revision 3039)
+++ configure (working copy)
@@ -304,6 +304,8 @@
*) echo "undefined SPARC architecture. Exiting";exit 1;;
esac
;;
+ --enable-gadgetfs) gadgetfs="yes"
+ ;;
esac
done
Attachments
Change History
Changed 6 years ago by dpavlin@…
- Attachment qemu-neo1973-gadgetfs.diff added
comment:1 Changed 5 years ago by nod_huang@…
- Status changed from new to closed
- Resolution set to wontfix
don`t know which component is
comment:2 Changed 5 years ago by balrogg@…
The component is qemu, frankly I had not noticed this patch before, sorry for
that. My opinion is that if gadgetfs="yes" is forced and the autodection is
failing then pretty surely it will fail to build anyway, so enforcing it doesn't
seem to be useful. Do you have a good use case for this?
Either way thanks for the contribution and my appologies that the bug got closed
without any commentary. I think people are going slightly too far with closing
bugs, sometimes with bogus "Resolution" value.

patch for configure