Change-Id: I9f5ed836a6cf4b4e876f3fdd8df9b23e801ade10
Signed-off-by: Dongkyun Son <dongkyun.s@samsung.com>
Url: http://gnu.org/software/gdb/
Group: Development/Toolchain
Source: ftp://ftp.gnu.org/gnu/gdb/gdb-%{version}.tar.gz
+Source10: gmp-6.2.1.tar.bz2
+Source11: mpfr-4.2.0.tar.bz2
Source1001: gdb.manifest
%define gdb_src gdb-%{version}
%define gdb_build build-%{_target_platform}
%prep
%setup -q
cp %{SOURCE1001} .
+tar xf %{SOURCE10}
+ln -sf gmp-6.2.1 gmp
+tar xf %{SOURCE11}
+ln -sf mpfr-4.2.0 mpfr
# Remove the info and other generated files added by the FSF release
# process.