Browse Source

Change gcc to cc

Arthur Yefimov 2 years ago
parent
commit
5380e40e67
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/make.bat
  2. 1 1
      src/make.sh

+ 1 - 1
src/make.bat

@@ -11,7 +11,7 @@ SET OBERON=.;%OFRDIR%\Lib\Sym
 
 
 SET OFR=ofront+ -s -48
-SET CC=gcc
+SET CC=cc
 SET AR=ar
 SET CCFULL=%CC% -O3 -fno-exceptions -I %OFRDIR%\..\..\Mod\Lib -I %OFRDIR%\Lib\Obj
 

+ 1 - 1
src/make.sh

@@ -9,7 +9,7 @@ export OBERON=.:$OFRDIR/Lib/Sym
 
 
 OFR="ofront+ -s -88"
-CC="gcc"
+CC="cc"
 AR="ar"
 CCFULL="$CC -O0 -fno-exceptions -I $OFRDIR/../../Mod/Lib -I $OFRDIR/Lib/Obj"