aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.4.0/config
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.4.0/config')
-rw-r--r--gcc-4.4.0/config/bootstrap-O1.mk1
-rw-r--r--gcc-4.4.0/config/bootstrap-O3.mk1
-rw-r--r--gcc-4.4.0/config/bootstrap-debug.mk2
-rw-r--r--gcc-4.4.0/config/mt-gnu3
-rw-r--r--gcc-4.4.0/config/multi.m47
5 files changed, 10 insertions, 4 deletions
diff --git a/gcc-4.4.0/config/bootstrap-O1.mk b/gcc-4.4.0/config/bootstrap-O1.mk
new file mode 100644
index 000000000..031645a12
--- /dev/null
+++ b/gcc-4.4.0/config/bootstrap-O1.mk
@@ -0,0 +1 @@
+BOOT_CFLAGS := -O1 $(filter-out -O%, $(BOOT_CFLAGS))
diff --git a/gcc-4.4.0/config/bootstrap-O3.mk b/gcc-4.4.0/config/bootstrap-O3.mk
new file mode 100644
index 000000000..b269a3f7e
--- /dev/null
+++ b/gcc-4.4.0/config/bootstrap-O3.mk
@@ -0,0 +1 @@
+BOOT_CFLAGS := -O3 $(filter-out -O%, $(BOOT_CFLAGS))
diff --git a/gcc-4.4.0/config/bootstrap-debug.mk b/gcc-4.4.0/config/bootstrap-debug.mk
new file mode 100644
index 000000000..521be8241
--- /dev/null
+++ b/gcc-4.4.0/config/bootstrap-debug.mk
@@ -0,0 +1,2 @@
+STAGE2_CFLAGS += -g0
+do-compare = $(SHELL) $(srcdir)/contrib/compare-debug $$f1 $$f2
diff --git a/gcc-4.4.0/config/mt-gnu b/gcc-4.4.0/config/mt-gnu
index 2400fa44e..15bf41716 100644
--- a/gcc-4.4.0/config/mt-gnu
+++ b/gcc-4.4.0/config/mt-gnu
@@ -1,2 +1 @@
-CXXFLAGS_FOR_TARGET = $(CXXFLAGS) $(SYSROOT_CFLAGS_FOR_TARGET) \
- $(DEBUG_PREFIX_CFLAGS_FOR_TARGET) -D_GNU_SOURCE
+CXXFLAGS_FOR_TARGET = $(CXXFLAGS) -D_GNU_SOURCE
diff --git a/gcc-4.4.0/config/multi.m4 b/gcc-4.4.0/config/multi.m4
index 98417679f..5b62ecc0a 100644
--- a/gcc-4.4.0/config/multi.m4
+++ b/gcc-4.4.0/config/multi.m4
@@ -1,5 +1,5 @@
## -*- Autoconf -*-
-# Copyright (C) 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006
+# Copyright (C) 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2008
# Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
@@ -62,4 +62,7 @@ with_target_subdir="$with_target_subdir"
ac_configure_args="${multilib_arg} ${ac_configure_args}"
multi_basedir="$multi_basedir"
CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
-CC="$CC"])])dnl
+CC="$CC"
+CXX="$CXX"
+GFORTRAN="$GFORTRAN"
+GCJ="$GCJ"])])dnl