diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2002-06-18 18:13:14 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-06-18 18:13:14 +0000 |
commit | c3a1a84ac4ab349cae4edd4ea4916d441e5592d2 (patch) | |
tree | 73dad42ab84d2e1f7ae89fca2652ee78b01649af /contrib/libio/config/linuxaxp1.mt | |
parent | 1b5c321d3f5e74248a590fd7e644c832368dda9d (diff) |
FreeBSD is one of the OS's that does not require the use of libio with Gcc 3.1.
Notes
Notes:
svn path=/head/; revision=98396
Diffstat (limited to 'contrib/libio/config/linuxaxp1.mt')
-rw-r--r-- | contrib/libio/config/linuxaxp1.mt | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/contrib/libio/config/linuxaxp1.mt b/contrib/libio/config/linuxaxp1.mt deleted file mode 100644 index d9b7e8c7e956..000000000000 --- a/contrib/libio/config/linuxaxp1.mt +++ /dev/null @@ -1,10 +0,0 @@ -# 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_include_dir)/libc-lock.h - $(INSTALL_DATA) stdio-lock.h $(gxx_include_dir)/stdio-lock.h |