mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
freebsd: Add support for FreeBSD 10.0.
GDB did not build out of the box on FreeBSD 10.0 due to the iconv move to libc effecting the gettext port with Python. The patch provided is from the gdb port (devel/gdb) and add the LDFLAGS to the link command line when Python is used and this adds /usr/local/lib if needed.
This commit is contained in:
@@ -12,6 +12,9 @@
|
||||
#
|
||||
%include rtems-gdb-patches.cfg
|
||||
|
||||
%define patch5 %{rtems_gdb_patches}/patch-gdb-python-python-config.py
|
||||
%define patch5_opts -p0
|
||||
|
||||
#
|
||||
# The gdb build instructions. We use 7.xx Release 1.
|
||||
#
|
||||
|
Reference in New Issue
Block a user