mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-06 10:12:38 +02:00
bash-4.3-rc1 overlay
This commit is contained in:
+2
-2
@@ -171,7 +171,7 @@ freebsd[4-9]*|freebsd1[0-9]*|freebsdelf*|dragonfly*)
|
||||
;;
|
||||
|
||||
# Darwin/MacOS X
|
||||
darwin[89]*|darwin1[012]*)
|
||||
darwin[89]*|darwin1[0123]*)
|
||||
SHOBJ_STATUS=supported
|
||||
SHLIB_STATUS=supported
|
||||
|
||||
@@ -202,7 +202,7 @@ darwin*|macosx*)
|
||||
SHLIB_LIBSUFF='dylib'
|
||||
|
||||
case "${host_os}" in
|
||||
darwin[789]*|darwin1[012]*) SHOBJ_LDFLAGS=''
|
||||
darwin[789]*|darwin1[0123]*) SHOBJ_LDFLAGS=''
|
||||
SHLIB_XLDFLAGS='-dynamiclib -arch_only `/usr/bin/arch` -install_name $(libdir)/$@ -current_version $(SHLIB_MAJOR)$(SHLIB_MINOR) -compatibility_version $(SHLIB_MAJOR) -v'
|
||||
;;
|
||||
*) SHOBJ_LDFLAGS='-dynamic'
|
||||
|
||||
+1
-1
@@ -85,7 +85,7 @@ initialize_signames ()
|
||||
|
||||
/* POSIX 1003.1b-1993 real time signals, but take care of incomplete
|
||||
implementations. Acoording to the standard, both, SIGRTMIN and
|
||||
SIGRTMAX must be defined, SIGRTMIN must be stricly less than
|
||||
SIGRTMAX must be defined, SIGRTMIN must be strictly less than
|
||||
SIGRTMAX, and the difference must be at least 7, that is, there
|
||||
must be at least eight distinct real time signals. */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user