summaryrefslogtreecommitdiffstats
path: root/Makefile.shared (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2011-02-08 Joel Sherrill <joel.sherrill@oarcorp.com>HEADmasterJoel Sherrill2011-02-081-1/+1
| | | | * Makefile.shared: Add -g.
* pass RTS option to linker, add COBRA5475 optionsSIGAda2010Thomas Doerfler2010-03-101-2/+7
|
* 2009-12-01 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-12-011-3/+3
| | | | * Makefile.shared: Adjust for removal of RTEMS_BSP_FAMILY.
* 2009-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-09-171-0/+2
| | | | | | | | | | | | * Makefile.shared, networkconfig-qemu.h, cpuuse/Makefile, empty/Makefile, empty/empty.adb, exception_test2/Makefile, exception_test2/exceptiontest2.adb, exception_test3/Makefile, exception_test3/exceptiontest3.adb, hello_via_task/Makefile, hello_via_task/hello.adb, irq_test_c/Makefile: Make follow standard RTEMS test output format. Add output screens where appropriate. * exception_test2/exception_test2.scn, exception_test3/exception_test3.scn, hello_via_task/hello_via_task.scn: New files.
* 2009-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-09-171-1/+1
| | | | | * Makefile.shared, hello_via_task/hello.adb: Make follow standard RTEMS test output format.
* 2009-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-09-171-1/+1
| | | | | | * Makefile.shared, hello_via_task/.cvsignore: Update or add .cvsignore. * empty/.cvsignore, exception_test2/.cvsignore, exception_test3/.cvsignore: New files.
* 2008-08-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-08-251-8/+2
| | | | * Makefile.shared: (pc386) Make sure .exe is file to run.
* 2008-08-22 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-08-221-12/+35
| | | | * Makefile.shared: Update Makefiles.
* 2008-07-23 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-07-231-1/+2
| | | | * Makefile.shared: Ignore .svn also.
* 2008-07-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-07-081-2/+3
| | | | | | * Makefile.shared: Add -g. Leave temporary files for debug. * rtems_init.c: zero out workspace and heap automatically. This is required by the GNAT run-time.
* 2008-02-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-02-061-2/+6
| | | | * Makefile.shared, rtems_init.c: More clean up and more generalization.
* 2007-10-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-10-171-10/+8
| | | | | | | | | | | | * Makefile, Makefile.shared, rtems_init.c, irq_test/interrupt_pkg.adb, irq_test/interrupt_pkg.ads, irq_test/irqforce.c, irq_test/irqtest.adb, rootfs/etc/hosts: Adding new tests as improvements are made to the RTEMS port of the GNAT run-time. * empty/Makefile, empty/README, empty/empty.adb, hello_via_task/.cvsignore, hello_via_task/Makefile, hello_via_task/hello.adb, irq_test/.cvsignore, irq_test/Makefile, irq_test/README, irq_test_c/.cvsignore, irq_test_c/Makefile, irq_test_c/README, irq_test_c/init.c, irq_test_c/irqforce.c: New files.
* 2007-09-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-09-281-1/+1
| | | | * Makefile.shared: Change bin2c to rtems-bin2c.
* 2007-09-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-09-281-2/+2
| | | | | | * Makefile: Add stack_check test. * Makefile.shared: Add EXTRA_GNATFLAGS so stack_check can specify the flags -fstack-check.
* 2007-09-27 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-09-271-0/+71
* ChangeLog: New tests. Clean up. Rework so all tests use the same shared Makefile for the hard logic of producing an executable. * Makefile, Makefile.shared, README.Makefiles, networkconfig.h, rtems_init.c: New files.