2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
This commit is contained in:
Ralf Corsepius
2004-02-12 09:08:05 +00:00
parent c0e7f2cdac
commit c24d7c8478
84 changed files with 212 additions and 44 deletions
@@ -1,3 +1,7 @@
2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
2004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Pickup files from ../../arm/shared instead of
@@ -17,7 +17,7 @@ nodist_include_HEADERS += ../../shared/include/coverhd.h
EXTRA_DIST = start/start.S
start$(LIB_VARIANT).$(OBJEXT): start/start.S
${CCASCOMPILE} -DASM -o $@ -c $<
$(CPPASCOMPILE) -DASM -o $@ -c $<
project_lib_DATA = start$(LIB_VARIANT).$(OBJEXT)
dist_project_lib_DATA += startup/linkcmds
+4
View File
@@ -1,3 +1,7 @@
2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* start/start.S, startup/libcfunc.c, startup/syscalls.c:
+1 -1
View File
@@ -15,7 +15,7 @@ nodist_include_HEADERS += ../../shared/include/coverhd.h
EXTRA_DIST = start/start.S
start$(LIB_VARIANT).$(OBJEXT): start/start.S
${CCASCOMPILE} -DASM -o $@ -c $<
$(CPPASCOMPILE) -DASM -o $@ -c $<
project_lib_DATA = start$(LIB_VARIANT).$(OBJEXT)
dist_project_lib_DATA += startup/linkcmds
+4
View File
@@ -1,3 +1,7 @@
2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
2004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Pickup files from ../../arm/shared instead of
+1 -1
View File
@@ -16,7 +16,7 @@ nodist_include_HEADERS += ../../shared/include/coverhd.h
EXTRA_DIST = start/start.S
start$(LIB_VARIANT).$(OBJEXT): start/start.S
${CCASCOMPILE} -DASM -o $@ -c $<
$(CPPASCOMPILE) -DASM -o $@ -c $<
project_lib_DATA = start$(LIB_VARIANT).$(OBJEXT)
dist_project_lib_DATA += startup/linkcmds
+4
View File
@@ -1,3 +1,7 @@
2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
2004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Pickup files from ../../arm/shared instead of
+1 -1
View File
@@ -17,7 +17,7 @@ nodist_include_HEADERS += ../../shared/include/coverhd.h
EXTRA_DIST = start/start.S
start$(LIB_VARIANT).$(OBJEXT): start/start.S
${CCASCOMPILE} -DASM -o $@ -c $<
$(CPPASCOMPILE) -DASM -o $@ -c $<
project_lib_DATA = start$(LIB_VARIANT).$(OBJEXT)
dist_project_lib_DATA += startup/linkcmds
+4
View File
@@ -1,3 +1,7 @@
2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
2004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Pickup files from ../../c4x/shared instead of
+1 -1
View File
@@ -20,7 +20,7 @@ nodist_include_HEADERS += ../../shared/include/coverhd.h
EXTRA_DIST = start/start.S
start$(LIB_VARIANT).$(OBJEXT): start/start.S
${CCASCOMPILE} -DASM -o $@ -c $<
$(CPPASCOMPILE) -DASM -o $@ -c $<
project_lib_DATA = start$(LIB_VARIANT).$(OBJEXT)
dist_project_lib_DATA += startup/linkcmds
+4
View File
@@ -1,3 +1,7 @@
2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
+1 -1
View File
@@ -15,7 +15,7 @@ nodist_include_HEADERS += ../../shared/include/coverhd.h
EXTRA_DIST = start/start.S
start$(LIB_VARIANT).$(OBJEXT): start/start.S
${CCASCOMPILE} -DASM -o $@ -c $<
$(CPPASCOMPILE) -DASM -o $@ -c $<
project_lib_DATA = start$(LIB_VARIANT).$(OBJEXT)
dist_project_lib_DATA += startup/linkcmds
+4
View File
@@ -1,3 +1,7 @@
2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
2004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Pickup files from ../../i386/shared instead of
+1 -1
View File
@@ -16,7 +16,7 @@ include_HEADERS += include/coverhd.h
noinst_HEADERS = start/80386ex.h start/80386ex.inc start/macros.inc
EXTRA_DIST = start/start.S
start$(LIB_VARIANT).$(OBJEXT): start/start.S
$(CCASCOMPILE) -DASM -o $@ -c $<
$(CPPASCOMPILE) -DASM -o $@ -c $<
project_lib_DATA = start$(LIB_VARIANT).$(OBJEXT)
dist_project_lib_DATA += startup/linkcmds
+4
View File
@@ -1,3 +1,7 @@
2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Add start*.bin to CLEANFILES.
+1 -1
View File
@@ -21,7 +21,7 @@ nodist_include_HEADERS += ../../shared/include/coverhd.h
EXTRA_DIST = start/start.S
start$(LIB_VARIANT).$(OBJEXT): start/start.S
${CCASCOMPILE} -DASM -o $@ -c $<
$(CPPASCOMPILE) -DASM -o $@ -c $<
project_lib_DATA = start$(LIB_VARIANT).$(OBJEXT)
+4
View File
@@ -1,3 +1,7 @@
2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
2004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Pickup files from ../../i386/shared instead of
+1 -1
View File
@@ -21,7 +21,7 @@ noinst_HEADERS = start/80386ex.h start/80386ex.inc start/macros.inc \
start/ts_1325.inc
EXTRA_DIST = start/start.S
start$(LIB_VARIANT).$(OBJEXT): start/start.S
$(CCASCOMPILE) -DASM -o $@ -c $<
$(CPPASCOMPILE) -DASM -o $@ -c $<
project_lib_DATA = start$(LIB_VARIANT).$(OBJEXT)
+4
View File
@@ -1,3 +1,7 @@
2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
2004-02-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Correct path to libcpu.
+1 -1
View File
@@ -15,7 +15,7 @@ nodist_include_HEADERS += ../../shared/include/coverhd.h
EXTRA_DIST = start/start.S
start$(LIB_VARIANT).$(OBJEXT): start/start.S
${CCASCOMPILE} -DASM -o $@ -c $<
$(CPPASCOMPILE) -DASM -o $@ -c $<
project_lib_DATA = start$(LIB_VARIANT).$(OBJEXT)
dist_project_lib_DATA += startup/linkcmds
+4
View File
@@ -1,3 +1,7 @@
2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
2004-02-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
+1 -1
View File
@@ -16,7 +16,7 @@ nodist_include_HEADERS += ../../shared/include/coverhd.h
# FIXME: this file should be called start.S
EXTRA_DIST = start/rxgen_romld.S
rxgen_romld$(LIB_VARIANT).$(OBJEXT): start/rxgen_romld.S
${CCASCOMPILE} -DASM -o $@ -c $<
$(CPPASCOMPILE) -DASM -o $@ -c $<
project_lib_DATA = rxgen_romld$(LIB_VARIANT).$(OBJEXT)
dist_project_lib_DATA += startup/linkcmds startup/linkcmds.real \
+4
View File
@@ -1,3 +1,7 @@
2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
2004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Pickup files from ../../m68k/shared instead of
+1 -1
View File
@@ -15,7 +15,7 @@ include_HEADERS += include/coverhd.h
EXTRA_DIST = ../../m68k/shared/start.S
start$(LIB_VARIANT).$(OBJEXT): ../../m68k/shared/start.S
${CCASCOMPILE} -DASM -o $@ -c $<
$(CPPASCOMPILE) -DASM -o $@ -c $<
project_lib_DATA = start$(LIB_VARIANT).$(OBJEXT)
dist_project_lib_DATA += startup/linkcmds
+4
View File
@@ -1,3 +1,7 @@
2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
2004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Pickup files from ../../m68k/shared instead of
+1 -1
View File
@@ -18,7 +18,7 @@ EXTRA_DIST = times
EXTRA_DIST += start/start.S
start$(LIB_VARIANT).$(OBJEXT): start/start.S
$(CCASCOMPILE) -DASM -o $@ -c $<
$(CPPASCOMPILE) -DASM -o $@ -c $<
project_lib_DATA = start$(LIB_VARIANT).$(OBJEXT)
dist_project_lib_DATA += startup/linkcmds
+4
View File
@@ -1,3 +1,7 @@
2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
2004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Pickup files from ../../m68k/shared instead of
+1 -1
View File
@@ -20,7 +20,7 @@ include_HEADERS += include/m68349.inc
EXTRA_DIST = start/start.S start/startfor340only.S
start$(LIB_VARIANT).$(OBJEXT): start/start.S
$(CCASCOMPILE) -DASM -o $@ -c $<
$(CPPASCOMPILE) -DASM -o $@ -c $<
project_lib_DATA = start$(LIB_VARIANT).$(OBJEXT)
dist_project_lib_DATA += startup/linkcmds
+4
View File
@@ -1,3 +1,7 @@
2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
2004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Pickup files from ../../m68k/shared instead of
+1 -1
View File
@@ -15,7 +15,7 @@ include_HEADERS += include/coverhd.h
EXTRA_DIST = start/start.S
start$(LIB_VARIANT).$(OBJEXT): start/start.S
$(CCASCOMPILE) -DASM -o $@ -c $<
$(CPPASCOMPILE) -DASM -o $@ -c $<
project_lib_DATA = start$(LIB_VARIANT).$(OBJEXT)
dist_project_lib_DATA += startup/linkcmds startup/linkcmds.prom \
+4
View File
@@ -1,3 +1,7 @@
2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
2004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Pickup files from ../../m68k/shared instead of
+1 -1
View File
@@ -16,7 +16,7 @@ nodist_include_HEADERS += ../../shared/include/coverhd.h
EXTRA_DIST = ../../m68k/shared/start.S
start$(LIB_VARIANT).$(OBJEXT): ../../m68k/shared/start.S
${CCASCOMPILE} -DASM -o $@ -c $<
$(CPPASCOMPILE) -DASM -o $@ -c $<
project_lib_DATA = start$(LIB_VARIANT).$(OBJEXT)
dist_project_lib_DATA += startup/linkcmds
@@ -1,3 +1,7 @@
2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
2004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Pickup files from ../../m68k/shared instead of
@@ -24,7 +24,7 @@ EXTRA_DIST = times
EXTRA_DIST += start/start.S
start$(LIB_VARIANT).$(OBJEXT): start/start.S
$(CCASCOMPILE) -DASM -o $@ -c $<
$(CPPASCOMPILE) -DASM -o $@ -c $<
project_lib_DATA = start$(LIB_VARIANT).$(OBJEXT)
+4
View File
@@ -1,3 +1,7 @@
2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
2004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Pickup files from ../../m68k/shared instead of
+1 -1
View File
@@ -18,7 +18,7 @@ EXTRA_DIST = times
EXTRA_DIST += start/start.S
start$(LIB_VARIANT).$(OBJEXT): start/start.S
$(CCASCOMPILE) -DASM -o $@ -c $<
$(CPPASCOMPILE) -DASM -o $@ -c $<
project_lib_DATA = start$(LIB_VARIANT).$(OBJEXT)
+4
View File
@@ -1,3 +1,7 @@
2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
2004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Pickup files from ../../m68k/shared instead of
+1 -1
View File
@@ -15,7 +15,7 @@ include_HEADERS += include/coverhd.h
EXTRA_DIST = ../../m68k/shared/start.S
start$(LIB_VARIANT).$(OBJEXT): ../../m68k/shared/start.S
${CCASCOMPILE} -DASM -o $@ -c $<
$(CPPASCOMPILE) -DASM -o $@ -c $<
project_lib_DATA = start$(LIB_VARIANT).$(OBJEXT)
+4
View File
@@ -1,3 +1,7 @@
2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
2004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Pickup files from ../../m68k/shared instead of
+1 -1
View File
@@ -15,7 +15,7 @@ include_HEADERS += include/coverhd.h
EXTRA_DIST = ../../m68k/shared/start.S
start$(LIB_VARIANT).$(OBJEXT): ../../m68k/shared/start.S
${CCASCOMPILE} -DASM -o $@ -c $<
$(CPPASCOMPILE) -DASM -o $@ -c $<
project_lib_DATA = start$(LIB_VARIANT).$(OBJEXT)
+4
View File
@@ -1,3 +1,7 @@
2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
2004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Pickup files from ../../m68k/shared instead of
+1 -1
View File
@@ -15,7 +15,7 @@ include_HEADERS += include/coverhd.h
EXTRA_DIST = ../../m68k/shared/start.S
start$(LIB_VARIANT).$(OBJEXT): ../../m68k/shared/start.S
${CCASCOMPILE} -DASM -o $@ -c $<
$(CPPASCOMPILE) -DASM -o $@ -c $<
project_lib_DATA = start$(LIB_VARIANT).$(OBJEXT)
+4
View File
@@ -1,3 +1,7 @@
2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
2004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Pickup files from ../../m68k/shared instead of
+1 -1
View File
@@ -23,7 +23,7 @@ nodist_include_HEADERS += $(top_srcdir)/../shared/mvme/mvme16x_hw.h
EXTRA_DIST = ../../m68k/shared/start.S
start$(LIB_VARIANT).$(OBJEXT): ../../m68k/shared/start.S
${CCASCOMPILE} -DASM -o $@ -c $<
$(CPPASCOMPILE) -DASM -o $@ -c $<
project_lib_DATA = start$(LIB_VARIANT).$(OBJEXT)
+4
View File
@@ -1,3 +1,7 @@
2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
2004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Pickup files from ../../m68k/shared instead of
+1 -1
View File
@@ -19,7 +19,7 @@ nodist_include_HEADERS += $(top_srcdir)/../shared/mvme/mvme16x_hw.h
EXTRA_DIST = ../../m68k/shared/start.S
start$(LIB_VARIANT).$(OBJEXT): ../../m68k/shared/start.S
${CCASCOMPILE} -DASM -o $@ -c $<
$(CPPASCOMPILE) -DASM -o $@ -c $<
project_lib_DATA = start$(LIB_VARIANT).$(OBJEXT)
+4
View File
@@ -1,3 +1,7 @@
2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
2004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Pickup files from ../../m68k/shared instead of
+2 -2
View File
@@ -22,11 +22,11 @@ include_HEADERS += include/coverhd.h
if ODS68302_DEBUG
EXTRA_DIST += start/debugreset.S
start$(LIB_VARIANT).$(OBJEXT): start/debugreset.S
${CCASCOMPILE} -DASM -o $@ -c $<
$(CPPASCOMPILE) -DASM -o $@ -c $<
else
EXTRA_DIST += start/reset.S
start$(LIB_VARIANT).$(OBJEXT): start/reset.S
${CCASCOMPILE} -DASM -o $@ -c $<
$(CPPASCOMPILE) -DASM -o $@ -c $<
endif
project_lib_DATA = start$(LIB_VARIANT).$(OBJEXT)
+4
View File
@@ -1,3 +1,7 @@
2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
2004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Pickup files from ../../m68k/shared instead of
+1 -1
View File
@@ -15,7 +15,7 @@ nodist_include_HEADERS += ../../shared/include/coverhd.h
EXTRA_DIST = start/start.S
start$(LIB_VARIANT).$(OBJEXT): start/start.S
$(CCASCOMPILE) -DASM -o $@ -c $<
$(CPPASCOMPILE) -DASM -o $@ -c $<
project_lib_DATA = start$(LIB_VARIANT).$(OBJEXT)

Some files were not shown because too many files have changed in this diff Show More