CVS: msp430-libc/src Makefile,1.47,1.48
"Sergey A. Borshch" <[email protected]> Thu, 9 Oct 2008 15:00:16 +0000
| Newsgroups | gmane.comp.hardware.texas-instruments.msp430.gcc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/mspgcc/msp430-libc/src
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv7041/msp430-libc/src
Modified Files:
Makefile
Log Message:
* New cpu added:
- F2112, F2122, F2132
- G4250, G4260, G4270
- E4232, E4242, E4252, E4272
- F4351, F4361, F4371
- F4783, F4784, F4793, F4794
- F5418, F5419, F5435...F5438 (empty header file yet)
* headers added: 21x2, 47xx, 54xx(empty), tlv.h
* headers fixed:
- checking for _GNU_ASSEMBLER_ macro changed to GCC predefined macro __ASSEMBLER__.
Unneeded -D_GNU_ASSEMBLER_ removed from examples and libraries makefiles.
- __msp430_have_sd16a in headers changed to common-style __MSP430_HAS_SD16_A__
- E42x: fixed number of SD16 channels
- F42x0: fixed number of SD16A channels
- G42x0: fixed number of SD16A channels
Index: Makefile
===================================================================
RCS file: /cvsroot/mspgcc/msp430-libc/src/Makefile,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -w -d -r1.47 -r1.48
--- Makefile 17 May 2008 02:44:59 -0000 1.47
+++ Makefile 9 Oct 2008 15:00:14 -0000 1.48
@@ -28,7 +28,7 @@
MD = mkdir -p $@
INSTALL = install -c -m644 $^/
-ASFLAGS = -Wa,-gstabs -D_GNU_ASSEMBLER_
+ASFLAGS = -Wa,-gstabs
CFLAGS = -Wall -O2 -g
# make sure we can find our header files (not the installed ones)
@@ -72,7 +72,11 @@
crt430x2002.o crt430x2012.o \
crt430x2003.o crt430x2013.o \
crt430x2101.o crt430x2111.o crt430x2121.o crt430x2131.o \
+ crt430x2112.o crt430x2122.o crt430x2132.o \
+ crt430x2232.o crt430x2252.o crt430x2272.o \
crt430x2234.o crt430x2254.o crt430x2274.o \
+ crt430x233.o crt430x235.o \
+ crt430x2330.o crt430x2350.o crt430x2370.o \
crt430x247.o crt430x248.o crt430x249.o crt430x2410.o \
crt430x2471.o crt430x2481.o crt430x2491.o \
crt430x2416.o crt430x2417.o crt430x2418.o crt430x2419.o \
@@ -82,12 +86,19 @@
crt430x412.o crt430x413.o crt430x415.o crt430x417.o \
crt430x423.o crt430x425.o crt430x427.o \
crt430x4250.o crt430x4260.o crt430x4270.o \
+ crt430xG4250.o crt430xG4260.o crt430xG4270.o \
crt430xE423.o crt430xE425.o crt430xE427.o \
+ crt430xE4232.o crt430xE4242.o crt430xE4252.o crt430xE4272.o \
crt430xW423.o crt430xW425.o crt430xW427.o \
crt430xG437.o crt430xG438.o crt430xG439.o \
crt430x435.o crt430x436.o crt430x437.o \
+ crt430x4351.o crt430x4361.o crt430x4371.o \
crt430x447.o crt430x448.o crt430x449.o \
- crt430xG4616.o crt430xG4617.o crt430xG4618.o crt430xG4619.o
+ crt430xG4616.o crt430xG4617.o crt430xG4618.o crt430xG4619.o \
+ crt430x4783.o crt430x4784.o crt430x4793.o crt430x4794.o \
+ crt430x5418.o crt430x5419.o \
+ crt430x5435.o crt430x5436.o crt430x5437.o crt430x5438.o \
+
build-crt: ${crt_all_objs}
@@ -159,10 +170,10 @@
${CC} -c ${CPPFLAGS} ${ALL_CFLAGS} -mmcu=msp2 -c $(ABSPATH)$< -o $@
${libc_msp430_S_objs_1}: msp1/%.o: stdlib/%.S
- ${AS} -D_GNU_ASSEMBLER_ -mmcu=msp1 -c $(ABSPATH)$< -o $@
+ ${AS} -mmcu=msp1 -c $(ABSPATH)$< -o $@
${libc_msp430_S_objs_2}: msp2/%.o: stdlib/%.S
- ${AS} -D_GNU_ASSEMBLER_ -mmcu=msp2 -c $(ABSPATH)$< -o $@
+ ${AS} -mmcu=msp2 -c $(ABSPATH)$< -o $@
libc_msp430_cstr_objs_1 = ${libc_str_sources:%.c=%.o}
libc_msp430_cstr_objs_2 = ${libc_str_sources:%.c=%.o}
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/