Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/ChangeLog14
-rw-r--r--config/mh-i370pic1
-rw-r--r--config/mt-aix43 (renamed from config/mh-aix43)0
-rw-r--r--config/mt-i370pic1
-rw-r--r--config/mt-wince10
5 files changed, 26 insertions, 0 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index 7d6fc6093..b5746b102 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,3 +1,17 @@
+2000-02-23 Linas Vepstas <linas@linas.org>
+
+ * mh-i370pic: New file.
+ * mt-i370pic: New file.
+
+2000-02-22 Nick Clifton <nickc@cygnus.com>
+
+ * config/mt-wince: new file: Makefile fragment for WinCE targets.
+
+2000-01-06 Geoff Keating <geoffk@cygnus.com>
+
+ * mh-aix43: Delete, move to mt-aix43.
+ * mt-aix43: New file.
+
1999-04-07 Michael Meissner <meissner@cygnus.com>
* mt-d30v: New file, pass -g -Os -Wa,-C as default options.
diff --git a/config/mh-i370pic b/config/mh-i370pic
new file mode 100644
index 000000000..35cf2c8ee
--- /dev/null
+++ b/config/mh-i370pic
@@ -0,0 +1 @@
+PICFLAG=-fPIC
diff --git a/config/mh-aix43 b/config/mt-aix43
index 9eb750c29..9eb750c29 100644
--- a/config/mh-aix43
+++ b/config/mt-aix43
diff --git a/config/mt-i370pic b/config/mt-i370pic
new file mode 100644
index 000000000..35b8c9e4d
--- /dev/null
+++ b/config/mt-i370pic
@@ -0,0 +1 @@
+PICFLAG_FOR_TARGET=-fPIC
diff --git a/config/mt-wince b/config/mt-wince
new file mode 100644
index 000000000..cc7d67b58
--- /dev/null
+++ b/config/mt-wince
@@ -0,0 +1,10 @@
+# For Windows CE, we need to build the program that converts, copies,
+# and renames the platform SDK files into gcc directories.
+
+EXTRA_TARGET_HOST_ALL_MODULES:=$(EXTRA_TARGET_HOST_ALL_MODULES) all-utils
+EXTRA_TARGET_HOST_INSTALL_MODULES:=$(EXTRA_TARGET_HOST_INSTALL_MODULES) install-utils
+
+all-utils : all-libiberty
+
+install-utils : all-libiberty
+