diff options
Diffstat (limited to 'Makefile.common')
-rw-r--r-- | Makefile.common | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.common b/Makefile.common index 11aa0414b..88f138e79 100644 --- a/Makefile.common +++ b/Makefile.common @@ -17,9 +17,6 @@ ARCH := $(patsubst i%86,i386,$(shell uname -m)) ARCH := $(ARCH:sparc%=sparc) - #- default lib is glibc (honoured by main Makefile whenever possible) -L = GLIBC - #- default frontend is newt (honoured by main Makefile whenever possible) F = NEWT # F = STDIO |