diff options
Diffstat (limited to 'gcc-4.4.0/config/mh-dgux386')
-rw-r--r-- | gcc-4.4.0/config/mh-dgux386 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc-4.4.0/config/mh-dgux386 b/gcc-4.4.0/config/mh-dgux386 new file mode 100644 index 000000000..b2d2a057b --- /dev/null +++ b/gcc-4.4.0/config/mh-dgux386 @@ -0,0 +1,5 @@ +# The l flag generates a warning from the SVR4 archiver, remove it. +AR_FLAGS = cr + +X11_EXTRA_LIBS = -lnsl + |