One might want to correctly generate 32-bit code on an Opteron.

Submitted by:	peter
This commit is contained in:
David E. O'Brien 2003-12-16 05:40:06 +00:00
parent 7b33c6ef7a
commit 2572485481
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=123561

View File

@ -29,7 +29,10 @@ Boston, MA 02111-1307, USA. */
#define FBSD_TARGET_CPU_CPP_BUILTINS() \
do \
{ \
builtin_define ("__LP64__"); \
if (TARGET_64BIT) \
{ \
builtin_define ("__LP64__"); \
} \
} \
while (0)