aboutsummaryrefslogtreecommitdiffstats
path: root/ortho/gcc
diff options
context:
space:
mode:
authorgingold <gingold@b72b5c32-5f01-0410-b925-b5c7b92870f7>2006-07-10 21:00:41 +0000
committergingold <gingold@b72b5c32-5f01-0410-b925-b5c7b92870f7>2006-07-10 21:00:41 +0000
commit3841c37a946481815c89928ccd15b71b608aa526 (patch)
treeed57a888c7e291c0ac2b26aa717fff38392bd43f /ortho/gcc
parent06c89bf159a88b4339295b6007ff40bee14dd618 (diff)
downloadghdl-3841c37a946481815c89928ccd15b71b608aa526.tar.gz
ghdl-3841c37a946481815c89928ccd15b71b608aa526.tar.bz2
ghdl-3841c37a946481815c89928ccd15b71b608aa526.zip
updated for 0.24
Diffstat (limited to 'ortho/gcc')
-rw-r--r--ortho/gcc/Makefile2
-rw-r--r--ortho/gcc/ortho_gcc-main.adb2
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;