aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorNathanael Nerode <neroden@twcny.rr.com>2002-04-30 02:35:12 +0000
committerDJ Delorie <dj@gcc.gnu.org>2002-04-29 22:35:12 -0400
commit57e0b4a8f53df1e27d676203c19ced68e2652d5a (patch)
treef23f77c2a836832fcf72e74ccd289e9afae9c9f1 /config
parent64791664e1e0182145cbd83ded9112dae39bfd03 (diff)
downloadgcc-57e0b4a8f53df1e27d676203c19ced68e2652d5a.zip
gcc-57e0b4a8f53df1e27d676203c19ced68e2652d5a.tar.gz
gcc-57e0b4a8f53df1e27d676203c19ced68e2652d5a.tar.bz2
configure.in: Remove useless references to 'pic' makefile fragments.
* configure.in: Remove useless references to 'pic' makefile fragments. * config/mt-armpic: Delete. * config/mt-elfalphapic: Delete. * config/mt-i370pic: Delete. * config/mt-ia64pic: Delete. * config/mt-m68kpic: Delete. * config/mt-papic: Delete. * config/mt-ppcpic: Delete. * config/mt-s390pic: Delete. * config/mt-sparcpic: Delete. * config/mt-x86pic: Delete. From-SVN: r52923
Diffstat (limited to 'config')
-rw-r--r--config/ChangeLog13
-rw-r--r--config/mt-armpic1
-rw-r--r--config/mt-elfalphapic1
-rw-r--r--config/mt-i370pic1
-rw-r--r--config/mt-ia64pic1
-rw-r--r--config/mt-m68kpic1
-rw-r--r--config/mt-papic1
-rw-r--r--config/mt-ppcpic1
-rw-r--r--config/mt-s390pic1
-rw-r--r--config/mt-sparcpic1
-rw-r--r--config/mt-x86pic1
11 files changed, 13 insertions, 10 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index c1c02d1..cace0eb 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,3 +1,16 @@
+2002-04-29 Nathanael Nerode <neroden@twcny.rr.com>
+
+ * config/mt-armpic: Delete.
+ * config/mt-elfalphapic: Delete.
+ * config/mt-i370pic: Delete.
+ * config/mt-ia64pic: Delete.
+ * config/mt-m68kpic: Delete.
+ * config/mt-papic: Delete.
+ * config/mt-ppcpic: Delete.
+ * config/mt-s390pic: Delete.
+ * config/mt-sparcpic: Delete.
+ * config/mt-x86pic: Delete.
+
2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
* mh-a68bsd: clean out dead code
diff --git a/config/mt-armpic b/config/mt-armpic
deleted file mode 100644
index 35b8c9e..0000000
--- a/config/mt-armpic
+++ /dev/null
@@ -1 +0,0 @@
-PICFLAG_FOR_TARGET=-fPIC
diff --git a/config/mt-elfalphapic b/config/mt-elfalphapic
deleted file mode 100644
index 35b8c9e..0000000
--- a/config/mt-elfalphapic
+++ /dev/null
@@ -1 +0,0 @@
-PICFLAG_FOR_TARGET=-fPIC
diff --git a/config/mt-i370pic b/config/mt-i370pic
deleted file mode 100644
index 35b8c9e..0000000
--- a/config/mt-i370pic
+++ /dev/null
@@ -1 +0,0 @@
-PICFLAG_FOR_TARGET=-fPIC
diff --git a/config/mt-ia64pic b/config/mt-ia64pic
deleted file mode 100644
index ff98727..0000000
--- a/config/mt-ia64pic
+++ /dev/null
@@ -1 +0,0 @@
-PICFLAG_FOR_TARGET=-fpic
diff --git a/config/mt-m68kpic b/config/mt-m68kpic
deleted file mode 100644
index ff98727..0000000
--- a/config/mt-m68kpic
+++ /dev/null
@@ -1 +0,0 @@
-PICFLAG_FOR_TARGET=-fpic
diff --git a/config/mt-papic b/config/mt-papic
deleted file mode 100644
index 35b8c9e..0000000
--- a/config/mt-papic
+++ /dev/null
@@ -1 +0,0 @@
-PICFLAG_FOR_TARGET=-fPIC
diff --git a/config/mt-ppcpic b/config/mt-ppcpic
deleted file mode 100644
index 35b8c9e..0000000
--- a/config/mt-ppcpic
+++ /dev/null
@@ -1 +0,0 @@
-PICFLAG_FOR_TARGET=-fPIC
diff --git a/config/mt-s390pic b/config/mt-s390pic
deleted file mode 100644
index ff98727..0000000
--- a/config/mt-s390pic
+++ /dev/null
@@ -1 +0,0 @@
-PICFLAG_FOR_TARGET=-fpic
diff --git a/config/mt-sparcpic b/config/mt-sparcpic
deleted file mode 100644
index a62b38b..0000000
--- a/config/mt-sparcpic
+++ /dev/null
@@ -1 +0,0 @@
-PICFLAG_FOR_TARGET=`case '${LIBCFLAGS} ${LIBCXXFLAGS}' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`
diff --git a/config/mt-x86pic b/config/mt-x86pic
deleted file mode 100644
index ff98727..0000000
--- a/config/mt-x86pic
+++ /dev/null
@@ -1 +0,0 @@
-PICFLAG_FOR_TARGET=-fpic