diff options
author | Roland McGrath <roland@gcc.gnu.org> | 1992-09-18 23:59:45 +0000 |
---|---|---|
committer | Roland McGrath <roland@gcc.gnu.org> | 1992-09-18 23:59:45 +0000 |
commit | 9846fee016432d6405fcfbf58b9839284bd436c1 (patch) | |
tree | de550570016fb8deed6b27ff7e885a423549cebd /gcc/dostage3 | |
parent | 2bba3a75c67b6e7988435887d65632ac78d73ff3 (diff) | |
download | gcc-9846fee016432d6405fcfbf58b9839284bd436c1.tar.gz |
entered into RCS
From-SVN: r2155
Diffstat (limited to 'gcc/dostage3')
-rwxr-xr-x | gcc/dostage3 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/dostage3 b/gcc/dostage3 new file mode 100755 index 00000000000..21f17fc11c7 --- /dev/null +++ b/gcc/dostage3 @@ -0,0 +1,3 @@ +#!/bin/sh +make -k LANGUAGES=c $1 CC=stage2/xgcc XCFLAGS=-Bstage2/ CFLAGS="-g $2" >log3 2>&1 + |