~ubuntu-branches/ubuntu/wily/ghdl/wily

« back to all changes in this revision

Viewing changes to gcc/gcc/config.gcc

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2011-09-30 09:16:02 UTC
  • Revision ID: package-import@ubuntu.com-20110930091602-usdap7ajgizmpvb1
Tags: 0.29+gcc4.3.4+dfsg-1ubuntu1
* Fix FTBFS on multiarch systems. LP: #770812.
* Don't build the package twice.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1178
1178
                        esac
1179
1179
                else
1180
1180
                        tm_file="${tm_file} i386/linux.h"
 
1181
                        tmake_file="${tmake_file} i386/t-linux"
1181
1182
                fi
1182
1183
                ;;
1183
1184
        i[34567]86-*-knetbsd*-gnu) tm_file="${tm_file} i386/linux.h knetbsd-gnu.h i386/knetbsd-gnu.h" ;;
1184
 
        i[34567]86-*-kfreebsd*-gnu) tm_file="${tm_file} i386/linux.h kfreebsd-gnu.h i386/kfreebsd-gnu.h" ;;
 
1185
        i[34567]86-*-kfreebsd*-gnu)
 
1186
                tm_file="${tm_file} i386/linux.h kfreebsd-gnu.h i386/kfreebsd-gnu.h"
 
1187
                tmake_file="${tmake_file} i386/t-kfreebsd"
 
1188
                ;;
1185
1189
        esac
1186
1190
        tmake_file="${tmake_file} i386/t-crtstuff i386/t-crtpc i386/t-crtfm t-dfprules"
1187
1191
        ;;
1981
1985
                ;;
1982
1986
            *)
1983
1987
                tm_file="${tm_file} rs6000/linux.h"
 
1988
                tmake_file="$tmake_file rs6000/t-linux"
1984
1989
                ;;
1985
1990
        esac
1986
1991
        tmake_file="${tmake_file} rs6000/t-fprules-softfp soft-fp/t-softfp"