diff options
author | Jeff Law <law@redhat.com> | 1997-09-29 16:14:30 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1997-09-29 16:14:30 +0000 |
commit | 232e4b35584d4d2067b8e56a69f7bfee69068a19 (patch) | |
tree | 5d4890601abbc52bfe73fe8c3c3b2d4cb37afa3c | |
parent | 002e8e4db2d9f3bde5f56211d4c1e5178cc3a16c (diff) | |
download | fsf-binutils-gdb-232e4b35584d4d2067b8e56a69f7bfee69068a19.zip fsf-binutils-gdb-232e4b35584d4d2067b8e56a69f7bfee69068a19.tar.gz fsf-binutils-gdb-232e4b35584d4d2067b8e56a69f7bfee69068a19.tar.bz2 |
Add (apparently) missing file.
-rw-r--r-- | config/.Sanitize | 1 | ||||
-rw-r--r-- | config/mt-linux | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/config/.Sanitize b/config/.Sanitize index 9b42c54..74d0e1b 100644 --- a/config/.Sanitize +++ b/config/.Sanitize @@ -66,6 +66,7 @@ mh-windows mh-x86pic mpw mpw-mh-mpw +mt-linux mt-m68kpic mt-netware mt-papic diff --git a/config/mt-linux b/config/mt-linux new file mode 100644 index 0000000..bbd9792 --- /dev/null +++ b/config/mt-linux @@ -0,0 +1,2 @@ +# When using glibc 2 on Linux we must always use vtable thunks. + CXXFLAGS=-O2 -g -fvtable-thunks |