2002-12-02 Joel Sherrill <joel@OARcorp.com>

* configure.ac, network/Makefile.am: Don't build if networking disabled.
	* startup/linkcmds: Add sections to remove warnings.
This commit is contained in:
Joel Sherrill
2002-12-02 19:13:38 +00:00
parent 7e476f0279
commit 36ea4c2a7c
4 changed files with 12 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2002-12-02 Joel Sherrill <joel@OARcorp.com>
* configure.ac, network/Makefile.am: Don't build if networking disabled.
* startup/linkcmds: Add sections to remove warnings.
2002-11-17 Joel Sherrill <joel@OARcorp.com>
* network/network.c: Fix inconsistency in prototyping.

View File

@@ -15,7 +15,8 @@ RTEMS_BSP_CONFIGURE
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
RTEMS_CANONICALIZE_TOOLS
RTEMS_CHECK_NETWORKING
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile

View File

@@ -34,7 +34,9 @@ $(PGM): $(OBJS)
# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile
if HAS_NETWORKING
all-local: $(ARCH) $(OBJS) $(PGM)
endif
.PRECIOUS: $(PGM)

View File

@@ -92,6 +92,9 @@ SECTIONS
CREATE_OBJECT_SYMBOLS
*(.text)
*(.text.*)
/* .gnu.warning sections are handled specially by elf32.em. */
*(.gnu.warning)
*(.gnu.linkonce.t*)
*(.glue_7)
*(.glue_7t)