auto-import gcc-4.0.0-0.30 on branch devel from gcc-4.0.0-0.30.src.rpm

This commit is contained in:
Jakub Jelinek 2005-02-28 12:48:42 +00:00
parent 3b4d42f067
commit 02f58b754d
3 changed files with 3 additions and 6 deletions

View File

@ -1 +1 @@
gcc-3.4.3-20050222.tar.bz2 gcc-4.0.0-20050228.tar.bz2

View File

@ -17,13 +17,10 @@ int main(void)
pid_t pid; pid_t pid;
int status; int status;
char initpath[256]; char initpath[256];
const char *argv[2];
if (access ("/sbin/ldconfig", X_OK)) if (access ("/sbin/ldconfig", X_OK))
_exit (0); _exit (0);
argv[0] = "/sbin/ldconfig"; execl ("/sbin/ldconfig", "/sbin/ldconfig", NULL);
argv[1] = NULL;
execv ("/sbin/ldconfig", argv);
_exit (110); _exit (110);
} }

View File

@ -1 +1 @@
7d1b30b336234ed9076d0b29ad8c5570 gcc-3.4.3-20050222.tar.bz2 6cdc28a1e5d34dbd6782138b263558bf gcc-4.0.0-20050228.tar.bz2