unxmacc.mk (d92161c4) unxmacc.mk (8c12a8ba)
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 153 unchanged lines hidden (view full) ---

162# ---------------------------------
163# Link stage flags
164# ---------------------------------
165
166LINK*=$(CXX)
167LINKC*=$(CC)
168
169###LINKFLAGSDEFS*=-Wl,-multiply_defined,suppress
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 153 unchanged lines hidden (view full) ---

162# ---------------------------------
163# Link stage flags
164# ---------------------------------
165
166LINK*=$(CXX)
167LINKC*=$(CC)
168
169###LINKFLAGSDEFS*=-Wl,-multiply_defined,suppress
170EXTRA_LINKFLAGS*=-L$(MACOSX_SDK_PATH) -Wl,-headerpad,ff
170EXTRA_LINKFLAGS*=-L$(MACOSX_SDK_PATH) -Wl,-headerpad_max_install_names
171LINKFLAGSRUNPATH_URELIB=-install_name '@_______URELIB/$(@:f)'
172LINKFLAGSRUNPATH_UREBIN=
173LINKFLAGSRUNPATH_OOO=-install_name '@_______OOO/$(@:f)'
174LINKFLAGSRUNPATH_SDK=
175LINKFLAGSRUNPATH_BRAND=
176LINKFLAGSRUNPATH_OXT=
177LINKFLAGSRUNPATH_BOXT=
178LINKFLAGSRUNPATH_NONE=-install_name '@_______NONE/$(@:f)'

--- 65 unchanged lines hidden ---
171LINKFLAGSRUNPATH_URELIB=-install_name '@_______URELIB/$(@:f)'
172LINKFLAGSRUNPATH_UREBIN=
173LINKFLAGSRUNPATH_OOO=-install_name '@_______OOO/$(@:f)'
174LINKFLAGSRUNPATH_SDK=
175LINKFLAGSRUNPATH_BRAND=
176LINKFLAGSRUNPATH_OXT=
177LINKFLAGSRUNPATH_BOXT=
178LINKFLAGSRUNPATH_NONE=-install_name '@_______NONE/$(@:f)'

--- 65 unchanged lines hidden ---