Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(172)

Side by Side Diff: gcc/config/multi.m4

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « gcc/config/acx.m4 ('k') | gcc/config/stdint.m4 » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## -*- Autoconf -*- 1 ## -*- Autoconf -*-
2 # Copyright (C) 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006 2 # Copyright (C) 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2008
3 # Free Software Foundation, Inc. 3 # Free Software Foundation, Inc.
4 # 4 #
5 # This file is free software; the Free Software Foundation 5 # This file is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it, 6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved. 7 # with or without modifications, as long as this notice is preserved.
8 8
9 # serial 6 9 # serial 6
10 10
11 # AM_ENABLE_MULTILIB([MAKEFILE], [REL-TO-TOP-SRCDIR]) 11 # AM_ENABLE_MULTILIB([MAKEFILE], [REL-TO-TOP-SRCDIR])
12 # --------------------------------------------------- 12 # ---------------------------------------------------
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 [ 55 [
56 srcdir="$srcdir" 56 srcdir="$srcdir"
57 host="$host" 57 host="$host"
58 target="$target" 58 target="$target"
59 with_multisubdir="$with_multisubdir" 59 with_multisubdir="$with_multisubdir"
60 with_multisrctop="$with_multisrctop" 60 with_multisrctop="$with_multisrctop"
61 with_target_subdir="$with_target_subdir" 61 with_target_subdir="$with_target_subdir"
62 ac_configure_args="${multilib_arg} ${ac_configure_args}" 62 ac_configure_args="${multilib_arg} ${ac_configure_args}"
63 multi_basedir="$multi_basedir" 63 multi_basedir="$multi_basedir"
64 CONFIG_SHELL=${CONFIG_SHELL-/bin/sh} 64 CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
65 CC="$CC"])])dnl 65 CC="$CC"
66 CXX="$CXX"
67 GFORTRAN="$GFORTRAN"
68 GCJ="$GCJ"])])dnl
OLDNEW
« no previous file with comments | « gcc/config/acx.m4 ('k') | gcc/config/stdint.m4 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698