make/linux/makefiles/gcc.make

Print this page
rev 4938 : 8024648: 8016131 & new build break Zero port
Summary: Fix breakages in Zero port caused by build system changes and 8016131.
Reviewed-by: amurillo

@@ -1,7 +1,8 @@
 #
 # Copyright (c) 1999, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2013 Red Hat, Inc.
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 #
 # This code is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License version 2 only, as
 # published by the Free Software Foundation.

@@ -20,10 +21,12 @@
 # or visit www.oracle.com if you need additional information or have any
 # questions.
 #  
 #
 
+include $(GAMMADIR)/make/defs.make
+
 #------------------------------------------------------------------------
 # CC, CXX & AS
 
 # If a SPEC is not set already, then use these defaults.
 ifeq ($(SPEC),)