summaryrefslogtreecommitdiffstats
path: root/c/src/automake/compile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-12-15 07:24:00 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-12-15 07:24:00 +0000
commit41fc78d3793d7bda0d5d80cf598801641db6d270 (patch)
tree4638ed2504f565cd4b114318d72254d5a525a386 /c/src/automake/compile.am
parent2003-12-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-41fc78d3793d7bda0d5d80cf598801641db6d270.tar.bz2
2003-12-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* automake/compile.am: Remove LINK_LIBS (Unused). * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
Diffstat (limited to '')
-rw-r--r--c/src/automake/compile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/c/src/automake/compile.am b/c/src/automake/compile.am
index 022b5ecf06..da7232f7eb 100644
--- a/c/src/automake/compile.am
+++ b/c/src/automake/compile.am
@@ -61,8 +61,6 @@ CFLAGS = @RTEMS_CFLAGS@ $(XCFLAGS)
CXXFLAGS = @RTEMS_CFLAGS@ $(XCXXFLAGS)
ASFLAGS = $(CPU_ASFLAGS) $(CPU_CFLAGS) $(XASFLAGS)
-LINK_LIBS = $(LD_LIBS)
-
#
# Client compiler and support tools
#