summaryrefslogtreecommitdiff
path: root/common/gccdefs.mak
diff options
context:
space:
mode:
Diffstat (limited to 'common/gccdefs.mak')
-rw-r--r--common/gccdefs.mak8
1 files changed, 8 insertions, 0 deletions
diff --git a/common/gccdefs.mak b/common/gccdefs.mak
new file mode 100644
index 000000000..2ed231a68
--- /dev/null
+++ b/common/gccdefs.mak
@@ -0,0 +1,8 @@
+# Copyright (C) 1997 Aladdin Enterprises. All rights reserved.
+# Unauthorized use, copying, and/or distribution prohibited.
+
+# gccdefs.mak
+# Definitions for compilation with gcc.
+
+CC_=gcc $(GENOPT) $(CFLAGS) $(XCFLAGS) -c
+CCAUX=gcc $(CFLAGS)