diff options
author | Robert Nagy <robert@cvs.openbsd.org> | 2009-10-15 17:11:34 +0000 |
---|---|---|
committer | Robert Nagy <robert@cvs.openbsd.org> | 2009-10-15 17:11:34 +0000 |
commit | 2faa5c93c1cb8fe9a551a57cbe7ccee57638b318 (patch) | |
tree | ae87020fe63f170fb407b2fb81db6bd3b2494657 /gnu/gcc/config/mh-cxux | |
parent | 53e92725352eac1e8b50d3ebb549af601e383850 (diff) |
import of gcc-4.2.1, the last gcc release under GPLv2
Diffstat (limited to 'gnu/gcc/config/mh-cxux')
-rw-r--r-- | gnu/gcc/config/mh-cxux | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu/gcc/config/mh-cxux b/gnu/gcc/config/mh-cxux new file mode 100644 index 00000000000..8680654fff8 --- /dev/null +++ b/gnu/gcc/config/mh-cxux @@ -0,0 +1,5 @@ +# Configuration for Harris CX/UX 7 (and maybe 6), based on sysv4 configuration. + +# The l flag generates a warning from the SVR4 archiver, remove it. +AR_FLAGS = cq + |