diff options
author | Doug Evans <dje@gnu.org> | 1996-09-24 21:40:03 +0000 |
---|---|---|
committer | Doug Evans <dje@gnu.org> | 1996-09-24 21:40:03 +0000 |
commit | b939e29f99ac4321af1df9b1e4d88ba382a29728 (patch) | |
tree | c1568c5e4e6f678cd5b74749fbf55affaaefda98 /gcc | |
parent | fc5a879090509713a3807e603c585a794c91dbc7 (diff) | |
download | gcc-b939e29f99ac4321af1df9b1e4d88ba382a29728.zip gcc-b939e29f99ac4321af1df9b1e4d88ba382a29728.tar.gz gcc-b939e29f99ac4321af1df9b1e4d88ba382a29728.tar.bz2 |
Add comment about renmaing from aux.h.
From-SVN: r12837
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/m68k/a-ux.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/config/m68k/a-ux.h b/gcc/config/m68k/a-ux.h index 0dbcd5b..74aaa4e 100644 --- a/gcc/config/m68k/a-ux.h +++ b/gcc/config/m68k/a-ux.h @@ -18,7 +18,9 @@ along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/*===================================================================*/ +/* This file was renamed from aux.h because of MSDOS: aux.anything + isn't usable. Sigh. */ + /* Execution environment */ #undef TARGET_DEFAULT |