]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
Make COMPILER_QCC default to please the stuborn Quake community.
authorDale Weiler <killfieldengine@gmail.com>
Sat, 27 Jul 2013 17:56:46 +0000 (17:56 +0000)
committerDale Weiler <killfieldengine@gmail.com>
Sat, 27 Jul 2013 17:56:46 +0000 (17:56 +0000)
distro/fedora/INSTALL
main.c
tests/rassign.tmpl

index b9f374ca8c50ff9d377d98b28d70e7422d3f5eb9..c86a8a34287e759bcc00cbbc3cdd856641bf7854 100644 (file)
@@ -5,6 +5,7 @@ the following commands.
 
 # yum groupinstall "Development Tools"
 # yum install rpmdevtools
+# yum install mock
 # rpmdev-setuptree
 
 Now, depending on the version of GMQCC you want, there are a serise of
@@ -13,5 +14,5 @@ issue the following to build the RPM.
 
 # rpmbuild -bs gmqcc-[[version]].spec
 
-This will create an RPM file in the working directory, which you can
-install with the rpm command line tool or mock.
+This will create a src.rpm file in the working directory, which needs
+to be moved
diff --git a/main.c b/main.c
index d12e4c39bcd6159ab3412613189ddcd8dc525c56..e8a41b756c50e293d732a8f3086ef20f33530237 100644 (file)
--- a/main.c
+++ b/main.c
@@ -562,7 +562,7 @@ int main(int argc, char **argv) {
 
     app_name = argv[0];
     con_init ();
-    opts_init("progs.dat", COMPILER_GMQCC, (1024 << 3));
+    opts_init("progs.dat", COMPILER_QCC, (1024 << 3));
 
     util_seed(time(0));
 
index 948cb540efdbcbdccbfd80415e8a734d595d429b..7967620f6ace0255613d653c448ba09818c40e64 100644 (file)
@@ -1,7 +1,7 @@
 I: rassign.qc
 D: test return assignments
 T: -execute
-C: -fftepp -freturn-assignments
+C: -std=gmqcc -fftepp -freturn-assignments
 M: 200
 M: '200 200 200'
 M: world