aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1997-06-16 23:09:46 +0000
committerIan Lance Taylor <ian@airs.com>1997-06-16 23:09:46 +0000
commit897832ee2534a3ed45d08c205c4655df263a0c79 (patch)
treed618dc5ecd4956890968b5b6ed7433335dabd16f /config
parentb6eb341bf81b420db4c2a316ea299bdd81c49e48 (diff)
downloadgdb-897832ee2534a3ed45d08c205c4655df263a0c79.zip
gdb-897832ee2534a3ed45d08c205c4655df263a0c79.tar.gz
gdb-897832ee2534a3ed45d08c205c4655df263a0c79.tar.bz2
Mon Jun 16 19:06:41 1997 Geoff Keating <geoffk@ozemail.com.au>
* mh-ppcpic: New file. * mt-ppcpic: New file.
Diffstat (limited to 'config')
-rw-r--r--config/.Sanitize2
-rw-r--r--config/ChangeLog19
-rw-r--r--config/mh-ppcpic1
-rw-r--r--config/mt-ppcpic1
4 files changed, 23 insertions, 0 deletions
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 <geoffk@ozemail.com.au>
+
+ * mh-ppcpic: New file.
+ * mt-ppcpic: New file.
+
+Thu Mar 27 15:52:40 1997 Geoffrey Noer <noer@cygnus.com>
+
+ * mh-cygwin32: override CXXFLAGS, setting to -O2 only
+ (no debug)
+
+Tue Mar 25 18:16:43 1997 Geoffrey Noer <noer@cygnus.com>
+
+ * 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 <gavin@cygnus.com>
* mt-r5900 (LDFLAGS_FOR_TARGET): changed to idt.
+Fri Feb 7 16:39:29 1997 Gavin Koch <gavin@cygnus.com>
+
+ * mt-r5900: added, 5900 specific flags.
+
end-sanitize-r5900
Wed Jan 8 19:56:43 1997 Geoffrey Noer <noer@cygnus.com>
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