diff options
author | Michael Meissner <meissner@gcc.gnu.org> | 1992-03-17 19:04:21 +0000 |
---|---|---|
committer | Michael Meissner <meissner@gcc.gnu.org> | 1992-03-17 19:04:21 +0000 |
commit | fa2260595ebbc3afb538cb92f19466682902d7ba (patch) | |
tree | 603b8a822649c6fa3c1df48320325c6931066087 /gcc/config/mips/t-mips | |
parent | aa74ee0f062db57fe6e615be74f60326b6449ab3 (diff) | |
download | gcc-fa2260595ebbc3afb538cb92f19466682902d7ba.zip gcc-fa2260595ebbc3afb538cb92f19466682902d7ba.tar.gz gcc-fa2260595ebbc3afb538cb92f19466682902d7ba.tar.bz2 |
*** empty log message ***
From-SVN: r512
Diffstat (limited to 'gcc/config/mips/t-mips')
-rw-r--r-- | gcc/config/mips/t-mips | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/config/mips/t-mips b/gcc/config/mips/t-mips index 626dab4..5a85506 100644 --- a/gcc/config/mips/t-mips +++ b/gcc/config/mips/t-mips @@ -1,4 +1,6 @@ -ALL = Makefile start.encap libgcc.a +# It is not a good idea for particlar targets to do peculiar things with ALL. +# --rms. +#ALL = Makefile start.encap libgcc.a EXTRA_PASSES = mips-tfile mips-tdump ld CCLIBFLAGS = -O -G 0 LIBGCC2_CFLAGS = -O2 $(GCC_CFLAGS) -g1 -G 0 |