New devices, some fixes.
This commit is contained in:
parent
dbace80aa2
commit
61975e42b6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102084
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= libc
|
||||
PORTVERSION= 1.0.20040203
|
||||
PORTVERSION= 1.0.20040224
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://lev.serebryakov.spb.ru/download/msp430/
|
||||
PKGNAMEPREFIX= msp430-
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (msp430-libc-1.0.20040203.tar.bz2) = 984a8d5a5b7172beecb6f0df80b78823
|
||||
SIZE (msp430-libc-1.0.20040203.tar.bz2) = 368914
|
||||
MD5 (msp430-libc-1.0.20040224.tar.bz2) = 9899a1d497a35ba6851bc908027fa5fc
|
||||
SIZE (msp430-libc-1.0.20040224.tar.bz2) = 345607
|
||||
|
@ -91,11 +91,12 @@
|
||||
%%LIBC_TARG%%/lib/crt430x155.o
|
||||
%%LIBC_TARG%%/lib/crt430x156.o
|
||||
%%LIBC_TARG%%/lib/crt430x157.o
|
||||
%%LIBC_TARG%%/lib/crt430x1610.o
|
||||
%%LIBC_TARG%%/lib/crt430x1611.o
|
||||
%%LIBC_TARG%%/lib/crt430x167.o
|
||||
%%LIBC_TARG%%/lib/crt430x168.o
|
||||
%%LIBC_TARG%%/lib/crt430x169.o
|
||||
%%LIBC_TARG%%/lib/crt430x1610.o
|
||||
%%LIBC_TARG%%/lib/crt430x1611.o
|
||||
%%LIBC_TARG%%/lib/crt430x1612.o
|
||||
%%LIBC_TARG%%/lib/crt430x311.o
|
||||
%%LIBC_TARG%%/lib/crt430x312.o
|
||||
%%LIBC_TARG%%/lib/crt430x313.o
|
||||
@ -132,8 +133,6 @@
|
||||
%%LIBC_TARG%%/share/mspgcc/doc/FAQ
|
||||
%%LIBC_TARG%%/share/mspgcc/doc/volatil
|
||||
%%LIBC_TARG%%/share/mspgcc/examples/bufferedUSART/config.h
|
||||
%%LIBC_TARG%%/share/mspgcc/examples/bufferedUSART/depend.mak
|
||||
%%LIBC_TARG%%/share/mspgcc/examples/bufferedUSART/environ.mak
|
||||
%%LIBC_TARG%%/share/mspgcc/examples/bufferedUSART/Makefile
|
||||
%%LIBC_TARG%%/share/mspgcc/examples/bufferedUSART/README.txt
|
||||
%%LIBC_TARG%%/share/mspgcc/examples/bufferedUSART/test.c
|
||||
@ -678,8 +677,6 @@
|
||||
%%LIBC_TARG%%/share/mspgcc/examples/slac019/fet440_wdt02.c
|
||||
%%LIBC_TARG%%/share/mspgcc/examples/slac019/Makefile
|
||||
%%LIBC_TARG%%/share/mspgcc/examples/tasker/config.h
|
||||
%%LIBC_TARG%%/share/mspgcc/examples/tasker/depend.mak
|
||||
%%LIBC_TARG%%/share/mspgcc/examples/tasker/environ.mak
|
||||
%%LIBC_TARG%%/share/mspgcc/examples/tasker/main.c
|
||||
%%LIBC_TARG%%/share/mspgcc/examples/tasker/Makefile
|
||||
%%LIBC_TARG%%/share/mspgcc/examples/tasker/README.txt
|
||||
@ -788,4 +785,4 @@
|
||||
@dirrm %%LIBC_TARG%%/share/mspgcc/examples
|
||||
@dirrm %%LIBC_TARG%%/share/mspgcc/doc
|
||||
@dirrm %%LIBC_TARG%%/share/mspgcc
|
||||
@unexec rmdir %D/%%LIBC_TARG%%/share 2>/dev/null || true
|
||||
@unexec rmdir %D/%%LIBC_TARG%%/share 2>/dev/null || true
|
||||
|
Loading…
Reference in New Issue
Block a user