summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-04-23 05:07:46 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-04-23 05:07:46 +0000
commit4a6751a255a51c5274bc6084f35234a54047de5b (patch)
treec704ea993fcb12eb76cf2334d900feb67cf82d22
parent2005-04-23 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-4a6751a255a51c5274bc6084f35234a54047de5b.tar.bz2
2005-04-23 Ralf Corsepius <ralf.corsepius@rtems.org>
* gdb/gdb.add: Propagate RPM_OPT_FLAGS to configure.
-rw-r--r--scripts/ChangeLog4
-rw-r--r--scripts/gdb/gdb.add1
2 files changed, 5 insertions, 0 deletions
diff --git a/scripts/ChangeLog b/scripts/ChangeLog
index 390a6486e1..d46db9a556 100644
--- a/scripts/ChangeLog
+++ b/scripts/ChangeLog
@@ -1,3 +1,7 @@
+2005-04-23 Ralf Corsepius <ralf.corsepius@rtems.org>
+
+ * gdb/gdb.add: Propagate RPM_OPT_FLAGS to configure.
+
2005-04-22 Ralf Corsepius <ralf.corsepius@rtems.org>
* binutils/Makefile.am: Add h8300-rtemscoff.
diff --git a/scripts/gdb/gdb.add b/scripts/gdb/gdb.add
index 0ef5ce5f3d..3ad34c6f93 100644
--- a/scripts/gdb/gdb.add
+++ b/scripts/gdb/gdb.add
@@ -89,6 +89,7 @@ cd ..
mkdir -p build
cd build
export PATH="%{_bindir}:${PATH}"
+ CFLAGS="$RPM_OPT_FLAGS" \
../gdb-%{gdb_version}/configure \
--build=%_build --host=%_host \
--target=%{gdb_target} \