blob: 0f9e4e1fdee539b997aebec5f2ec175317ea78ef (
plain)
1
2
3
4
5
6
7
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
|