Reduce diff to vendor for maintance purposes.
Approved by: re(ken)
This commit is contained in:
parent
1a2952820d
commit
6a859d67c1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=172243
@ -54,11 +54,12 @@ else
|
||||
fi
|
||||
|
||||
# Set some flags for the emultempl scripts. USE_LIBPATH will
|
||||
# be set for any libpath-using emulation.
|
||||
if [ "x${host}" = "x${target}" ] ; then
|
||||
NATIVE=yes
|
||||
fi
|
||||
USE_LIBPATH=yes
|
||||
# be set for any libpath-using emulation; NATIVE will be set for a
|
||||
# emulation to enable 'LD_LIBRARY_PATH=/foo:/bar ld -lfooz'
|
||||
if [ "x${host}" = "x${target}" ] ; then
|
||||
NATIVE=yes
|
||||
fi
|
||||
USE_LIBPATH=yes
|
||||
|
||||
# Set the library search path, for libraries named by -lfoo.
|
||||
# If LIB_PATH is defined (e.g., by Makefile) and non-empty, it is used.
|
||||
|
Loading…
Reference in New Issue
Block a user