Bugzilla bug #64650: set CC=cc explicitly so that we don't accidentally
pick up the CC setting in the environment. This change is suggested by Jim Dunn of Netscape. git-svn-id: svn://10.0.0.236/trunk@84881 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -40,6 +40,7 @@ DEFAULT_COMPILER = cc
|
||||
|
||||
CPU_ARCH = hppa
|
||||
DLL_SUFFIX = sl
|
||||
CC = cc
|
||||
CCC = CC
|
||||
OS_CFLAGS += -Ae $(DSO_CFLAGS) -DHPUX -D$(CPU_ARCH) -D_HPUX_SOURCE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user