Initial revision

This commit is contained in:
Roland McGrath 1993-05-13 01:23:57 +00:00
parent 65a0e8f331
commit eb3674eae9
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
# The linker supplied with Solaris looks in the current directory
# before searching others. Compiling the various programs that come
# along the way (e.g., glue-ctype) will fail because it'll try to link
# with the libc.a being *constructed* in $(objdir). As a work-around,
# we add this to each native-compile.
native-CFLAGS := -L/lib