mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Pickup files from ../../m68k/shared instead of ../shared. Reformat.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Pickup files from ../../m68k/shared instead of
|
||||
../shared. Reformat.
|
||||
|
||||
2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
|
||||
|
||||
@@ -24,8 +24,9 @@ EXTRA_PROGRAMS += startup.rel
|
||||
CLEANFILES += startup.rel
|
||||
startup_rel_SOURCES = startup/bspclean.c ../../shared/bsplibc.c \
|
||||
../../shared/bsppost.c startup/bspstart.c ../../shared/bootcard.c \
|
||||
../shared/m68kpretaskinghook.c ../../shared/main.c ../../shared/sbrk.c \
|
||||
../shared/setvec.c startup/vmeintr.c ../../shared/gnatinstallhandler.c
|
||||
../../m68k/shared/m68kpretaskinghook.c ../../shared/main.c \
|
||||
../../shared/sbrk.c ../../m68k/shared/setvec.c startup/vmeintr.c \
|
||||
../../shared/gnatinstallhandler.c
|
||||
startup_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
||||
startup_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Pickup files from ../../m68k/shared instead of
|
||||
../shared. Reformat.
|
||||
|
||||
2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
|
||||
|
||||
@@ -27,8 +27,9 @@ EXTRA_PROGRAMS += startup.rel
|
||||
CLEANFILES += startup.rel
|
||||
startup_rel_SOURCES = startup/bspclean.c ../../shared/bsplibc.c \
|
||||
../../shared/bsppost.c startup/bspstart.c ../../shared/bootcard.c \
|
||||
../shared/m68kpretaskinghook.c ../../shared/main.c ../../shared/sbrk.c \
|
||||
../shared/setvec.c ../../shared/gnatinstallhandler.c
|
||||
../../m68k/shared/m68kpretaskinghook.c ../../shared/main.c \
|
||||
../../shared/sbrk.c ../../m68k/shared/setvec.c \
|
||||
../../shared/gnatinstallhandler.c
|
||||
startup_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
||||
startup_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Pickup files from ../../m68k/shared instead of
|
||||
../shared. Reformat.
|
||||
|
||||
2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
|
||||
|
||||
@@ -29,8 +29,8 @@ EXTRA_PROGRAMS += startup.rel
|
||||
CLEANFILES += startup.rel
|
||||
startup_rel_SOURCES = startup/bspclean.c ../../shared/bsplibc.c \
|
||||
../../shared/bsppost.c startup/bspstart.c startup/init68340.c \
|
||||
../../shared/bootcard.c ../shared/m68kpretaskinghook.c \
|
||||
../../shared/main.c ../../shared/sbrk.c ../shared/setvec.c \
|
||||
../../shared/bootcard.c ../../m68k/shared/m68kpretaskinghook.c \
|
||||
../../shared/main.c ../../shared/sbrk.c ../../m68k/shared/setvec.c \
|
||||
startup/dumpanic.c ../../shared/gnatinstallhandler.c
|
||||
startup_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
||||
startup_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Pickup files from ../../m68k/shared instead of
|
||||
../shared. Reformat.
|
||||
|
||||
2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
|
||||
|
||||
@@ -25,9 +25,10 @@ EXTRA_PROGRAMS += startup.rel
|
||||
CLEANFILES += startup.rel
|
||||
startup_rel_SOURCES = startup/alloc360.c startup/bspclean.c \
|
||||
../../shared/bsplibc.c ../../shared/bsppost.c \
|
||||
../shared/m68kpretaskinghook.c startup/bspstart.c startup/init68360.c \
|
||||
../../shared/bootcard.c ../../shared/main.c ../../shared/sbrk.c \
|
||||
../shared/setvec.c ../../shared/gnatinstallhandler.c
|
||||
../../m68k/shared/m68kpretaskinghook.c startup/bspstart.c \
|
||||
startup/init68360.c ../../shared/bootcard.c ../../shared/main.c \
|
||||
../../shared/sbrk.c ../../m68k/shared/setvec.c \
|
||||
../../shared/gnatinstallhandler.c
|
||||
startup_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
||||
startup_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Pickup files from ../../m68k/shared instead of
|
||||
../shared. Reformat.
|
||||
|
||||
2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
|
||||
|
||||
@@ -25,8 +25,9 @@ EXTRA_PROGRAMS += startup.rel
|
||||
CLEANFILES += startup.rel
|
||||
startup_rel_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \
|
||||
../../shared/bsppost.c startup/bspstart.c ../../shared/bootcard.c \
|
||||
../shared/m68kpretaskinghook.c ../../shared/main.c ../../shared/sbrk.c \
|
||||
../shared/setvec.c ../../shared/gnatinstallhandler.c
|
||||
../../m68k/shared/m68kpretaskinghook.c ../../shared/main.c \
|
||||
../../shared/sbrk.c ../../m68k/shared/setvec.c \
|
||||
../../shared/gnatinstallhandler.c
|
||||
startup_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
||||
startup_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Pickup files from ../../m68k/shared instead of
|
||||
../shared. Reformat.
|
||||
|
||||
2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
|
||||
|
||||
@@ -34,9 +34,9 @@ dist_project_lib_DATA += startup/linkcmds startup/gdbinit \
|
||||
EXTRA_PROGRAMS += startup.rel
|
||||
CLEANFILES += startup.rel
|
||||
startup_rel_SOURCES = startup/bspclean.c ../../shared/bsplibc.c \
|
||||
../../shared/bsppost.c ../shared/m68kpretaskinghook.c startup/bspstart.c \
|
||||
startup/init5206e.c ../../shared/bootcard.c ../../shared/main.c \
|
||||
../../shared/sbrk.c ../shared/setvec.c \
|
||||
../../shared/bsppost.c ../../m68k/shared/m68kpretaskinghook.c \
|
||||
startup/bspstart.c startup/init5206e.c ../../shared/bootcard.c \
|
||||
../../shared/main.c ../../shared/sbrk.c ../../m68k/shared/setvec.c \
|
||||
../../shared/gnatinstallhandler.c
|
||||
startup_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
||||
startup_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Pickup files from ../../m68k/shared instead of
|
||||
../shared. Reformat.
|
||||
|
||||
2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
|
||||
|
||||
@@ -28,8 +28,8 @@ EXTRA_PROGRAMS += startup.rel
|
||||
CLEANFILES += startup.rel
|
||||
startup_rel_SOURCES = startup/start_c.c ../../shared/bsplibc.c \
|
||||
../../shared/bsppost.c startup/bspstart.c startup/bspclean.c \
|
||||
../../shared/bootcard.c ../shared/m68kpretaskinghook.c \
|
||||
../../shared/main.c ../../shared/sbrk.c ../shared/setvec.c \
|
||||
../../shared/bootcard.c ../../m68k/shared/m68kpretaskinghook.c \
|
||||
../../shared/main.c ../../shared/sbrk.c ../../m68k/shared/setvec.c \
|
||||
../../shared/gnatinstallhandler.c startup/except_vect_332_ROM.S
|
||||
startup_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
||||
startup_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Pickup files from ../../m68k/shared instead of
|
||||
../shared. Reformat.
|
||||
|
||||
2004-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove RTEMS_CHECK_MULTIPROCESSING.
|
||||
|
||||
@@ -25,8 +25,9 @@ EXTRA_PROGRAMS += startup.rel
|
||||
CLEANFILES += startup.rel
|
||||
startup_rel_SOURCES = startup/bspclean.c ../../shared/bsplibc.c \
|
||||
../../shared/bsppost.c startup/bspstart.c ../../shared/bootcard.c \
|
||||
../shared/m68kpretaskinghook.c ../../shared/main.c ../../shared/sbrk.c \
|
||||
../shared/setvec.c ../../shared/gnatinstallhandler.c
|
||||
../../m68k/shared/m68kpretaskinghook.c ../../shared/main.c \
|
||||
../../shared/sbrk.c ../../m68k/shared/setvec.c \
|
||||
../../shared/gnatinstallhandler.c
|
||||
startup_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
||||
startup_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Pickup files from ../../m68k/shared instead of
|
||||
../shared. Reformat.
|
||||
|
||||
2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
|
||||
|
||||
@@ -25,8 +25,9 @@ EXTRA_PROGRAMS += startup.rel
|
||||
CLEANFILES += startup.rel
|
||||
startup_rel_SOURCES = startup/bspclean.c ../../shared/bsplibc.c \
|
||||
../../shared/bsppost.c startup/bspstart.c ../../shared/bootcard.c \
|
||||
../shared/m68kpretaskinghook.c ../../shared/main.c ../../shared/sbrk.c \
|
||||
../shared/setvec.c ../../shared/gnatinstallhandler.c
|
||||
../../m68k/shared/m68kpretaskinghook.c ../../shared/main.c \
|
||||
../../shared/sbrk.c ../../m68k/shared/setvec.c \
|
||||
../../shared/gnatinstallhandler.c
|
||||
startup_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
||||
startup_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Pickup files from ../../m68k/shared instead of
|
||||
../shared. Reformat.
|
||||
|
||||
2004-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove RTEMS_CHECK_MULTIPROCESSING.
|
||||
|
||||
@@ -25,8 +25,9 @@ EXTRA_PROGRAMS += startup.rel
|
||||
CLEANFILES += startup.rel
|
||||
startup_rel_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \
|
||||
../../shared/bsppost.c startup/bspstart.c ../../shared/bootcard.c \
|
||||
../shared/m68kpretaskinghook.c ../../shared/main.c ../../shared/sbrk.c \
|
||||
../shared/setvec.c ../../shared/gnatinstallhandler.c
|
||||
../../m68k/shared/m68kpretaskinghook.c ../../shared/main.c \
|
||||
../../shared/sbrk.c ../../m68k/shared/setvec.c \
|
||||
../../shared/gnatinstallhandler.c
|
||||
startup_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
||||
startup_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Pickup files from ../../m68k/shared instead of
|
||||
../shared. Reformat.
|
||||
|
||||
2004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Pick up ../mvme167/network/network.c.
|
||||
|
||||
@@ -33,8 +33,8 @@ EXTRA_PROGRAMS += startup.rel
|
||||
CLEANFILES += startup.rel
|
||||
startup_rel_SOURCES = startup/bspclean.c ../../shared/bsplibc.c \
|
||||
../../shared/bsppost.c startup/bspstart.c ../../shared/bootcard.c \
|
||||
../shared/m68kpretaskinghook.c ../../shared/main.c startup/page_table.c \
|
||||
../../shared/sbrk.c ../shared/setvec.c \
|
||||
../../m68k/shared/m68kpretaskinghook.c ../../shared/main.c \
|
||||
startup/page_table.c ../../shared/sbrk.c ../../m68k/shared/setvec.c \
|
||||
../../shared/gnatinstallhandler.c
|
||||
startup_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
||||
startup_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Pickup files from ../../m68k/shared instead of
|
||||
../shared. Reformat.
|
||||
|
||||
2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
|
||||
|
||||
@@ -29,8 +29,8 @@ EXTRA_PROGRAMS += startup.rel
|
||||
CLEANFILES += startup.rel
|
||||
startup_rel_SOURCES = startup/bspclean.c ../../shared/bsplibc.c \
|
||||
../../shared/bsppost.c startup/bspstart.c ../../shared/bootcard.c \
|
||||
../shared/m68kpretaskinghook.c ../../shared/main.c startup/page_table.c \
|
||||
../../shared/sbrk.c ../shared/setvec.c \
|
||||
../../m68k/shared/m68kpretaskinghook.c ../../shared/main.c \
|
||||
startup/page_table.c ../../shared/sbrk.c ../../m68k/shared/setvec.c \
|
||||
../../shared/gnatinstallhandler.c
|
||||
startup_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
||||
startup_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Pickup files from ../../m68k/shared instead of
|
||||
../shared. Reformat.
|
||||
|
||||
2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
|
||||
|
||||
@@ -37,10 +37,11 @@ EXTRA_PROGRAMS += startup.rel
|
||||
CLEANFILES += startup.rel
|
||||
startup_rel_SOURCES = startup/cpuboot.c startup/crc.c startup/debugport.c \
|
||||
startup/gdb-hooks.c ../../shared/bootcard.c ../../shared/main.c \
|
||||
startup/m68302scc.c startup/m68k-stub.c ../shared/m68kpretaskinghook.c \
|
||||
startup/memcheck.c startup/trace.c ../../shared/gnatinstallhandler.c \
|
||||
../../shared/bsplibc.c ../../shared/bsppost.c startup/bspstart.c \
|
||||
startup/bspclean.c ../../shared/sbrk.c ../shared/setvec.c
|
||||
startup/m68302scc.c startup/m68k-stub.c \
|
||||
../../m68k/shared/m68kpretaskinghook.c startup/memcheck.c \
|
||||
startup/trace.c ../../shared/gnatinstallhandler.c ../../shared/bsplibc.c \
|
||||
../../shared/bsppost.c startup/bspstart.c startup/bspclean.c \
|
||||
../../shared/sbrk.c ../../m68k/shared/setvec.c
|
||||
startup_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
||||
startup_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Pickup files from ../../m68k/shared instead of
|
||||
../shared. Reformat.
|
||||
|
||||
2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
|
||||
|
||||
@@ -25,10 +25,10 @@ EXTRA_PROGRAMS += startup.rel
|
||||
CLEANFILES += startup.rel
|
||||
startup_rel_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \
|
||||
../../shared/bsppost.c startup/bspstart.c ../../shared/bootcard.c \
|
||||
../shared/m68kpretaskinghook.c ../../shared/main.c ../../shared/sbrk.c \
|
||||
../shared/setvec.c ../../shared/gnatinstallhandler.c \
|
||||
../shared/bspspuriousinit.c ../shared/m68000spurious.c \
|
||||
startup/spurious_assistant.c
|
||||
../../m68k/shared/m68kpretaskinghook.c ../../shared/main.c \
|
||||
../../shared/sbrk.c ../../m68k/shared/setvec.c \
|
||||
../../shared/gnatinstallhandler.c ../../m68k/shared/bspspuriousinit.c \
|
||||
../../m68k/shared/m68000spurious.c startup/spurious_assistant.c
|
||||
startup_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
|
||||
startup_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user