patches/gcc/3.4.6/200-all_sh-no-reorder-blocks.patch
author Titus von Boxberg <titus@v9g.de>
Tue Nov 06 17:02:06 2012 +0100 (2012-11-06)
changeset 3103 a8bf927f6e37
parent 402 197e1b49586e
permissions -rw-r--r--
Makefile.in: Use only standard options compatible with BSD install

Don't use options specific to FSF's coreutils install.

Signed-off-by: Titus von Boxberg <titus@v9g.de>
Message-Id: <51587db99510a9ec08f8.1352226968@tschetwerikow.boxberg.lan>
Patchwork-Id: 197532
     1 diff -durN gcc-3.4.6.orig/gcc/config/sh/sh.h gcc-3.4.6/gcc/config/sh/sh.h
     2 --- gcc-3.4.6.orig/gcc/config/sh/sh.h	2006-01-12 02:20:32.000000000 +0100
     3 +++ gcc-3.4.6/gcc/config/sh/sh.h	2007-08-15 23:03:09.000000000 +0200
     4 @@ -422,6 +422,10 @@
     5  do {									\
     6    if (LEVEL)								\
     7      flag_omit_frame_pointer = -1;					\
     8 +  if (LEVEL <= 2)							\
     9 +    {									\
    10 +      flag_reorder_blocks = 0;						\
    11 +    }									\
    12    if (SIZE)								\
    13      target_flags |= SPACE_BIT;						\
    14    if (TARGET_SHMEDIA && LEVEL > 1)					\