Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/llvm/config/llvm/Config __ppc__ is not supporte...
details: https://anonhg.NetBSD.org/src/rev/675edb0abcc2
branches: trunk
changeset: 327599:675edb0abcc2
user: joerg <joerg%NetBSD.org@localhost>
date: Wed Mar 12 15:24:08 2014 +0000
description:
__ppc__ is not supported by GCC, so use __powerpc__.
diffstat:
external/bsd/llvm/config/llvm/Config/config.h.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r dcaa31fa0bec -r 675edb0abcc2 external/bsd/llvm/config/llvm/Config/config.h.in
--- a/external/bsd/llvm/config/llvm/Config/config.h.in Wed Mar 12 12:59:57 2014 +0000
+++ b/external/bsd/llvm/config/llvm/Config/config.h.in Wed Mar 12 15:24:08 2014 +0000
@@ -136,7 +136,7 @@
/* #undef HAVE_FDP */
/* Define to 1 if you have the <fenv.h> header file. */
- #ifndef __ppc__
+ #ifndef __powerpc__
#define HAVE_FENV_H 1
#endif
Home |
Main Index |
Thread Index |
Old Index