Opened 7 years ago

Closed 7 years ago

#13847 closed bug (fixed)

BeBuild.h is dependent on __GNUC__

Reported by: leorize Owned by: nobody
Priority: normal Milestone: Unscheduled
Component: System Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

Currently Haiku's BeBuild.h depends on __GNUC__ macro to select target ABI. However, this breaks any compiler that doesn't claim to be gcc compatible, for example, dev-lang/tcc.

A proposal would be to let the compiler define the target ABI itself, seeing how many custom #defines has been added to Haiku's gcc, I imagine this wouldn't be a problem

Change History (1)

comment:1 by waddlesplash, 7 years ago

Resolution: fixed
Status: newclosed

Added TCC support in hrev51670.

Note: See TracTickets for help on using tickets.