mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-07 12:57:49 +08:00
* configure.in (target frags): Add powerpc*-linux-gnulibc1. (stdio-lock): Similarly. * configure.in (target frags): Add alpha*-linux-gnulibc1. (pic frags): Its alpha*- not alpha-. (stdio-lock): Kill everything. Add alpha*-linux-gnulibc1. * libio.h: Check __GLIBC_MINOR__ to find stdio-lock.h. If not _IO_MTSAFE_IO & GLIBC, make sure the lock pointer is still there. * libioP.h: Check __GLIBC_MINOR__ to find libc-lock.h. * config/linuxaxp1-libc-lock.h: New file. * config/linuxaxp1-stdio-lock.h: New file. * config/linuxaxp1.mt: New file. * gen-params (va_list): Check for and use __gnuc_va_list. (NULL): Work around some linux kernel headers and redefine NULL. From-SVN: r16769
11 lines
266 B
Mathematica
11 lines
266 B
Mathematica
# We _do_ need a new _G_config.h
|
|
_G_CONFIG_H=_G_config.h
|
|
|
|
# And the two bits files.
|
|
all:
|
|
install: install-axp-mt-headers
|
|
|
|
install-axp-mt-headers:
|
|
$(INSTALL_DATA) libc-lock.h $(gxx_includedir)/libc-lock.h
|
|
$(INSTALL_DATA) stdio-lock.h $(gxx_includedir)/stdio-lock.h
|