diff options
author | Roland McGrath <roland@gnu.org> | 1994-08-19 05:40:03 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-08-19 05:40:03 +0000 |
commit | 3e9dc8f681533be9d3430328e24b0a73fe846e55 (patch) | |
tree | bd38fbb682fd981c16e18ffa3f21d7a7ca4cb8bb | |
parent | 1d0cd383e9c80cc07ea8ddd32157657e3842caaa (diff) |
Formerly Makeconf.~59~
-rw-r--r-- | Makeconf | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -161,9 +161,9 @@ $(target): $(OBJS) $(HURDLIBS-files) $(OTHERLIBS) $(libc) # Don't use $^ to collect the args to the link because $^ omits duplicates. #link-objects = $(OBJS) $(HURDLIBS-files) $(OTHERLIBS) # -lg avoids "No input files" error. -link-objects = -nostdlib -Wl,$(subst $(empty) ,$(comma),\ - $(startup) -\( $(OBJS) $(HURDLIBS-files) $(OTHERLIBS) -\) \ - -\( $(sort $(libc)) -lgcc -\)) -lg -v +link-objects = -nostdlib -Wl,$(subst $(empty) ,$(comma),$(strip \ + $(startup) $(OBJS) -\( $(HURDLIBS-files) $(OTHERLIBS) -\) \ + -\( $(sort $(libc)) -lgcc -\))) -lg -v empty = comma = , endif |