One might want to correctly generate 32-bit code on an Opteron.
Submitted by: peter
This commit is contained in:
parent
7b33c6ef7a
commit
2572485481
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=123561
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user