diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-01-13 23:20:52 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-01-13 23:20:52 +0000 |
commit | 4aba9abe9b89b16d07e6098c54338af59569f42c (patch) | |
tree | 2ad5939fee36084fbcc9721b1b9e6a6355badf4e | |
parent | fca89b4dbaf81a07a1599006c93690ea038d0a1f (diff) |
Formerly Makeconf.~9~
-rw-r--r-- | Makeconf | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -18,7 +18,7 @@ libc := $(hurdinst)/lib/libc.a libthreads := $(hurdinst)/lib/libthreads.a libports := $(hurdinst)/lib/libports.a libioserver := $(hurdinst)/lib/libioserver.a -gccheaders := /usr/local/lib/gcc-lib/i386-compaq-mach/2.4.5/include +gccheaders := /usr/local/lib/gcc-lib/i386-compaq-mach/2.5.7/include # Flags for compilation CPPFLAGS := -nostdinc -I$(headers) -I$(gccheaders) @@ -37,7 +37,7 @@ ldflags = $(addprefix -Xlinker ,$(LDFLAGS)) # $(link) uses threads to get malloc until the one in the library is fixed. define link -$(CC) -nostdlib -e__start $(ldflags) -o $@ $(CFLAGS) $(startup) \ +$(CC) -nostdlib -e __start $(ldflags) -o $@ $(CFLAGS) $(startup) \ $^ $(libthreads) $(libc) -lgcc endef |