merge with gcc
authorJason Merrill <jason@redhat.com>
Fri, 21 Jul 2000 05:45:22 +0000 (05:45 +0000)
committerJason Merrill <jason@redhat.com>
Fri, 21 Jul 2000 05:45:22 +0000 (05:45 +0000)
config/ChangeLog
config/mh-irix6
config/mh-openedition [new file with mode: 0644]
config/mh-sparcpic
config/mt-sparcpic

index 2e7e6fc793e9faf5ee131bee0a249cfbcaf53f1a..920ab3226a89c3d56eab57016e5176cf169e33bb 100644 (file)
@@ -1,3 +1,12 @@
+Fri Jul 14 18:13:23 2000  Mark P Mitchell  <mark@codesourcery.com>
+
+       * mh-irix6 (CC): Don't set it.
+
+2000-06-21  Branko Cibej  <branko.cibej@hermes.si>
+
+       * mh-sparcpic: Use single instead of double quotes.
+       * mt-sparcpic: Likewise.
+
 2000-06-19  Syd Polk <spolk@redhat.com>
 
        * acinclude.m4: Updated for Incr Tcl 3.0.
        * mh-aix43: Delete, move to mt-aix43.
        * mt-aix43: New file.
 
+Tue Sep  7 23:31:01 1999  Linas Vepstas  <linas@linas.org>
+
+       * mh-openedition: New file.
+
 1999-04-07  Michael Meissner  <meissner@cygnus.com>
 
        * mt-d30v: New file, pass -g -Os -Wa,-C as default options.
index 6d25c16b2f45123d141d459eb8fb3318f2441fdc..e7926788963074c5821141f9f18142821291a646 100644 (file)
@@ -1,7 +1,3 @@
 # Makefile changes for SGI's running IRIX-6.x.
 SYSV = -DSYSV
 RANLIB = true
-# Specify the ABI, to ensure that all Irix 6 systems will behave the same.
-# Also, using -32 avoids bugs that exist in the n32/n64 support in some
-# versions of the SGI compiler.
-CC = cc -32
diff --git a/config/mh-openedition b/config/mh-openedition
new file mode 100644 (file)
index 0000000..e99ef15
--- /dev/null
@@ -0,0 +1,2 @@
+RANLIB = true
+CC = c89
index f6dbc22e3ca8f102c8570600a21f05ea9c96a3c7..e218bb48aa439f019d0bff9e0649e672e3e76f9a 100644 (file)
@@ -1 +1 @@
-PICFLAG=`case "${LIBCFLAGS} ${LIBCXXFLAGS}" in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`
+PICFLAG=`case '${LIBCFLAGS} ${LIBCXXFLAGS}' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`
index fd0ec271afce11b4764c7c5cb25d2a3db109cce0..a62b38bd9c1bc14c41745e3da367de6c5d11cab3 100644 (file)
@@ -1 +1 @@
-PICFLAG_FOR_TARGET=`case "${LIBCFLAGS} ${LIBCXXFLAGS}" in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`
+PICFLAG_FOR_TARGET=`case '${LIBCFLAGS} ${LIBCXXFLAGS}' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`
This page took 0.030072 seconds and 4 git commands to generate.