https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5878

--- Comment #6 from Tony Trinh <[email protected]> 2012-05-23 20:13:08 PDT ---
Based on the output of gcc-4.0, "Based on Apple Inc. build" would not be a good
pattern to match. 

$ gcc-4.0 --version
i686-apple-darwin10-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5494)
Copyright (C) 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


This regex pattern might be better:

    .*apple-darwin.*-gcc

or simply:

    apple-darwin

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are watching all bug changes.
___________________________________________________________________________
Sent via:    Wireshark-bugs mailing list <[email protected]>
Archives:    http://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://wireshark.org/mailman/options/wireshark-bugs
             mailto:[email protected]?subject=unsubscribe

Reply via email to