diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1997-06-27 18:59:02 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1997-06-27 18:59:02 -0400 |
commit | b2c44c9c8320a68e3ce8528924dc7efa0226fa8d (patch) | |
tree | ee6366fb62765640737b22682855c7281dee53eb /gcc | |
parent | d2fdae0bf1692693a37208492597febc2ca91428 (diff) | |
download | gcc-b2c44c9c8320a68e3ce8528924dc7efa0226fa8d.zip gcc-b2c44c9c8320a68e3ce8528924dc7efa0226fa8d.tar.gz gcc-b2c44c9c8320a68e3ce8528924dc7efa0226fa8d.tar.bz2 |
Initial revision
From-SVN: r14352
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/t-linux-gnulibc1 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/t-linux-gnulibc1 b/gcc/config/t-linux-gnulibc1 new file mode 100644 index 0000000..7bb7bce --- /dev/null +++ b/gcc/config/t-linux-gnulibc1 @@ -0,0 +1,2 @@ +# We are building for the Linux C library 5. +T_CFLAGS = -DUSE_GNULIBC_1 |