mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-05 12:53:16 +08:00
7 lines
199 B
Plaintext
7 lines
199 B
Plaintext
# Define SYSV as -DSYSV if you are using a System V operating system.
|
|
SYSV = -DSYSV
|
|
RANLIB = true
|
|
CC = gcc
|
|
# comment out the next line if you don't have gcc2 and shareable libraries.
|
|
LDFLAGS= -shlib
|