Removed the gcc_version from the runtime loader's image_t. Instead we always
determine (or guess) Haiku version and ABI and use those for compatibility decisions. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30747 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -78,13 +78,6 @@ typedef struct image_t {
|
||||
int32 ref_count;
|
||||
uint32 flags;
|
||||
|
||||
struct {
|
||||
int major;
|
||||
int middle;
|
||||
int minor;
|
||||
bool haiku;
|
||||
} gcc_version;
|
||||
|
||||
uint32 api_version;
|
||||
uint32 abi;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user