> On Tuesday 05 January 2010, Robert Jenssen wrote:
>> I build on FreeBSD with:
>>
>> ./configure \
>> CFLAGS="-I/usr/local/include -D__DARWIN__" LDFLAGS="-L/usr/local/lib" \
>> --enable-dummy --enable-jlink

Personally, I believe -D__DARWIN__ to be a hack, because FreeBSD
intrinsically defines -D__FreeBSD__ (and that is the proper
capitalization).  This only effects whatever file generates command.c
... I suppose if there's no effect other than to tweak the #ifdef's,
it's not so much of an issue, but if it's putting the string in the
code somewhere, you kind of want that string to reflect the actual
operating system used.

The CFLAGS/LDFLAGS/usr/local/include stuff shouldn't be an issue, my
environment is jacked.

Best,
Steve
_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to