Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/gcc/dist/gcc/config/sparc Don't forget space b...
details: https://anonhg.NetBSD.org/src/rev/566d42fa93b6
branches: trunk
changeset: 786437:566d42fa93b6
user: joerg <joerg%NetBSD.org@localhost>
date: Sun Apr 28 13:35:23 2013 +0000
description:
Don't forget space between -mcmodel and -cxx-isystem on SPARC and
SPARC64.
diffstat:
external/gpl3/gcc/dist/gcc/config/sparc/netbsd-elf.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r 8ace8da78447 -r 566d42fa93b6 external/gpl3/gcc/dist/gcc/config/sparc/netbsd-elf.h
--- a/external/gpl3/gcc/dist/gcc/config/sparc/netbsd-elf.h Sun Apr 28 13:17:24 2013 +0000
+++ b/external/gpl3/gcc/dist/gcc/config/sparc/netbsd-elf.h Sun Apr 28 13:35:23 2013 +0000
@@ -134,7 +134,7 @@
%{!msupersparc:-mcpu=ultrasparc}}}}}}} \
%{!mno-vis:%{!mcpu=v9:-mvis}} \
%{p:-mcmodel=medlow} \
- %{pg:-mcmodel=medlow}}" \
+ %{pg:-mcmodel=medlow}} " \
NETBSD_CC1_AND_CC1PLUS_SPEC
#define CC1_SPEC64 \
@@ -155,7 +155,7 @@
%{!msupersparc:-mcpu=cypress}}}}}}}} \
%{!m32: \
%{p:-mcmodel=medlow} \
- %{pg:-mcmodel=medlow}}" \
+ %{pg:-mcmodel=medlow}} " \
NETBSD_CC1_AND_CC1PLUS_SPEC
/* Make sure we use the right output format. Pick a default and then
Home |
Main Index |
Thread Index |
Old Index