make/bsd/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, 2013, 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,29 **** --- 21,32 ---- # or visit www.oracle.com if you need additional information or have any # questions. # # + include $(GAMMADIR)/make/defs.make + OS_VENDOR = $(shell uname -s) #------------------------------------------------------------------------ # CC, CXX & AS