Skip to content

Commit

Permalink
Set Makefile to work out of the box on RHEL7@ND.
Browse files Browse the repository at this point in the history
  • Loading branch information
dthain committed Jan 18, 2019
1 parent 56cb0ab commit 8d5b918
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Makefile.config
Expand Up @@ -5,15 +5,15 @@ ISOGEN=mkisofs
# These settings select the native compiler,
# which is likely to work on native linux-x86.
#
#CC=gcc -m32
#LD=ld -melf_i386
#AR=ar
#OBJCOPY=objcopy
CC=gcc -m32
LD=ld -melf_i386
AR=ar
OBJCOPY=objcopy

# If you are compiling from another platform,
# then use the script build-cross-compiler.sh
# add cross/bin to your path, and uncomment these lines:
CC=i686-elf-gcc
LD=i686-elf-ld
AR=i686-elf-ar
OBJCOPY=i686-elf-objcopy
#CC=i686-elf-gcc
#LD=i686-elf-ld
#AR=i686-elf-ar
#OBJCOPY=i686-elf-objcopy

0 comments on commit 8d5b918

Please sign in to comment.