From 9253a0c46605cd844420e6d59f7f08b5aac438c2 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 15 Sep 2009 21:11:39 +0000 Subject: 2009-09-15 Joel Sherrill * Makefile: New example. Runs on qemu. --- ada_from_c_task/ChangeLog | 4 ++++ ada_from_c_task/Makefile | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ada_from_c_task/ChangeLog b/ada_from_c_task/ChangeLog index 0265cbc..541bcd5 100644 --- a/ada_from_c_task/ChangeLog +++ b/ada_from_c_task/ChangeLog @@ -1,3 +1,7 @@ +2009-09-15 Joel Sherrill + + * Makefile: New example. Runs on qemu. + 2008-07-23 Joel Sherrill * Makefile, ada_from_c.adb, app.c, config.h, example.adb, diff --git a/ada_from_c_task/Makefile b/ada_from_c_task/Makefile index c6fb340..e0ee21b 100644 --- a/ada_from_c_task/Makefile +++ b/ada_from_c_task/Makefile @@ -22,7 +22,7 @@ CFLAGS +=-DGNAT_MAIN_STACKSPACE=100 # Do we have a C initialization helper? DEFINES +=-DMAIN_CALL_C_INITIALIZE_APPLICATION -# Do we have extra configuration +# Do we have extra configuration? DEFINES +=-DHAS_EXTRA_CONFIGURATION # If you want to hard-code the command line, define this to a string -- cgit v1.2.3