about summary refs log tree commit diff
path: root/pkgs/development/compilers/asl/Makefile-nixos.def
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/compilers/asl/Makefile-nixos.def')
-rw-r--r--pkgs/development/compilers/asl/Makefile-nixos.def31
1 files changed, 0 insertions, 31 deletions
diff --git a/pkgs/development/compilers/asl/Makefile-nixos.def b/pkgs/development/compilers/asl/Makefile-nixos.def
deleted file mode 100644
index 0f41510733c1..000000000000
--- a/pkgs/development/compilers/asl/Makefile-nixos.def
+++ /dev/null
@@ -1,31 +0,0 @@
-# -------------------------------------------------------------------------
-# choose your compiler (must be ANSI-compliant!) and linker command, plus
-# any additionally needed flags
-
-OBJDIR = .objdir/
-CC = cc
-CFLAGS = -g -fomit-frame-pointer -Wall
-HOST_OBJEXTENSION = .o
-LD = $(CC)
-LDFLAGS =
-HOST_EXEXTENSION =
-
-# no cross build
-
-TARG_OBJDIR = $(OBJDIR)
-TARG_CC = $(CC)
-TARG_CFLAGS = $(CFLAGS)
-TARG_OBJEXTENSION = $(HOST_OBJEXTENSION)
-TARG_LD = $(LD)
-TARG_LDFLAGS = $(LDFLAGS)
-TARG_EXEXTENSION = $(HOST_EXEXTENSION)
-
-# -------------------------------------------------------------------------
-# directories where binaries, includes, and manpages should go during
-# installation
-
-BINDIR = @bindir@
-INCDIR = @incdir@
-MANDIR = @mandir@
-LIBDIR = @libdir@
-DOCDIR = @docdir@