From 897832ee2534a3ed45d08c205c4655df263a0c79 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 16 Jun 1997 23:09:46 +0000 Subject: [PATCH] Mon Jun 16 19:06:41 1997 Geoff Keating * mh-ppcpic: New file. * mt-ppcpic: New file. --- config/.Sanitize | 2 ++ config/ChangeLog | 19 +++++++++++++++++++ config/mh-ppcpic | 1 + config/mt-ppcpic | 1 + 4 files changed, 23 insertions(+) create mode 100644 config/mh-ppcpic create mode 100644 config/mt-ppcpic diff --git a/config/.Sanitize b/config/.Sanitize index f50d956..a8a12cf 100644 --- a/config/.Sanitize +++ b/config/.Sanitize @@ -53,6 +53,7 @@ mh-ncr3000 mh-ncrsvr43 mh-necv4 mh-papic +mh-ppcpic mh-riscos mh-sco mh-solaris @@ -68,6 +69,7 @@ mpw-mh-mpw mt-m68kpic mt-netware mt-papic +mt-ppcpic mt-sparcpic mt-v810 mt-x86pic diff --git a/config/ChangeLog b/config/ChangeLog index fac4c8c..9882643 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,8 +1,27 @@ +Mon Jun 16 19:06:41 1997 Geoff Keating + + * mh-ppcpic: New file. + * mt-ppcpic: New file. + +Thu Mar 27 15:52:40 1997 Geoffrey Noer + + * mh-cygwin32: override CXXFLAGS, setting to -O2 only + (no debug) + +Tue Mar 25 18:16:43 1997 Geoffrey Noer + + * mh-cygwin32: override LIBGCC2_DEBUG_CFLAGS so debug info + isn't included in cygwin32-hosted libgcc2.a by default + start-sanitize-r5900 Mon Feb 24 22:37:52 1997 Gavin Koch * mt-r5900 (LDFLAGS_FOR_TARGET): changed to idt. +Fri Feb 7 16:39:29 1997 Gavin Koch + + * mt-r5900: added, 5900 specific flags. + end-sanitize-r5900 Wed Jan 8 19:56:43 1997 Geoffrey Noer diff --git a/config/mh-ppcpic b/config/mh-ppcpic new file mode 100644 index 0000000..35cf2c8 --- /dev/null +++ b/config/mh-ppcpic @@ -0,0 +1 @@ +PICFLAG=-fPIC diff --git a/config/mt-ppcpic b/config/mt-ppcpic new file mode 100644 index 0000000..35b8c9e --- /dev/null +++ b/config/mt-ppcpic @@ -0,0 +1 @@ +PICFLAG_FOR_TARGET=-fPIC -- 2.7.4