diff options
Diffstat (limited to 'ortho')
-rw-r--r-- | ortho/gcc/Makefile | 2 | ||||
-rw-r--r-- | ortho/gcc/ortho_gcc-main.adb | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/ortho/gcc/Makefile b/ortho/gcc/Makefile index 845cacafc..1fe3a53d8 100644 --- a/ortho/gcc/Makefile +++ b/ortho/gcc/Makefile @@ -2,7 +2,7 @@ ortho_srcdir=.. orthobe_srcdir=$(ortho_srcdir)/gcc agcc_objdir=. agcc_srcdir=$(ortho_srcdir)/gcc -AGCC_GCCSRC_DIR:=$(HOME)/dist/gcc-4.1.0 +AGCC_GCCSRC_DIR:=$(HOME)/dist/gcc-4.1.1 AGCC_GCCOBJ_DIR:=$(AGCC_GCCSRC_DIR)-objs SED=sed diff --git a/ortho/gcc/ortho_gcc-main.adb b/ortho/gcc/ortho_gcc-main.adb index 5a71aacb4..96b89e6e7 100644 --- a/ortho/gcc/ortho_gcc-main.adb +++ b/ortho/gcc/ortho_gcc-main.adb @@ -6,11 +6,9 @@ procedure Ortho_Gcc.Main is gnat_argc : Integer; gnat_argv : System.Address; - gnat_envp : System.Address; pragma Import (C, gnat_argc); pragma Import (C, gnat_argv); - pragma Import (C, gnat_envp); function Toplev_Main (Argc : Integer; Argv : System.Address) return Integer; |