Gentoo Archives: gentoo-commits

From: "Ned Ludd (solar)" <solar@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-projects commit in crossdev-wrappers/etc: make.conf
Date: Sun, 22 Mar 2009 04:35:05
Message-Id: E1LlFOo-0000kL-PR@stork.gentoo.org
1 solar 09/03/22 04:35:02
2
3 Modified: make.conf
4 Log:
5 try cleaning up the make.conf.in template. The embedded profile will provide these values now.
6
7 Revision Changes Path
8 1.4 crossdev-wrappers/etc/make.conf
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-projects/crossdev-wrappers/etc/make.conf?rev=1.4&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-projects/crossdev-wrappers/etc/make.conf?rev=1.4&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-projects/crossdev-wrappers/etc/make.conf?r1=1.3&r2=1.4
13
14 Index: make.conf
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-projects/crossdev-wrappers/etc/make.conf,v
17 retrieving revision 1.3
18 retrieving revision 1.4
19 diff -u -r1.3 -r1.4
20 --- make.conf 20 Mar 2009 01:23:08 -0000 1.3
21 +++ make.conf 22 Mar 2009 04:35:02 -0000 1.4
22 @@ -9,9 +9,7 @@
23
24 ACCEPT_KEYWORDS="__ARCH__ ~__ARCH__"
25
26 -USE="${ARCH} zlib bindist make-symlinks minimal \
27 - input_devices_keyboard input_devices_evdev \
28 - video_cards_fbdev video_cards_dummy"
29 +USE="${ARCH} zlib bindist make-symlinks minimal"
30
31 #MARCH_TUNE="-march=armv4t -mtune=arm9tdmi" #arm-softfloat-linux-uclibc
32 #MARCH_TUNE="-march=armv5t -mtune=xscale" #armv5teb-softfloat-linux-gnueabi
33 @@ -25,19 +23,7 @@
34 PKGDIR=${ROOT}packages/
35 PORTAGE_TMPDIR=${ROOT}tmp/
36
37 -CLEAN_DELAY=0
38 -EPAUSE_IGNORE=1
39 -EBEEP_IGNORE=1
40 -PORTAGE_WORKDIR_MODE=2775
41 -PORTAGE_ECLASS_WARNING_ENABLE=0
42 -
43 -LINGUAS="en"
44 -VIDEO_CARDS="fbdev"
45 -INPUT_DEVICES="evdev mouse touchscreen tslib"
46 ELIBC="__LIBC__"
47 -KERNEL="linux"
48 -USERLAND="GNU"
49 -USE_EXPAND="ELIBC INPUT_DEVICES VIDEO_CARDS KERNEL USERLAND LINGUAS"
50
51 PKG_CONFIG_PATH="${ROOT}usr/lib/pkgconfig/"
52 #PORTDIR_OVERLAY="/usr/portage/local/"