diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1996-02-12 20:39:02 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1996-02-12 20:39:02 -0500 |
commit | d76f2677f954d5cf9861a083d0bfe3cc49c0ac4c (patch) | |
tree | 3a6257373f89a757c919b35fc1dfe4200615b2aa | |
parent | cec7b22bd8f8450e12fda20090be2c87c417c867 (diff) | |
download | gcc-d76f2677f954d5cf9861a083d0bfe3cc49c0ac4c.zip gcc-d76f2677f954d5cf9861a083d0bfe3cc49c0ac4c.tar.gz gcc-d76f2677f954d5cf9861a083d0bfe3cc49c0ac4c.tar.bz2 |
Initial revision
From-SVN: r11241
-rw-r--r-- | gcc/config/i386/t-osf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/i386/t-osf b/gcc/config/i386/t-osf new file mode 100644 index 0000000..c996e0c --- /dev/null +++ b/gcc/config/i386/t-osf @@ -0,0 +1,2 @@ +# If compiling with the osf gcc, avoid sharing code. +TCFLAGS = -pic-none |