Mercurial > audlegacy
comparison ChangeLog @ 1624:d863bca9b6d7 trunk
[svn] - PICFLAGS should not call -shared/-bundle as some versions of GCC will misinterpret that. Only PICLDFLAGS should.
author | nenolod |
---|---|
date | Wed, 06 Sep 2006 13:04:37 -0700 |
parents | e2eb234cb999 |
children | 79891e2fd8a5 |
comparison
equal
deleted
inserted
replaced
1623:e2eb234cb999 | 1624:d863bca9b6d7 |
---|---|
1 2006-09-06 20:01:04 +0000 William Pitcock <nenolod@nenolod.net> | |
2 revision [2177] | |
3 - add PICLDFLAGS, PICFLAGS, SHARED_SUFFIX identifiers | |
4 | |
5 | |
6 Changes: Modified: | |
7 +3 -0 trunk/mk/rules.mk.in | |
8 | |
9 | |
1 2006-09-06 19:57:50 +0000 William Pitcock <nenolod@nenolod.net> | 10 2006-09-06 19:57:50 +0000 William Pitcock <nenolod@nenolod.net> |
2 revision [2175] | 11 revision [2175] |
3 - detect what $(SHARED_SUFFIX) should be. | 12 - detect what $(SHARED_SUFFIX) should be. |
4 - detect if we are using Apple-GCC. | 13 - detect if we are using Apple-GCC. |
5 | 14 |