cvs commit: src/share/mk bsd.kern.mk src/sys/dev/disk/aic7xxx/aicasm Makefile src/sys/dev/netif/sbni if_sbni.c src/sys/i386/i386 identcpu.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Fri Nov 14 14:59:03 PST 2003
dillon 2003/11/14 14:58:33 PST
DragonFly src repository
Modified files:
share/mk bsd.kern.mk
sys/dev/disk/aic7xxx/aicasm Makefile
sys/dev/netif/sbni if_sbni.c
sys/i386/i386 identcpu.c
Log:
Prep for GCC 3.x kernel compiles, stage 2/2: Remove bad __asm embedded-newline
syntax, add -ffreestanding (which is GCC 2.95.x compatible), modify the
-I path slightly in sys/dev/disk/aic7xxx/aicasm/Makefile, and remove improper
combination of __asm("ax") and a later __asm instruction.
Submitted-by: Craig Dooley <craig at xxxxxxxxxx>
Revision Changes Path
1.3 +2 -2 src/share/mk/bsd.kern.mk
1.4 +1 -1 src/sys/dev/disk/aic7xxx/aicasm/Makefile
1.8 +2 -2 src/sys/dev/netif/sbni/if_sbni.c
1.7 +23 -23 src/sys/i386/i386/identcpu.c
http://www.dragonflybsd.org/cvsweb/src/share/mk/bsd.kern.mk.diff?r1=1.2&r2=1.3&f=h
http://www.dragonflybsd.org/cvsweb/src/sys/dev/disk/aic7xxx/aicasm/Makefile.diff?r1=1.3&r2=1.4&f=h
http://www.dragonflybsd.org/cvsweb/src/sys/dev/netif/sbni/if_sbni.c.diff?r1=1.7&r2=1.8&f=h
http://www.dragonflybsd.org/cvsweb/src/sys/i386/i386/identcpu.c.diff?r1=1.6&r2=1.7&f=h
More information about the Commits
mailing list