diff options
author | Roland McGrath <roland@gnu.org> | 1995-09-21 00:10:46 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-09-21 00:10:46 +0000 |
commit | ee99f84aa75edac00cce6daf409089c01c65533b (patch) | |
tree | 7a362ffa28bcf3f7be97fc7224b6f94c8999cc29 /hurd.boot | |
parent | e55d55d4fa42de4bd85d1385a8e0752427fc4e0f (diff) |
Run ld.so with arg of /hurd/exec, instead of running exec/exec.
Now exec can be dynamically linked.
Diffstat (limited to 'hurd.boot')
-rw-r--r-- | hurd.boot | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,2 +1,2 @@ ufs/ufs ${boot-args} ${host-port} ${device-port} ${exec-task} ${root-device} $(task-create) $(task-resume) -exec/exec $(exec-task=task-create) +/gd4/hurdinst/lib/ld.so /hurd/exec $(exec-task=task-create) |