summaryrefslogtreecommitdiffstats
path: root/scripts/gdb
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 /scripts/gdb
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.
Diffstat (limited to 'scripts/gdb')
-rw-r--r--scripts/gdb/gdb.add1
1 files changed, 1 insertions, 0 deletions
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} \