projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c49d2df
)
The Linux variant of GCC has no need of defining "i386", so it doesn't.
author
Bruce Korb
<korbb@gcc.gnu.org>
Sat, 5 Oct 2002 18:58:14 +0000
(18:58 +0000)
committer
Bruce Korb
<korbb@gcc.gnu.org>
Sat, 5 Oct 2002 18:58:14 +0000
(18:58 +0000)
That renders this test ineffective and the "defined( i386 )" remains
unaltered by fixinc. This test is now, generally, a noop.
From-SVN: r57847
gcc/fixinc/tests/base/testing.h
patch
|
blob
|
history
diff --git
a/gcc/fixinc/tests/base/testing.h
b/gcc/fixinc/tests/base/testing.h
index d2393adcc4a4dac8f474e6d7fd858541c2c54ccf..fbf45e344f55a96cb8daaaeb1acbcbfe5ad909c4 100644
(file)
--- a/
gcc/fixinc/tests/base/testing.h
+++ b/
gcc/fixinc/tests/base/testing.h
@@
-71,7
+71,7
@@
extern __ptr_t memcpy __P ((__ptr_t __dest, __const __ptr_t __src,
#if defined( MACHINE_NAME_CHECK )
/* MACH_DIFF: */
-#if defined(
__i386__
) || defined( sparc ) || defined( vax )
+#if defined(
i386
) || defined( sparc ) || defined( vax )
/* no uniform test, so be careful :-) */
#endif /* MACHINE_NAME_CHECK */