Fixed what seems to be a typo:
* the default ABI for gcc2 builds should be B_HAIKU_ABI_GCC_2_HAIKU, not B_HAIKU_ABI_GCC_2, as the latter is equal to B_HAIKU_ABI_GCC_2_ANCIENT and enforces the old symbol resolving behaviour. If our build isn't ..._HAIKU, what is? ;-) This fixes a whole lot of perl tests, which failed because the required shared libs could not be loaded (as they contained undefined symbols that are only found in second level dependencies). Note: the existing perl optional package works, since it does not contain any ABI specification symbol yet. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31464 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
1cc5e46925
commit
3a111f3310
@ -33,7 +33,7 @@
|
||||
#define B_HAIKU_ABI_GCC_2_HAIKU 0x00020002
|
||||
|
||||
#if __GNUC__ == 2
|
||||
# define B_HAIKU_ABI B_HAIKU_ABI_GCC_2
|
||||
# define B_HAIKU_ABI B_HAIKU_ABI_GCC_2_HAIKU
|
||||
#elif __GNUC__ == 4
|
||||
# define B_HAIKU_ABI B_HAIKU_ABI_GCC_4
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user