Re: Where does configure get -mcpu and -march parameters?
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Shantonu On Feb 10, 2005, at 8:59 PM, Rob Frohne wrote: Hi, Any advice? Thanks, Rob -- Rob Frohne, Ph.D., P.E. E.F. Cross School of Engineering Walla Walla College http://www.wwc.edu/~frohro/ _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... That depends entirely on the configure script. You'd need to read it to find out for sure. A likely candidate is: [ssen@futurama]$ uname -m Power Macintosh I'm trying to figure out how to fix up Gnome Wave Cleaner's ./configure.in file or figure out how to make an easier set of instructions on how to make it. Right now I have to edit the Makefile created by ./configure because it contains -mcpu=Power Macintosh and -march=Power Macintosh. The spaces between the Power and Macintosh gcc can't understand. I can't find where ./configure is getting that, so that I can change it. I tried setting CFLAGS, but then I got two -mcpu or -march entries in the gcc arguments. _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/ssen% 40opendarwin.org This email sent to ssen@opendarwin.org This email sent to site_archiver@lists.apple.com
participants (1)
-
Shantonu Sen