Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/lgpl3/gmp/lib/libgmp/arch/sh3el fix definition of _...
details: https://anonhg.NetBSD.org/src/rev/6807507b4e9b
branches: trunk
changeset: 324992:6807507b4e9b
user: mrg <mrg%NetBSD.org@localhost>
date: Fri Nov 29 13:48:15 2013 +0000
description:
fix definition of __GMP_CC.
diffstat:
external/lgpl3/gmp/lib/libgmp/arch/sh3el/gmp.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 5c51787ba5ea -r 6807507b4e9b external/lgpl3/gmp/lib/libgmp/arch/sh3el/gmp.h
--- a/external/lgpl3/gmp/lib/libgmp/arch/sh3el/gmp.h Fri Nov 29 13:36:42 2013 +0000
+++ b/external/lgpl3/gmp/lib/libgmp/arch/sh3el/gmp.h Fri Nov 29 13:48:15 2013 +0000
@@ -2218,7 +2218,7 @@
};
/* Define CC and CFLAGS which were used to build this version of GMP */
-#define "gcc -std=gnu99"
+#define __GMP_CC "gcc -std=gnu99"
#define __GMP_CFLAGS "-O2 -pedantic"
/* Major version number is the value of __GNU_MP__ too, above and in mp.h. */
Home |
Main Index |
Thread Index |
Old Index