diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-01-16 23:08:46 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-01-16 23:08:46 +0000 |
commit | 3b9b604eb1802c5f546bd444dae32e179bbb7d20 (patch) | |
tree | b7b1cdf32f2e12fa65a932f24722e12a89b59bb3 /perl-install/Makefile.config | |
parent | cc29fc49a0427da3225c4d77f95827bed24073f7 (diff) | |
download | drakx-3b9b604eb1802c5f546bd444dae32e179bbb7d20.tar drakx-3b9b604eb1802c5f546bd444dae32e179bbb7d20.tar.gz drakx-3b9b604eb1802c5f546bd444dae32e179bbb7d20.tar.bz2 drakx-3b9b604eb1802c5f546bd444dae32e179bbb7d20.tar.xz drakx-3b9b604eb1802c5f546bd444dae32e179bbb7d20.zip |
no_comment
Diffstat (limited to 'perl-install/Makefile.config')
-rw-r--r-- | perl-install/Makefile.config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/Makefile.config b/perl-install/Makefile.config index 24cfdb2c9..f3055677c 100644 --- a/perl-install/Makefile.config +++ b/perl-install/Makefile.config @@ -17,3 +17,5 @@ EXCLUDE = $(LOCALFILES) boot.img keymaps consolefonts install CFLAGS = -Wall override CFLAGS += -pipe +ARCH := $(patsubst i%86,i386,$(shell uname -m)) +ARCH := $(patsubst sparc%,sparc,$(ARCH)) |