home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / g77-0.5.15-src.tgz / tar.out / fsf / g77 / config / arm / x-riscix < prev    next >
Text File  |  1996-09-28  |  407b  |  10 lines

  1. # Define new names for the getopt library, so that we don't have to statically
  2. # link [un]protoize.  We have dirent.h not sys/dir.h, so define POSIX.
  3. X_CFLAGS= -DPOSIX -Dopterr=gcc_opterr -Doptind=gcc_optind \
  4.      -Dgetopt=gcc_getopt -Doptarg=gcc_optarg
  5. # Compile in BSD mode.
  6. OLDCC=/usr/ucb/cc
  7. CC=$(OLDCC)
  8. FIXPROTO_DEFINES= -D_POSIX_SOURCE -D_XOPEN_C -D_BSD_C -D_XOPEN_SOURCE
  9. INSTALL=$(srcdir)/install.sh -c
  10.