
11 Oct
2005
11 Oct
'05
3:44 p.m.
Paolo Broggini pbroggini@softool.ch wrote:
PLATFORM_CPPFLAGS +=$(call cc-option,-mapcs-32,-mabi=apcs-gnu) -> gcc complains about '-mabi=apcs-gnu' (see my original mail)
PLATFORM_CPPFLAGS +=$(call cc-option,-g,-mabi=apcs-gnu) -> everything compiles fine, the option used is '-g'
PLATFORM_CPPFLAGS +=$(call cc-option,-mapcs-32,-g) -> everything compiles fine, the option used is '-mapcs-32'
Very weird. A 'make' bug maybe? I don't see why 1 and 3 checks return different options. If you write a shorter version in 1 like -mapbi=a, would it make any difference?
--
Catalin