Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

NetBSD master CVS tree commits



jonathan
Fri May 23 18:42:38 PDT 1997
Update of /a/cvsroot/src/lib/libc/sys
In directory netbsd1:/var/slash-tmp/cvs-serv8282/lib/libc/sys

Modified Files:
        Makefile.inc 
Log Message:
More table-driven changes: split CPICFLAGS into separate flags, to
support the two different incompatible rules for build .so files from
.S source on both NetBSD and binutils toolchains:

         ${CPP} | ${AS} for syscalls
         ${CC}          for non-syscalls
for which the different toolchains's ${AS}  requires diffferent flags.


jonathan
Fri May 23 18:42:39 PDT 1997
Update of /a/cvsroot/src/share/mk
In directory netbsd1:/var/slash-tmp/cvs-serv8282/share/mk

Modified Files:
        bsd.lib.mk 
Log Message:
More table-driven changes: split CPICFLAGS into separate flags, to
support the two different incompatible rules for build .so files from
.S source on both NetBSD and binutils toolchains:

         ${CPP} | ${AS} for syscalls
         ${CC}          for non-syscalls
for which the different toolchains's ${AS}  requires diffferent flags.




Home | Main Index | Thread Index | Old Index