diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-09-16 14:17:56 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-09-16 14:17:56 +0000 |
commit | 5c273332a4d453bdc8f3b6c542c5f793ba8e88e9 (patch) | |
tree | 8e8a55a01af0b8aaaa8e2f6c3e87bf5e662e8433 /Makeconf | |
parent | 815768d42a18f53fa62c901ac5e55d8178b9f1c8 (diff) |
Formerly Makeconf.~61~
Diffstat (limited to 'Makeconf')
-rw-r--r-- | Makeconf | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -55,7 +55,7 @@ hurdsource := /home/gd3/gnu/hurd includedir := $(hurdinst)/include startup := $(hurdinst)/lib/crt0.o -libc := $(patsubst %,$(hurdinst)/lib/lib%.a,c machuser hurduser c hurduser) +libc := $(hurdinst)/lib/libc.a # END CONFIGURATION AREA @@ -162,8 +162,8 @@ $(target): $(OBJS) $(HURDLIBS-files) $(OTHERLIBS) $(libc) #link-objects = $(OBJS) $(HURDLIBS-files) $(OTHERLIBS) # -lg avoids "No input files" error. link-objects = -nostdlib -Wl,$(subst $(empty) ,$(comma),$(strip \ - $(startup) $(OBJS) -\( $(HURDLIBS-files) $(OTHERLIBS) -\) \ - -\( $(sort $(libc)) -lgcc -\))) -lg + $(startup) $(OBJS) -\( $(HURDLIBS-files) $(OTHERLIBS) -\))) \ + $(libc) -lgcc -lg -v empty = comma = , endif |