From: Richard Purdie Date: Tue, 25 Apr 2006 19:36:04 +0000 (+0100) Subject: [ARM] 3484/1: Correct AEABI CFLAGS for correct enum handling X-Git-Tag: v2.6.17-rc3~2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7fd84424f919740880d989cb0459c332da96013;p=pandora-kernel.git [ARM] 3484/1: Correct AEABI CFLAGS for correct enum handling Patch from Richard Purdie The AAPCS says that enums can be variably sized depending on the range of valid values. This is not the accepted behaviour under linux so for compatibility gcc has an aapcs-linux target, the main difference being that enums are always of type int. Change the ARM Makefile to use this target. Signed-off-by: Richard Purdie Signed-off-by: Russell King --- Reading git-diff-tree failed